From 3e6c6d2765ac4028a301f9e7f5b2f7b269b770bf Mon Sep 17 00:00:00 2001 From: taozi <9108791@qq.com> Date: Thu, 29 Jul 2021 00:34:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=BB=98=E8=AE=A4=E7=9A=84?= =?UTF-8?q?=E5=9B=9E=E8=B0=83=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/co/yixiang/modules/mp/service/WeixinPayService.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yshop-weixin/src/main/java/co/yixiang/modules/mp/service/WeixinPayService.java b/yshop-weixin/src/main/java/co/yixiang/modules/mp/service/WeixinPayService.java index bcd5ecca..71eeb180 100644 --- a/yshop-weixin/src/main/java/co/yixiang/modules/mp/service/WeixinPayService.java +++ b/yshop-weixin/src/main/java/co/yixiang/modules/mp/service/WeixinPayService.java @@ -183,8 +183,7 @@ public class WeixinPayService { wxPayRefundRequest.setOutRefundNo(orderSn); //退款金额 wxPayRefundRequest.setRefundFee(refundFee); -// wxPayRefundRequest.setNotifyUrl(this.getApiUrl() + "/api/notify/refund"); - wxPayRefundRequest.setNotifyUrl("http://www.itxzz.top/api/wechat/notify"); + wxPayRefundRequest.setNotifyUrl(this.getApiUrl() + "/api/notify/refund"); try { wxPayService.refundV2(wxPayRefundRequest); } catch (WxPayException e) {