From 6d838b4ba26b317d4542cfcce55c174815f678d5 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Mon, 22 Jun 2020 15:48:22 +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 328e659..7ad88c7 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -151,7 +151,7 @@ func startServerHttpServe() { http.HandleFunc("/api/gambling/removeCat", RemoveCat) //清除猫 http.HandleFunc("/api/user/info", UserInfo) //个人信息 http.HandleFunc("/api/ad/add", AddAd) //看广告 - http.HandleFunc("/api/ad/updateSocialInfo", UpdateSocialInfo) //更新社交信息 + http.HandleFunc("/api/user/updateSocialInfo", UpdateSocialInfo) //更新社交信息 //新增的接口 http.HandleFunc("/api/happycat/getrandredbag", Getrandredbag) //领取随机红包 http.HandleFunc("/api/happycat/generatebox", Generatebox) //请求刷出空格礼包 -- libgit2 0.21.0