|
@@ -166,16 +166,22 @@ public class CoreServiceImpl implements CoreService {
|
|
|
aigcService.updateMatchMiniprogramStatus(statusParam);
|
|
|
continue;
|
|
|
}
|
|
|
- if (contentStatus == 99 || contentStatus == 97) {
|
|
|
+ if (contentStatus == 95 || contentStatus == 96 || contentStatus == 97 || contentStatus == 99) {
|
|
|
MatchMiniprogramStatusParam statusParam = new MatchMiniprogramStatusParam();
|
|
|
statusParam.setStatus(3);
|
|
|
statusParam.setPublishContentId(contentItemVO.getPublishContentId());
|
|
|
- if (contentStatus == 99) {
|
|
|
- statusParam.setErrorMsg("匹配视频失败");
|
|
|
+ if (contentStatus == 95) {
|
|
|
+ statusParam.setErrorMsg("KIMI识别文章风险不处理");
|
|
|
+ }
|
|
|
+ if (contentStatus == 96) {
|
|
|
+ statusParam.setErrorMsg("文章品类处于账号的负向品类中");
|
|
|
}
|
|
|
if (contentStatus == 97) {
|
|
|
statusParam.setErrorMsg("文章晋级或者退场");
|
|
|
}
|
|
|
+ if (contentStatus == 99) {
|
|
|
+ statusParam.setErrorMsg("匹配视频失败");
|
|
|
+ }
|
|
|
aigcService.updateMatchMiniprogramStatus(statusParam);
|
|
|
}
|
|
|
} else {
|