Commit 6d838b4ba26b317d4542cfcce55c174815f678d5
1 parent
bc55f3e1
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
@@ -151,7 +151,7 @@ func startServerHttpServe() { | @@ -151,7 +151,7 @@ func startServerHttpServe() { | ||
151 | http.HandleFunc("/api/gambling/removeCat", RemoveCat) //清除猫 | 151 | http.HandleFunc("/api/gambling/removeCat", RemoveCat) //清除猫 |
152 | http.HandleFunc("/api/user/info", UserInfo) //个人信息 | 152 | http.HandleFunc("/api/user/info", UserInfo) //个人信息 |
153 | http.HandleFunc("/api/ad/add", AddAd) //看广告 | 153 | http.HandleFunc("/api/ad/add", AddAd) //看广告 |
154 | - http.HandleFunc("/api/ad/updateSocialInfo", UpdateSocialInfo) //更新社交信息 | 154 | + http.HandleFunc("/api/user/updateSocialInfo", UpdateSocialInfo) //更新社交信息 |
155 | //新增的接口 | 155 | //新增的接口 |
156 | http.HandleFunc("/api/happycat/getrandredbag", Getrandredbag) //领取随机红包 | 156 | http.HandleFunc("/api/happycat/getrandredbag", Getrandredbag) //领取随机红包 |
157 | http.HandleFunc("/api/happycat/generatebox", Generatebox) //请求刷出空格礼包 | 157 | http.HandleFunc("/api/happycat/generatebox", Generatebox) //请求刷出空格礼包 |