Commit 32381e30 authored by shiyu's avatar shiyu

微信支付申请退款新增日志记录

parent c548bfdd
......@@ -296,6 +296,7 @@ public class WxPayServiceApi {
request.setAmount(amountReq);
//商户退款单号
request.setOutRefundNo(dto.getRefundId());
logger.info("微信申请退款请求参数:{}", JsonUtils.from(request));
Refund refundResponse = service.create(request);
logger.info("微信申请退款接口返回:{}", JsonUtils.from(refundResponse));
return Result.success(refundResponse);
......
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