Commit 0b85f107539f9ef0bc1ae27bd91d6a21102d2fc2
1 parent
f8fd171c
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
@@ -241,6 +241,7 @@ func AddGoldAndLove(w http.ResponseWriter, r *http.Request) { | @@ -241,6 +241,7 @@ func AddGoldAndLove(w http.ResponseWriter, r *http.Request) { | ||
241 | 241 | ||
242 | //将id从白名单删除 | 242 | //将id从白名单删除 |
243 | redishandler.GetRedisClient().HDel(rkey,suuid) | 243 | redishandler.GetRedisClient().HDel(rkey,suuid) |
244 | + fmt.Fprint(w,"加金币成功了") | ||
244 | } | 245 | } |
245 | 246 | ||
246 | func AddWhiteList(w http.ResponseWriter, r *http.Request) { | 247 | func AddWhiteList(w http.ResponseWriter, r *http.Request) { |