From 39c51c9706372fb2613ae086f38beb778fc872a9 Mon Sep 17 00:00:00 2001 From: rentaiming <806181062@qq.com> Date: 星期五, 05 七月 2024 15:33:28 +0800 Subject: [PATCH] 修改bug --- 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