|
@@ -2754,6 +2754,8 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
JSONObject requestJson = new JSONObject();
|
|
|
requestJson.put("advertiser_id", accountId);
|
|
|
requestJson.put("status", 4);
|
|
|
+ requestJson.put("page", 1);
|
|
|
+ requestJson.put("page_size", 500);
|
|
|
String result = HttpUtils.kuaiShouhttpPostRequest(url, requestJson.toJSONString(), headers);
|
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
|
if (!Check.isNull(resultJson)) {
|