|
@@ -179,11 +179,12 @@ public class ArticleAuditService {
|
|
|
// saveDeleteRecord(longArticleVideoAudit.getOssPath());
|
|
|
// 暂时不做删除 先发送通知
|
|
|
FeishuMessageSender.sendWebHookMessage(FeishuRobotIdEnum.ARTICLE_DELETE.getRobotId(),
|
|
|
- "视频审核不通过" +
|
|
|
- "traceId:" + longArticleVideoAudit.getTraceId() +
|
|
|
- "视频id:" + longArticleVideoAudit.getVideoId() +
|
|
|
- "视频path:" + longArticleVideoAudit.getOssPath() +
|
|
|
- "敏感等级:" + 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");
|
|
|
}
|
|
|
}
|
|
|
|