|
@@ -201,12 +201,12 @@ public class ArticleAuditService {
|
|
|
// 暂时不做删除 先发送通知
|
|
|
if (longArticleVideoAudit.getStatus().equals(PQVideoAuditResultEnum.REJECT.getStatus())) {
|
|
|
FeishuMessageSender.sendWebHookMessage(FeishuRobotIdEnum.ARTICLE_DELETE.getRobotId(),
|
|
|
- "视频审核不通过\n" +
|
|
|
+ "视频审核不通过【"+sensitiveLevelEnum.getDescription()+"】\n" +
|
|
|
"traceId:" + longArticleVideoAudit.getTraceId() + "\n" +
|
|
|
"视频id:" + longArticleVideoAudit.getVideoId() + "\n" +
|
|
|
- "视频path:" + longArticleVideoAudit.getOssPath() + "\n" +
|
|
|
- "敏感等级:" + sensitiveLevelEnum.getDescription() + "\n" +
|
|
|
- "管理后台地址:https://admin.piaoquantv.com/cms/post-detail/" + longArticleVideoAudit.getVideoId() + "/detail");
|
|
|
+ "管理后台地址:https://admin.piaoquantv.com/cms/post-detail/" + longArticleVideoAudit.getVideoId() + "/detail\n" +
|
|
|
+ "操作删除视频及文章(慎点):" +
|
|
|
+ "http://192.168.203.83:30081/articleAudit/saveDeleteRecord?videoId=" + longArticleVideoAudit.getVideoId());
|
|
|
}
|
|
|
}
|
|
|
}
|