Browse Source

去除打印

yumeng 5 năm trước cách đây
mục cha
commit
520aa58a59

+ 0 - 1
module-report/src/main/java/cn/com/ctop/bytedance/service/impl/ReportServiceImpl.java

@@ -86,7 +86,6 @@ public class ReportServiceImpl implements IReportService {
         SerializeConfig config = new SerializeConfig();
         config.propertyNamingStrategy = PropertyNamingStrategy.SnakeCase;
         JSONObject jsonObject = JSONObject.parseObject(JSON.toJSONString(conditions, config));
-        log.info("头条分天报表返回信息:{}",jsonObject);
         JSONObject getObject = getAdvertiserStat(token, jsonObject);
         Integer code = getObject.getInteger("code");
         String message = getObject.getString("message");