From fc8b51f40e71aa09bb49f407c1e9f68ac94ceb58 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期一, 29 七月 2024 18:51:32 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ruoyi-modules/ruoyi-order/src/main/resources/conf/param.properties | 4 ++-- 1 files changed, 2 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 67310e5..e18bb5d 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,7 @@ # 支付宝回调地址 #notify_url = http://10.136.177.152:9000/order/forepart/paylog/alipay/notify -notify_url=http://221.182.45.100:9000/order/forepart/paylog/alipay/notify +notify_url=http://221.182.45.100:9000/order/forepart/paylog/wxpay/notify # 签约的appid app_id = 2021004150664294 @@ -38,7 +38,7 @@ # 微信回调地址 #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/alipay/notify +wx_notify_url=http://221.182.45.100:9000/order/forepart/paylog/wxpay/notify # 小程序的APPID -- Gitblit v1.7.1