|
@@ -790,9 +790,9 @@ public class BatchServiceImpl implements IBatchService {
|
|
|
creativeJson.put("overlay_type", creative.getOverlayType());
|
|
|
}
|
|
|
// 安卓下载中间页
|
|
|
- if (!Check.isNull(creative.getSiteId())) {
|
|
|
+ /*if (!Check.isNull(creative.getSiteId())) {
|
|
|
creativeJson.put("site_id", creative.getSiteId());
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
|
|
|
Map<String, Object> returnCreativeMap = kuaishouInterfaceService.creativeCreate(oauthToken.getAccessToken(), accountId, creativeJson);
|