diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index b0db7ab..62721df 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -154,7 +154,8 @@ func ClearData(w http.ResponseWriter, r *http.Request) { } fmt.Fprint(w, "清除数据成功了,恭喜!uuid=%v",uuid) - + //将id从白名单删除 + redishandler.GetRedisClient().HDel(rkey,uuid) //HandleRegeister(w,s) } -- libgit2 0.21.0