Commit ef0d21c2 authored by 赵啸非's avatar 赵啸非

添加巴中经开区windows shell

parent ad37cd86
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -63,7 +63,7 @@ public class SendThirdPartyThread extends AbstractThread { ...@@ -63,7 +63,7 @@ public class SendThirdPartyThread extends AbstractThread {
for (DeviceReq deviceMsgReq : deviceMsgReqs) { for (DeviceReq deviceMsgReq : deviceMsgReqs) {
String phpInUrl = GlobalSysInfo.getParamValue(PARAM_SERVER_PHP_IN_HTTP_URL, "http://127.0.0.1:11078/zwfw_api"); String phpInUrl = GlobalSysInfo.getParamValue(PARAM_SERVER_PHP_IN_HTTP_URL, "http://127.0.0.1:11078/zwfw_api");
ApiResp<String> resp = messageService.sendThirdParty(UrlBuilder.of(phpInUrl).addPath(thirdPartyPath).build(), deviceMsgReq); ApiResp<String> resp = messageService.sendThirdParty(UrlBuilder.of(phpInUrl).addPath(thirdPartyPath).build(), deviceMsgReq);
log.info("sendThirty req==>deviceCode:{} TYPE:{} \n resp ==>{}", deviceMsgReq.getDeviceCode(), DeviceMethodEnum.getByValue(deviceMsgReq.getDeviceStatus()).getDesc(), JSON.toJSONString(resp)); log.info("sendThirty req==>{} TYPE:{} \n resp ==>{}", JSON.toJSONString(deviceMsgReq), DeviceMethodEnum.getByValue(deviceMsgReq.getDeviceStatus()).getDesc(), JSON.toJSONString(resp));
} }
} }
} }
......
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