|
@@ -183,8 +183,6 @@ public class KuaiShouGroupServiceImpl extends ServiceImpl<KuaiShouGroupMapper, K
|
|
|
log.error("获取广告组接口异常,advertiserId:{}", accountId);
|
|
|
return;
|
|
|
}
|
|
|
- System.out.println("入参:"+param.toJSONString());
|
|
|
- System.out.println("返回结果:"+resultJson.toJSONString());
|
|
|
Integer code = resultJson.getInteger("code");
|
|
|
if (null == code || code != 0) {
|
|
|
log.error("获取广告组返回结果异常,advertiserId:{},异常信息:{}", accountId, resultJson);
|