Commit 1564f282111cdaab7ce0d2097d3a7e080d0b19b4
1 parent
66fb39be
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
... | ... | @@ -45,7 +45,7 @@ func startServerHttpServe() { |
45 | 45 | http.HandleFunc("/eliminatestar/addcoin", Addcoin) //测试接口 |
46 | 46 | http.HandleFunc("/eliminatestar/clear", ClearData) //清除账号 |
47 | 47 | //---------------------------------------------------------------------------------------- |
48 | - http.HandleFunc("/russiaxiaoxiao/login", UserLogin) //登录 | |
48 | + http.HandleFunc("/russiaxiaoxiao/userlogin", UserLogin) //登录 | |
49 | 49 | http.HandleFunc("/russiaxiaoxiao/uploaduserbasicinfo", Uploaduserbasicinfo) //上传基本信息 |
50 | 50 | http.HandleFunc("/russiaxiaoxiao/updatedata", Updatedata) //update数据 |
51 | 51 | http.HandleFunc("/russiaxiaoxiao/syncuserdata", Syncuserdata) //同步玩家数据 | ... | ... |