yumeng 1 ヶ月 前
コミット
bb47717406

+ 1 - 0
job-bytedance/src/main/java/cn/com/ctop/job/bytedance/data/service/impl/BytedanceReportNewServiceImpl.java

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