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

Commit 6038e085 authored by 胡佳晨's avatar 胡佳晨

修改 汇付回调

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