Commit fa4b984f0b2e77901cc1f2a84aaa23d34bff379a
1 parent
9acd1c48
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
... | ... | @@ -38,7 +38,7 @@ func startServerHttpServe() { |
38 | 38 | //---------------------------------------------------------------------------------------- |
39 | 39 | http.HandleFunc("/brainhole/userlogin", UserLogin) //登录 |
40 | 40 | http.HandleFunc("/brainhole/syncuserdata", Syncuserdata) //同步完结数据 |
41 | - http.HandleFunc("/brainhole/querdrawinfo", Querdrawinfo) //获取提现档位信息接口 | |
41 | + http.HandleFunc("/brainhole/querygetcashinfo", Querdrawinfo) //获取提现档位信息接口 | |
42 | 42 | http.HandleFunc("/brainhole/getcash", Getcash) //提现 |
43 | 43 | http.HandleFunc("/brainhole/getcashrecord", Getcashrecord) //提现记录列表 |
44 | 44 | ... | ... |