|
@@ -686,14 +686,15 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
|
|
|
|
Integer sceneId = null;
|
|
Integer sceneId = null;
|
|
String scenceIdString = strategy.getSceneId();
|
|
String scenceIdString = strategy.getSceneId();
|
|
|
|
+
|
|
if (!Check.isNull(scenceIdString) && !Check.isNull(JSON.parseArray(scenceIdString))) {
|
|
if (!Check.isNull(scenceIdString) && !Check.isNull(JSON.parseArray(scenceIdString))) {
|
|
JSONArray scenceArray = JSON.parseArray(scenceIdString);
|
|
JSONArray scenceArray = JSON.parseArray(scenceIdString);
|
|
sceneId = scenceArray.getInteger(0);
|
|
sceneId = scenceArray.getInteger(0);
|
|
//资源位置
|
|
//资源位置
|
|
- if (unitType == 7) {
|
|
|
|
|
|
+ /* if (unitType == 7) {
|
|
//程序化
|
|
//程序化
|
|
scenceArray = cleanPramgramErrorScence(scenceArray);
|
|
scenceArray = cleanPramgramErrorScence(scenceArray);
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
unitParams.put("scene_id", scenceArray);
|
|
unitParams.put("scene_id", scenceArray);
|
|
}
|
|
}
|
|
|
|
|