|
@@ -67,7 +67,6 @@ public class KuaishouAgentAccountListServiceImpl implements IKuaishouAgentAccoun
|
|
map.put("Cookie", cookie);
|
|
map.put("Cookie", cookie);
|
|
map.put("Content-Type:", "application/json");
|
|
map.put("Content-Type:", "application/json");
|
|
String s = HttpUtils.httpPostRequest("https://jinfu.e.kuaishou.com/rest/dsp/agent/account/list", requestJson, map);
|
|
String s = HttpUtils.httpPostRequest("https://jinfu.e.kuaishou.com/rest/dsp/agent/account/list", requestJson, map);
|
|
- System.err.println(s);
|
|
|
|
JSONObject jsonObject = JSONObject.parseObject(s);
|
|
JSONObject jsonObject = JSONObject.parseObject(s);
|
|
if (Check.isNull(jsonObject)) {
|
|
if (Check.isNull(jsonObject)) {
|
|
log.error("获取代理商账户列表返回数据为空");
|
|
log.error("获取代理商账户列表返回数据为空");
|