Roc 1 year ago
parent
commit
acbc50df97
1 changed files with 1 additions and 0 deletions
  1. 1 0
      services/task.go

+ 1 - 0
services/task.go

@@ -30,6 +30,7 @@ func AutoUpdateUserView() {
 	for {
 		go_redis.BRPop2Func(utils.CACHE_KEY_USER_VIEW, func(b []byte) {
 			var userViewRedisData cache.UserViewRedisData
+			utils.FileLog.Info("redis:" + string(b))
 			if err := json.Unmarshal(b, &userViewRedisData); err != nil {
 				go alarm_msg.SendAlarmMsg(utils.APPNAME+" "+utils.RunMode+" 失败提醒:"+fmt.Sprint("AutoUpdateUserView ERR:", err, ";response data:", string(b)), 2)
 				//}