|
@@ -1073,7 +1073,12 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
|
|
}
|
|
}
|
|
//程序化创意2.0素材挖掘
|
|
//程序化创意2.0素材挖掘
|
|
if (!Check.isNull(strategy.getAssetMining())) {
|
|
if (!Check.isNull(strategy.getAssetMining())) {
|
|
- unitParams.put("asset_mining", strategy.getAssetMining());
|
|
|
|
|
|
+ if (strategy.getAssetMining() == 1) {
|
|
|
|
+ unitParams.put("asset_mining", true);
|
|
|
|
+ } else if (strategy.getAssetMining() == 0) {
|
|
|
|
+ unitParams.put("asset_mining", false);
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (!Check.isNull(strategy.getTemplateId())) {
|
|
if (!Check.isNull(strategy.getTemplateId())) {
|