Browse Source

no message

zhangchuanxing 2 ngày trước cách đây
mục cha
commit
e149ce905c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {