记得上下班打卡 | git大法好,push需谨慎

Commit b0349880 authored by 胡佳晨's avatar 胡佳晨

汇付回调

parent 4dd62c01
...@@ -399,7 +399,8 @@ public class GoblinOrderAppServiceImpl implements IGoblinOrderAppService { ...@@ -399,7 +399,8 @@ public class GoblinOrderAppServiceImpl implements IGoblinOrderAppService {
} }
return "RECV_ORD_ID_" + reqSeqId; return "RECV_ORD_ID_" + reqSeqId;
} catch (Exception e) { } catch (Exception e) {
log.info("异步回调开始,参数,request={}", request); log.info("异步回调开始,参数,request={},异常={}", request, e);
e.printStackTrace();
} }
return ""; return "";
} }
......
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