From aeb379749ad10eabd54086e93231228a48c69843 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期一, 12 八月 2024 18:35:02 +0800 Subject: [PATCH] 修改bug --- ruoyi-modules/ruoyi-order/src/main/resources/conf/param.properties | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ruoyi-modules/ruoyi-order/src/main/resources/conf/param.properties b/ruoyi-modules/ruoyi-order/src/main/resources/conf/param.properties index e18bb5d..accb275 100644 --- a/ruoyi-modules/ruoyi-order/src/main/resources/conf/param.properties +++ b/ruoyi-modules/ruoyi-order/src/main/resources/conf/param.properties @@ -14,7 +14,8 @@ # 支付宝回调地址 #notify_url = http://10.136.177.152:9000/order/forepart/paylog/alipay/notify -notify_url=http://221.182.45.100:9000/order/forepart/paylog/wxpay/notify +#notify_url=http://221.182.45.100:9000/order/forepart/paylog/wxpay/notify +notify_url=https://www.jiudinglaojiu.com/order/forepart/paylog/wxpay/notify # 签约的appid app_id = 2021004150664294 @@ -38,7 +39,8 @@ # 微信回调地址 #wx_notify_url = http://10.136.177.152:9000/order/forepart/paylog/wxpay/notify -wx_notify_url=http://221.182.45.100:9000/order/forepart/paylog/wxpay/notify +#wx_notify_url=http://221.182.45.100:9000/order/forepart/paylog/wxpay/notify +wx_notify_url=https://www.jiudinglaojiu.com/order/forepart/paylog/wxpay/notify # 小程序的APPID -- Gitblit v1.7.1