|
@@ -796,7 +796,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
param.put("end_date", DateUtils.formatDate(endDate));
|
|
|
param.put("advertiser_id", token.getAccountId());
|
|
|
param.put("temporal_granularity", "HOURLY");
|
|
|
- param.put("page_size", 500);
|
|
|
+ param.put("page_size", 200);
|
|
|
param.put("page", page);
|
|
|
|
|
|
String result = HttpUtils.httpPostRequest(url, param, headers);
|