From 0b85f107539f9ef0bc1ae27bd91d6a21102d2fc2 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Tue, 2 Jun 2020 11:54:32 +0800 Subject: [PATCH] 提交 --- src/HttpServer/logic/httpserver.go | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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