|
@@ -87,7 +87,6 @@ public class ReportServiceImpl implements IReportService {
|
|
config.propertyNamingStrategy = PropertyNamingStrategy.SnakeCase;
|
|
config.propertyNamingStrategy = PropertyNamingStrategy.SnakeCase;
|
|
JSONObject jsonObject = JSONObject.parseObject(JSON.toJSONString(conditions, config));
|
|
JSONObject jsonObject = JSONObject.parseObject(JSON.toJSONString(conditions, config));
|
|
JSONObject getObject = getAdvertiserStat(token, jsonObject);
|
|
JSONObject getObject = getAdvertiserStat(token, jsonObject);
|
|
- System.err.println(getObject);
|
|
|
|
Integer code = getObject.getInteger("code");
|
|
Integer code = getObject.getInteger("code");
|
|
String message = getObject.getString("message");
|
|
String message = getObject.getString("message");
|
|
if (null == code || code != 0) {
|
|
if (null == code || code != 0) {
|