|
@@ -86,7 +86,7 @@ public class KuaiShouGroupServiceImpl extends ServiceImpl<KuaiShouGroupMapper, K
|
|
|
JSONObject param = new JSONObject();
|
|
|
param.put("advertiser_id", accountId);
|
|
|
param.put("campaign_id", campaignId);
|
|
|
- param.put("page_size", 200);
|
|
|
+ param.put("page_size", 500);
|
|
|
param.put("page", page);
|
|
|
|
|
|
Map<String, String> headers = new HashMap<>();
|
|
@@ -160,7 +160,7 @@ public class KuaiShouGroupServiceImpl extends ServiceImpl<KuaiShouGroupMapper, K
|
|
|
headers.put("Access-Token", accessToken);
|
|
|
JSONObject param = new JSONObject();
|
|
|
param.put("advertiser_id", accountId);
|
|
|
- param.put("page_size", 200);
|
|
|
+ param.put("page_size", 500);
|
|
|
|
|
|
|
|
|
param.put("unit_id", unitId);
|