|
@@ -1838,7 +1838,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
JSONObject param = new JSONObject();
|
|
|
param.put("advertiser_id", advertiserId);
|
|
|
param.put("creative_id", creativeId);
|
|
|
- param.put("page_size", 200);
|
|
|
+ param.put("page_size", 500);
|
|
|
param.put("page", 1);
|
|
|
|
|
|
String result = HttpUtils.kuaiShouhttpPostRequest(url, param.toJSONString(), headers);
|