|
@@ -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");
|