Commit 9acd1c48dac40983b0767184fa67c1b9b06493be

Authored by 陆恒
1 parent dd1857d5
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/httpserver.go
... ... @@ -36,7 +36,7 @@ func CheckErr(err error) {
36 36 func startServerHttpServe() {
37 37  
38 38 //----------------------------------------------------------------------------------------
39   - http.HandleFunc("/brainhole/login", UserLogin) //登录
  39 + http.HandleFunc("/brainhole/userlogin", UserLogin) //登录
40 40 http.HandleFunc("/brainhole/syncuserdata", Syncuserdata) //同步完结数据
41 41 http.HandleFunc("/brainhole/querdrawinfo", Querdrawinfo) //获取提现档位信息接口
42 42 http.HandleFunc("/brainhole/getcash", Getcash) //提现
... ...