Browse Source

告警信息增加

wangyunpeng 10 months ago
parent
commit
a9eb146d90

+ 1 - 0
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/service/recall/RecallService.java

@@ -291,6 +291,7 @@ public class RecallService implements ApplicationContextAware {
                         FeishuMessageSender.sendWebHookMessage("07026a9f-43f5-448b-ba40-a8d71bd6e634", "历史表现阅读均值获取失败\n"
                                 + "ghId: " + hisArticle.getGhId() + "\n"
                                 + "账号名称: " + hisArticle.getAccountName() + "\n"
+                                + "日期: " + hisPublishDate + "\n"
                                 + "位置: " + hisArticle.getItemIndex());
                     }
                 }