@@ -604,6 +604,7 @@ public class AiKuaishouCreateCreativeServiceImpl implements IAiKuaishouCreateCre
unitParams.put("advertiser_id", token.getAccountId());
unitParams.put("campaign_id", campaignId);
unitParams.put("unit_name", unitName);
+ unitParams.put("put_status",1);
//出价类型
unitParams.put("bid_type", strategy.getBidType());
// 优先从系统应用商店下载
@@ -153,6 +153,7 @@ public class KuaiShouVideoGetServiceImpl extends ServiceImpl<KuaiShouVideoGetMap
@Override
public List<KuaiShouVideoGet> getNewVideoBetweenTime(Long accountId, String startTime, String endTime,Integer channelType,String appVersion,Integer videoCnt) {
QueryWrapper<KuaiShouVideoGet> queryWrapper = new QueryWrapper<>();
+ queryWrapper.isNotNull("signature");
if (null != accountId && accountId != 0) {
queryWrapper.eq("account_id", accountId);
}