|
@@ -301,12 +301,10 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
param.put("temporal_granularity", "DAILY");
|
|
|
param.put("page_size", 2000);
|
|
|
param.put("page", page);
|
|
|
- System.out.println(param);
|
|
|
String result = HttpUtils.httpPostRequest(url, param, headers);
|
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
|
Integer code = resultJson.getInteger("code");
|
|
|
String message = resultJson.getString("message");
|
|
|
- System.out.println(resultJson.toJSONString());
|
|
|
if (null == code || code != 0) {
|
|
|
log.error("获取快手广告主报表异常:{},accountId:{}", message, token.getAccountId());
|
|
|
return;
|