Commit 939b77e9ae2ad6013d62547394cb29b930e4de81
1 parent
8e0caf5d
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
... | ... | @@ -27,6 +27,7 @@ func StartHttpServe() { |
27 | 27 | |
28 | 28 | //测试单个号 |
29 | 29 | func TestBackUpOen(uniqueid string) { |
30 | + logger.Info("TestBackUpOen uid=%v",uniqueid) | |
30 | 31 | info,_ := redishandler.GetRedisClient().HGet(redis.USER_DATA_KEY, uniqueid) |
31 | 32 | task, _ := redishandler.GetRedisClient().HGet(redis.USER_TASKINFO_LIST, uniqueid) |
32 | 33 | ach, _ := redishandler.GetRedisClient().HGet(redis.USER_ACHIEVEMENTINFO_LIST, uniqueid) | ... | ... |