localizer
parent
c57efa183a
commit
ea863e731a
|
|
@ -82,7 +82,8 @@ public class WeChatPayServiceImpl implements WeChatPayService {
|
|||
*/
|
||||
public String refund(String outTradeNo, String outRefundNo, int totalFee, int refundFee, String notifyUrl) throws WxPayException {
|
||||
try {
|
||||
log.info("开始申请微信支付退款,商户订单号:{},退款单号:{},退款金额:{}", outTradeNo, outRefundNo, refundFee);
|
||||
log.info("开始申请微信支付退款,商户订单号:{},退款单号:{},退款金额:{},退款回调地址:{}", outTradeNo,
|
||||
outRefundNo, refundFee, notifyUrl);
|
||||
|
||||
WxPayRefundRequest refundRequest = WxPayRefundRequest.newBuilder()
|
||||
.outTradeNo(outTradeNo)
|
||||
|
|
|
|||
Loading…
Reference in New Issue