From c426b5e5794c9a7aca4d64b904b9616d93ab64c3 Mon Sep 17 00:00:00 2001 From: wqy <1191068887@qq.com> Date: Sat, 27 Apr 2024 13:52:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=94=AE=E5=90=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/cyl/manager/oms/service/AftersaleService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-mall/src/main/java/com/cyl/manager/oms/service/AftersaleService.java b/ruoyi-mall/src/main/java/com/cyl/manager/oms/service/AftersaleService.java index a23ee63..a4e57d7 100644 --- a/ruoyi-mall/src/main/java/com/cyl/manager/oms/service/AftersaleService.java +++ b/ruoyi-mall/src/main/java/com/cyl/manager/oms/service/AftersaleService.java @@ -348,7 +348,7 @@ public class AftersaleService { //开始退款 Refund wechatResponse = wechatPayService.refundPay(returnApply.getId() + "", order.getPayId() + "", - "https://mall.younigou.net/api/no-auth/wechat/weChatRefundNotify", + "https://mall.ichengle.top/api/no-auth/wechat/weChatRefundNotify", returnApply.getReturnAmount().multiply(new BigDecimal("100")).longValue(), history.getMoney().multiply(new BigDecimal("100")).longValue(), returnApply.getReason()); log.info("发起微信退款返回信息,tradeRefund:{}", JSONObject.toJSONString(wechatResponse == null ? "" : wechatResponse));