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,6 +27,7 @@ func StartHttpServe() { | ||
27 | 27 | ||
28 | //测试单个号 | 28 | //测试单个号 |
29 | func TestBackUpOen(uniqueid string) { | 29 | func TestBackUpOen(uniqueid string) { |
30 | + logger.Info("TestBackUpOen uid=%v",uniqueid) | ||
30 | info,_ := redishandler.GetRedisClient().HGet(redis.USER_DATA_KEY, uniqueid) | 31 | info,_ := redishandler.GetRedisClient().HGet(redis.USER_DATA_KEY, uniqueid) |
31 | task, _ := redishandler.GetRedisClient().HGet(redis.USER_TASKINFO_LIST, uniqueid) | 32 | task, _ := redishandler.GetRedisClient().HGet(redis.USER_TASKINFO_LIST, uniqueid) |
32 | ach, _ := redishandler.GetRedisClient().HGet(redis.USER_ACHIEVEMENTINFO_LIST, uniqueid) | 33 | ach, _ := redishandler.GetRedisClient().HGet(redis.USER_ACHIEVEMENTINFO_LIST, uniqueid) |