Commit 5980d57152edcd69fb4a8a4f44b147ba9e6d02c0
1 parent
7d52ae39
Exists in
master
提交
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
| @@ -88,6 +88,8 @@ func Testsendhttp() { | @@ -88,6 +88,8 @@ func Testsendhttp() { | ||
| 88 | } | 88 | } |
| 89 | redishandler.GetRedisClient().HDel(redis.USER_TASKINFO_LIST, oneuid) | 89 | redishandler.GetRedisClient().HDel(redis.USER_TASKINFO_LIST, oneuid) |
| 90 | redishandler.GetRedisClient().HDel(redis.USER_ACHIEVEMENTINFO_LIST, oneuid)*/ | 90 | redishandler.GetRedisClient().HDel(redis.USER_ACHIEVEMENTINFO_LIST, oneuid)*/ |
| 91 | + }else { | ||
| 92 | + logger.Info("ERRORUUID=%v", oneuid) | ||
| 91 | } | 93 | } |
| 92 | } | 94 | } |
| 93 | } | 95 | } |