Commit 6d838b4ba26b317d4542cfcce55c174815f678d5

Authored by 陆恒
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 151 http.HandleFunc("/api/gambling/removeCat", RemoveCat) //清除猫
152 152 http.HandleFunc("/api/user/info", UserInfo) //个人信息
153 153 http.HandleFunc("/api/ad/add", AddAd) //看广告
154   - http.HandleFunc("/api/ad/updateSocialInfo", UpdateSocialInfo) //更新社交信息
  154 + http.HandleFunc("/api/user/updateSocialInfo", UpdateSocialInfo) //更新社交信息
155 155 //新增的接口
156 156 http.HandleFunc("/api/happycat/getrandredbag", Getrandredbag) //领取随机红包
157 157 http.HandleFunc("/api/happycat/generatebox", Generatebox) //请求刷出空格礼包
... ...