xingzai 1 ano atrás
pai
commit
45bc86c010
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      services/micro_roadshow.go

+ 1 - 1
services/micro_roadshow.go

@@ -813,7 +813,7 @@ func AddAllCygxVoiceAndVideoHistory(user *models.WxUserItem, sourceId, sourceTyp
 	var err error
 	defer func() {
 		if err != nil {
-			go utils.SendAlarmMsg(fmt.Sprint("记录用户活动音频播放记录失败 AddMicroRoadshowVideoRecord Err:", err.Error(), "videoId:", videoId, "UserId:", user.UserId), 2)
+			go utils.SendAlarmMsg(fmt.Sprint("记录所有微路演音视频播放记录失败 AddAllCygxVoiceAndVideoHistory Err:", err.Error(), "sourceId:", sourceId, "UserId:", user.UserId), 2)
 		}
 	}()
 	item := new(models.CygxVoiceAndVideoHistory)