|
|
@@ -356,6 +356,7 @@ public class KuaishouBatchCampaignPreviewServiceImpl extends ServiceImpl<Kuaisho
|
|
|
groupPreview.setTemplateId(targetIds.getLong(i));
|
|
|
groupPreview.setUnitName(getName(groupPreview.getUnitNameFormat(), targetIds.getLong(i), groupPreview.getSceneId(), appId, groupPreview.getUnitType()) + j);
|
|
|
groupPreview.setUrl(url);
|
|
|
+ groupPreview.setSchemaUri(schemaUri);
|
|
|
if (!Check.isNull(groupPreview.getBidMax()) && !Check.isNull(groupPreview.getBidMin())) {
|
|
|
int bid = getRandom(groupPreview.getBidMax(), groupPreview.getBidMin());
|
|
|
if (Check.isNull(groupPreview.getBid())) {
|