From 06bda533f16896e8a74cb29a41facb353ba22e2a Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Wed, 20 May 2020 14:10:35 +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 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