diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index 3dc03df..5ad2fce 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -56,7 +56,7 @@ func startServerHttpServe() { http.HandleFunc("/catcafe/login", UserLogin) //游客登录 http.HandleFunc("/catcafe/user/regeister", Regeister) //账号注册 http.HandleFunc("/catcafe/user/accountlogin", AccounLogin) //账号登录 - http.HandleFunc("/catcafe/weakLogin", Wechatlogin) //微信登录 + http.HandleFunc("/catcafe/user/weakLogin", Wechatlogin) //微信登录 http.HandleFunc("/catcafe/user/saveUserData", SaveUserData) //保存用户数据 http.HandleFunc("/catcafe/data/saveData", SaveData) //保存游戏自定义数据 http.HandleFunc("/catcafe/data/getData", GetData) //获取自定义数据 -- libgit2 0.21.0