diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index def5632..c4cbbd4 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -241,6 +241,7 @@ func AddGoldAndLove(w http.ResponseWriter, r *http.Request) { //将id从白名单删除 redishandler.GetRedisClient().HDel(rkey,suuid) + fmt.Fprint(w,"加金币成功了") } func AddWhiteList(w http.ResponseWriter, r *http.Request) { -- libgit2 0.21.0