|
@@ -987,8 +987,6 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
headers.put("Content-Type", " application/json");
|
|
|
String result = HttpUtils.kuaiShouhttpPostRequest(url, requestJson.toJSONString(), headers);
|
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
|
- System.out.println("入参:"+requestJson.toJSONString());
|
|
|
- System.out.println("返回:"+resultJson);
|
|
|
log.info("【快手】建组返回,accountId:{},---结果:{}", advertiserId, resultJson);
|
|
|
if (!Check.isNull(resultJson)) {
|
|
|
Integer code = resultJson.getInteger("code");
|
|
@@ -2179,8 +2177,6 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
header.put("Access-Token", accessToken);
|
|
|
String result = HttpUtils.kuaiShouhttpPostRequest(url, requestJson.toJSONString(), header);
|
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
|
- System.out.println("创意入参:"+requestJson.toJSONString());
|
|
|
- System.out.println("创意返回:"+resultJson);
|
|
|
log.info("【快手】建创意返回,accountId:{},---结果:{}", advertiserId, resultJson);
|
|
|
if (!Check.isNull(resultJson)) {
|
|
|
Integer code = resultJson.getInteger("code");
|