From fa4b984f0b2e77901cc1f2a84aaa23d34bff379a Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Fri, 17 Jul 2020 10:23:12 +0800 Subject: [PATCH] 提交 --- src/HttpServer/logic/httpserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index e1904d1..22f7cab 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -38,7 +38,7 @@ func startServerHttpServe() { //---------------------------------------------------------------------------------------- http.HandleFunc("/brainhole/userlogin", UserLogin) //登录 http.HandleFunc("/brainhole/syncuserdata", Syncuserdata) //同步完结数据 - http.HandleFunc("/brainhole/querdrawinfo", Querdrawinfo) //获取提现档位信息接口 + http.HandleFunc("/brainhole/querygetcashinfo", Querdrawinfo) //获取提现档位信息接口 http.HandleFunc("/brainhole/getcash", Getcash) //提现 http.HandleFunc("/brainhole/getcashrecord", Getcashrecord) //提现记录列表 -- libgit2 0.21.0