service-api/src/main/java/com/java110/api/smo/DefaultAbstractComponentSMO.java
@@ -107,7 +107,9 @@ headers.put(CommonConstant.HTTP_SERVICE, url); headers.put(CommonConstant.HTTP_METHOD, CommonConstant.getHttpMethodStr(httpMethod)); if (HttpMethod.GET == httpMethod) { initUrlParam(JSONObject.parseObject(param), headers); } if (HttpMethod.GET == httpMethod) { headers.put("REQUEST_URL", "http://127.0.0.1:8008/" + url + mapToUrlParam(JSONObject.parseObject(param))); } @@ -357,8 +359,6 @@ } } private JSONObject getCurrentCommunity(JSONArray communitys, String communityId) {