|
@@ -228,6 +228,7 @@ public class BytedanceReportNewServiceImpl implements IBytedanceReportNewService
|
|
headers.put("Access-Token", token);
|
|
headers.put("Access-Token", token);
|
|
String s = HttpUtils.httpGet(url, paramsMap, headers);
|
|
String s = HttpUtils.httpGet(url, paramsMap, headers);
|
|
JSONObject jsonObject = JSONObject.parseObject(s);
|
|
JSONObject jsonObject = JSONObject.parseObject(s);
|
|
|
|
+ log.info("请求指标接口数据ing.....");
|
|
if (!Check.isNull(jsonObject)) {
|
|
if (!Check.isNull(jsonObject)) {
|
|
Integer code = jsonObject.getInteger("code");
|
|
Integer code = jsonObject.getInteger("code");
|
|
if (code == 0) {
|
|
if (code == 0) {
|