From f05598ff643937a616e4dcbc76be34b4fd31ce0a Mon Sep 17 00:00:00 2001 From: goupan <goupan@chinapopin.com> Date: 星期六, 27 四月 2024 23:31:12 +0800 Subject: [PATCH] 正式环境配置 --- rest/src/main/resources/application-prod.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rest/src/main/resources/application-prod.yml b/rest/src/main/resources/application-prod.yml index f76c656..5d45f2e 100644 --- a/rest/src/main/resources/application-prod.yml +++ b/rest/src/main/resources/application-prod.yml @@ -26,6 +26,6 @@ # 支付环境域名(回调-prod) alipay: - domain: http://1.95.42.247:8081/rest + domain: http://m.xintongtong.cn:8081/rest wxpay: - domain: http://1.95.42.247:8081/rest \ No newline at end of file + domain: http://m.xintongtong.cn:8081/rest \ No newline at end of file -- Gitblit v1.7.1