diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index f3d7bb6..a971d54 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -27,6 +27,7 @@ func StartHttpServe() { //测试单个号 func TestBackUpOen(uniqueid string) { + logger.Info("TestBackUpOen uid=%v",uniqueid) info,_ := redishandler.GetRedisClient().HGet(redis.USER_DATA_KEY, uniqueid) task, _ := redishandler.GetRedisClient().HGet(redis.USER_TASKINFO_LIST, uniqueid) ach, _ := redishandler.GetRedisClient().HGet(redis.USER_ACHIEVEMENTINFO_LIST, uniqueid) -- libgit2 0.21.0