|
@@ -390,7 +390,7 @@ public class RestUtil {
|
|
|
// http://39.102.40.239:28888/labsl/graph/pub/query
|
|
|
// String post_url ="http://39.102.40.239:28888"+ "/labsl/graph/pub/query";
|
|
|
String post_url = Constant.adm_project_url + "/labsl/graph/pub/query";
|
|
|
- String post_result = HttpClientUtil.instance("adm").post(post_url, postJSON.toJSONString(), null, head,null);
|
|
|
+ String post_result = HttpClientUtil.instance("adm").post(post_url, postJSON.toJSONString(), null, head,null,null);
|
|
|
// 4.解析返回结果
|
|
|
JSONObject resultJSON = JSON.parseObject(post_result);
|
|
|
Map<String, String> map = new ConcurrentHashMap<>();
|