|
@@ -144,7 +144,6 @@ public class IKuaiShouCommentServiceImpl implements IKuaiShouCommentService {
|
|
JSONObject params = new JSONObject();
|
|
JSONObject params = new JSONObject();
|
|
params.put("advertiser_id", accountId);
|
|
params.put("advertiser_id", accountId);
|
|
params.put("shield_list", comments);
|
|
params.put("shield_list", comments);
|
|
- System.out.println(params.toJSONString());
|
|
|
|
String result = HttpUtils.httpPostRequest(url, params, header);
|
|
String result = HttpUtils.httpPostRequest(url, params, header);
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
JSONObject resultJson = JSONObject.parseObject(result);
|
|
if (!Check.isNull(resultJson)) {
|
|
if (!Check.isNull(resultJson)) {
|