|
@@ -27,7 +27,6 @@ public class KuaishouRealTimeDataServiceImpl implements IKuaishouRealTimeDataSer
|
|
|
param.put("temporal_granularity", "DAILY");
|
|
|
param.put("page_size", 500);
|
|
|
param.put("page", 1);
|
|
|
- KuaishouResult<KuaishouReportDailyCampaign> kuaishouResult = null;
|
|
|
try {
|
|
|
String result = HttpUtils.httpPostRequest(url, param, headers);
|
|
|
|