|
@@ -1708,6 +1708,9 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
} else if (creativeCode == -1 && creativeMessage.contains("视频不存在")) {
|
|
} else if (creativeCode == -1 && creativeMessage.contains("视频不存在")) {
|
|
updateService.updateUnitStatus(token.getAccessToken(), token.getAccountId(), unitId, 3, "e9ca23d68d884d4ebb19d07889727dae");
|
|
updateService.updateUnitStatus(token.getAccessToken(), token.getAccountId(), unitId, 3, "e9ca23d68d884d4ebb19d07889727dae");
|
|
deleteBy(token.getAccountId(),unitId);
|
|
deleteBy(token.getAccountId(),unitId);
|
|
|
|
+ }else if (creativeCode == -1 && creativeMessage.contains("视频非可用状态ID")) {
|
|
|
|
+ updateService.updateUnitStatus(token.getAccessToken(), token.getAccountId(), unitId, 3, "e9ca23d68d884d4ebb19d07889727dae");
|
|
|
|
+ deleteBy(token.getAccountId(),unitId);
|
|
}
|
|
}
|
|
|
|
|
|
AiKuaishouCreativeLevelOperationRecord record = new AiKuaishouCreativeLevelOperationRecord();
|
|
AiKuaishouCreativeLevelOperationRecord record = new AiKuaishouCreativeLevelOperationRecord();
|