zhangchuanxing 1 روز پیش
والد
کامیت
e149ce905c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      services/article_history.go

+ 1 - 1
services/article_history.go

@@ -87,7 +87,7 @@ func ArticleHistory(articleId int, user *models.WxUserItem) (err error) {
 func ArticleHistoryStopTime(articleId, stopTime, outType int, user *models.WxUserItem) (err error) {
 	defer func() {
 		if err != nil {
-			go utils.SendAlarmMsg("记录用户文章浏览记录带时长,失败"+err.Error(), 2)
+			go utils.SendAlarmMsg(fmt.Sprint("记录用户文章浏览记录带时长,失败 ,articleId", articleId, "uid", user.UserId, err.Error()), 2)
 		}
 	}()
 	if stopTime < 3 {