From d873822e5964a52803cac434f040e24b6a439804 Mon Sep 17 00:00:00 2001
From: goupan <goupan@chinapopin.com>
Date: 星期六, 27 四月 2024 23:20:12 +0800
Subject: [PATCH] 正式环境配置

---
 rest/src/main/resources/application.yml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/rest/src/main/resources/application.yml b/rest/src/main/resources/application.yml
index 69ca016..ab7a4d6 100644
--- a/rest/src/main/resources/application.yml
+++ b/rest/src/main/resources/application.yml
@@ -87,3 +87,9 @@
 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
+
+# 支付环境域名(回调-test)
+alipay:
+  domain: http://1.95.0.51:8081/rest
+wxpay:
+  domain: http://1.95.0.51:8081/rest

--
Gitblit v1.7.1