Commit 9d0e21c6 authored by 赵啸非's avatar 赵啸非

添加站点参数

parent 01bb4c9e
...@@ -162,7 +162,7 @@ public class MidSignApiController { ...@@ -162,7 +162,7 @@ public class MidSignApiController {
//请求转发 //请求转发
String fullUrl = UrlBuilder.ofHttp(midUrl).addPath(midReq.getPath()).build(); String fullUrl = UrlBuilder.ofHttp(midUrl).addPath(midReq.getPath()).build();
//String fullUrl = URLUtil.completeUrl(midUrl, midReq.getPath()); //String fullUrl = URLUtil.completeUrl(midUrl, midReq.getPath());
//log.info("mid url:{},body:{}", fullUrl, headerMap.get("body")); log.info("mid url:{},body:{}", fullUrl, headerMap.get("body"));
String body = HttpUtil.createRequest(Method.POST, fullUrl).headerMap(headerMap, true).body(headerMap.get("body")).execute().body(); String body = HttpUtil.createRequest(Method.POST, fullUrl).headerMap(headerMap, true).body(headerMap.get("body")).execute().body();
//String body = HttpUtil.createRequest(Method.POST, fullUrl).headerMap(headerMap, true).body(reqBody.toJSONString()).execute().body(); //String body = HttpUtil.createRequest(Method.POST, fullUrl).headerMap(headerMap, true).body(reqBody.toJSONString()).execute().body();
JSONObject bodyJson = JSONObject.parseObject(body); JSONObject bodyJson = JSONObject.parseObject(body);
......
...@@ -55,7 +55,7 @@ public class SyncSiteDeviceTaskImpl implements ITaskExcuteService { ...@@ -55,7 +55,7 @@ public class SyncSiteDeviceTaskImpl implements ITaskExcuteService {
devicePdu.setSiteId(site.getId()); devicePdu.setSiteId(site.getId());
devicePdu.setSize(-1); devicePdu.setSize(-1);
Rest<RespData<List<DevicePdu>>> deviceRest = deviceFeign.list(devicePdu); Rest<RespData<List<DevicePdu>>> deviceRest = deviceFeign.list(devicePdu);
log.info("deviceRest:{}", JSON.toJSONString(deviceRest)); // log.info("deviceRest:{}", JSON.toJSONString(deviceRest));
if (YesNoEnum.YES.getValue() == deviceRest.getCode()) { if (YesNoEnum.YES.getValue() == deviceRest.getCode()) {
List<DevicePdu> devicePduList = deviceRest.getData().getData(); List<DevicePdu> devicePduList = deviceRest.getData().getData();
if (!ObjectUtils.isEmpty(devicePduList)) { if (!ObjectUtils.isEmpty(devicePduList)) {
......
...@@ -122,8 +122,8 @@ Content-Type: application/json ...@@ -122,8 +122,8 @@ Content-Type: application/json
{ {
"method":"post", "method":"post",
"path":"/api/edge-service-agent/V2.10/59522c3302b699fd/jbxx", "path":"/api/edge-service-agent/1.0/46ce3be3269e8894/cxyhbhsfz_",
"body":"{\"areaCode\":\"510727000000\"}" "body":"{\"idCardNo\":\"41010229611620007X\",\"orgNo\":\"10080000\"}"
} }
###短信设置编辑 ###短信设置编辑
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment