From 392b42c4891cf2e6beda57ab32c51598f290f4b7 Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期五, 14 三月 2025 20:56:27 +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 67310e5..e085520 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/alipay/notify
+#notify_url=http://221.182.45.100:9000/order/forepart/paylog/alipay/notify
+notify_url=https://www.jiudinglaojiu.com/order/forepart/paylog/alipay/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/alipay/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