Commit 873a0c6049094924b307671a35ba88451d6ac0d3

Authored by 陆恒
1 parent 738f4df8
Exists in master

提交

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
src/HttpServer/logic/httpserver.go
... ... @@ -106,13 +106,13 @@ func Testsendhttp() {
106 106 }
107 107 }else {
108 108 if oneuid == "5943465P_D_BL01_4" {
109   - info,_ := redishandler.GetRedisClient().HGet(redis.USER_DATA_KEY, oneuid)
110   - task, _ := redishandler.GetRedisClient().HGet(redis.USER_TASKINFO_LIST, oneuid)
  109 + //info,_ := redishandler.GetRedisClient().HGet(redis.USER_DATA_KEY, oneuid)
  110 + //task, _ := redishandler.GetRedisClient().HGet(redis.USER_TASKINFO_LIST, oneuid)
111 111  
112 112  
113   - ach, _ := redishandler.GetRedisClient().HGet(redis.USER_ACHIEVEMENTINFO_LIST, oneuid)
  113 + //ach, _ := redishandler.GetRedisClient().HGet(redis.USER_ACHIEVEMENTINFO_LIST, oneuid)
114 114  
115   - err := mysql.DoBackUp(oneuid,info,task,ach)
  115 + err := mysql.DoBackUp(oneuid,"1","task","ach")
116 116 if err != nil {
117 117 logger.Error("Testsendhttp err=%v",err)
118 118 }
... ...