From 5414270852b69cb59af62f2e2f3a7932747b4f14 Mon Sep 17 00:00:00 2001 From: Aug <17674666882@163.com> Date: Mon, 5 May 2025 00:00:17 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/org/jeecg/modules/pay/MpWxPayService.java | 2 +- han-hai-module-pay/src/main/resources/pay_weixin.properties | 2 +- jeecg-boot-module-system/src/main/resources/pay_weixin.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/han-hai-module-pay/src/main/java/org/jeecg/modules/pay/MpWxPayService.java b/han-hai-module-pay/src/main/java/org/jeecg/modules/pay/MpWxPayService.java index efda96e..4bddfd6 100644 --- a/han-hai-module-pay/src/main/java/org/jeecg/modules/pay/MpWxPayService.java +++ b/han-hai-module-pay/src/main/java/org/jeecg/modules/pay/MpWxPayService.java @@ -98,7 +98,7 @@ public class MpWxPayService { request.setDetail(productName); //商品详情 request.setTotalFee(price); //总金额|分计 request.setSpbillCreateIp(clientIp); //终端IP - request.setNotifyUrl("http://augcl.natapp1.cc/massage-admin/massage/order/payOrderNotify");//设置回调路径 + request.setNotifyUrl("https://www.yurangongfang.com/massage-admin/massage/order/payOrderNotify");//设置回调路径 request.setProductId(productId); //商品id request.setOpenid(openId); //JSAPI OPENID if (dev){ diff --git a/han-hai-module-pay/src/main/resources/pay_weixin.properties b/han-hai-module-pay/src/main/resources/pay_weixin.properties index 8715f18..a4e887d 100644 --- a/han-hai-module-pay/src/main/resources/pay_weixin.properties +++ b/han-hai-module-pay/src/main/resources/pay_weixin.properties @@ -7,7 +7,7 @@ pay.mchId=1712378227 pay.appId=wx77ba4c7131677a74 -pay.mchKey=78e4e80a2096b362114a7afeefd2ef24 +pay.mchKey=0fdb77429ffdf206c151af76a663041c pay.keyPath=classpath:apiclient_cert.pem pay.notifyUrl=http://h5.xzaiyp.top/massage-api/post/create pay.notifyUrlDev=http://h5.xzaiyp.top/massage-api/post/notify diff --git a/jeecg-boot-module-system/src/main/resources/pay_weixin.properties b/jeecg-boot-module-system/src/main/resources/pay_weixin.properties index a3dec94..54a8c3f 100644 --- a/jeecg-boot-module-system/src/main/resources/pay_weixin.properties +++ b/jeecg-boot-module-system/src/main/resources/pay_weixin.properties @@ -1,5 +1,5 @@ -pay.mchId=1681494138 -pay.appId=wx15be4225a7e41a1e +pay.mchId=1712378227 +pay.appId=wx77ba4c7131677a74 pay.mchKey=0fdb77429ffdf206c151af76a663041c pay.keyPath=classpath:apiclient_cert.pem pay.notifyUrl=http://h5.xzaiyp.top/massage-api/post/create