Commit 7f6b4094 by 周晓航

代码退款 日志

parent 03ee35eb
...@@ -137,6 +137,7 @@ public class PaymentHandle { ...@@ -137,6 +137,7 @@ public class PaymentHandle {
req.setOutOrderNo(orderBean.getOid()); req.setOutOrderNo(orderBean.getOid());
req.setVer("V1"); req.setVer("V1");
AgentPayRefundResp resp = mulitiPaymentClient.agentPayRefund(req); AgentPayRefundResp resp = mulitiPaymentClient.agentPayRefund(req);
logUtil.info("fisherman refundRespons ---> "+orderBean.getOid() + "---", JSON.toJSONString(req), JSON.toJSONString(resp));
if (!resp.isOk()) throw new Exception("退款失败"); if (!resp.isOk()) throw new Exception("退款失败");
ret.setRefundId(resp.getData().getFmRefundNo()); ret.setRefundId(resp.getData().getFmRefundNo());
ret.setPayRefundStatus(PayRefundStatus.SUCCESS); ret.setPayRefundStatus(PayRefundStatus.SUCCESS);
......
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