|
@@ -460,10 +460,18 @@ public class AiBytedanceAdvertiserStrategyServiceImpl extends ServiceImpl<AiByte
|
|
|
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- if(!Check.isNull(titleArray)){
|
|
|
- creObj.put("title_materials",titleArray);
|
|
|
+ if (Check.isNull(titleArray)){
|
|
|
+ log.info("账户----{}-------暂无文案,请补充文案信息",strategy.getAccountId());
|
|
|
+ AiBytedanceAutocreateLog iBytedanceAutocreateLog = new AiBytedanceAutocreateLog(
|
|
|
+ strategy.getAccountId(),
|
|
|
+ "创意获取文案为空",
|
|
|
+ 40000,
|
|
|
+ strategy.getAccountId()+"暂无文案,请补充文案信息",
|
|
|
+ "创建创意=====> ,id:"+strategy.getId()+"strategy:"+strategy.getAccountId());
|
|
|
+ iBytedanceAutocreateLogService.save(iBytedanceAutocreateLog);
|
|
|
}
|
|
|
+ creObj.put("title_materials",titleArray);
|
|
|
+
|
|
|
JSONArray imageMaterials = new JSONArray();
|
|
|
JSONObject object = new JSONObject();
|
|
|
//类型
|