Commit 69075dbc authored by 廖旭伟's avatar 廖旭伟

综窗对接

parent 1420465f
...@@ -254,6 +254,7 @@ public class SyntheticalController extends BaseJsonBodyController { ...@@ -254,6 +254,7 @@ public class SyntheticalController extends BaseJsonBodyController {
try { try {
doFileToBase64(pdu); doFileToBase64(pdu);
resp = doPost(url, JSONObject.toJSONString(pdu)); resp = doPost(url, JSONObject.toJSONString(pdu));
log.info("accept resp==>"+resp);
this.recordSysLog(this.request, busiDesc + " 【成功】"); this.recordSysLog(this.request, busiDesc + " 【成功】");
// Rest<List<AcceptRspInfo>> rest = JSON.parseObject(resp, new TypeReference<Rest<List<AcceptRspInfo>>>() { // Rest<List<AcceptRspInfo>> rest = JSON.parseObject(resp, new TypeReference<Rest<List<AcceptRspInfo>>>() {
// }); // });
......
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