Commit e1b48da16d28f8a1e9272f986d24c1087a26b632

Authored by 陆恒
1 parent 97383109
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/httpserver.go
... ... @@ -104,7 +104,7 @@ func Testsendhttp() {
104 104 //删除
105 105 redishandler.GetRedisClient().HDel(redis.USER_DATA_KEY, oneuid)
106 106 redishandler.GetRedisClient().HDel(redis.USER_TASKINFO_LIST, oneuid)
107   - redishandler.GetRedisClient().HDel(redis.USER_TASKINFO_LIST, oneuid)
  107 + redishandler.GetRedisClient().HDel(redis.USER_ACHIEVEMENTINFO_LIST, oneuid)
108 108 logger.Info("RIGHTUUID=%v", oneuid)
109 109 }
110 110  
... ...