Commit e69b7434 authored by xiaozhe.chen's avatar xiaozhe.chen

运营系统替换中台接口

parent 93631fd2
...@@ -119,6 +119,7 @@ public class IceServiceImpl implements IIceService { ...@@ -119,6 +119,7 @@ public class IceServiceImpl implements IIceService {
String result = null; String result = null;
try { try {
result = httpService.post(url, header, param); result = httpService.post(url, header, param);
log.info("{} 流程日志查询 orderNo={},result:{}", logPre, orderNo, result);
} catch (Exception e) { } catch (Exception e) {
log.error("{} 通讯异常 url={},param={}", logPre, url, param, e); log.error("{} 通讯异常 url={},param={}", logPre, url, param, e);
return JsonResult.buildErrorStateResult("通讯异常", null); return JsonResult.buildErrorStateResult("通讯异常", null);
......
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