Переглянути джерело

Merge branch 'wyp/0914-feishu-log' of Server/long-article-recommend into master

wangyunpeng 10 місяців тому
батько
коміт
eacc5a115b

+ 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());
                     }
                 }