From 1901fceb6ddaa56a57f3131191454554c3e77e68 Mon Sep 17 00:00:00 2001
From: guohongjin <guohongjin@test.com>
Date: 星期三, 01 五月 2024 13:56:51 +0800
Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/PsychologicalCounseling

---
 rest/src/main/resources/application.yml |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/rest/src/main/resources/application.yml b/rest/src/main/resources/application.yml
index 69ca016..ba07a03 100644
--- a/rest/src/main/resources/application.yml
+++ b/rest/src/main/resources/application.yml
@@ -84,6 +84,13 @@
   sk: e1XiZRPT4cADyT3G0NI7Gqktid9DZzD9kxUIcx6X
   bucket-name: xlzx
 
+# 支付环境域名(回调-test)
+alipay:
+  domain: http://1.95.0.51:8081/rest
+wxpay:
+  domain: http://1.95.0.51:8081/rest
+
 refund:
-  alipay-url: http://1.95.0.51:8081/rest/aliPay/notLogin/tradeRefund
-  wxpay-url: http://1.95.0.51:8081/rest/wxPay/notLogin/refund
+  alipay-url: ${alipay:domain}/aliPay/notLogin/tradeRefund
+  wxpay-url: ${wxpay:domain}/wxPay/notLogin/refund
+

--
Gitblit v1.7.1