From a686c879b57b1c3ba193087d8c845bf83a1b4fea Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期五, 20 九月 2024 16:20:24 +0800
Subject: [PATCH] feat(支付): 测试环境接口接口地址

---
 common/config.js |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/common/config.js b/common/config.js
index 0e09ed4..f6e35cb 100644
--- a/common/config.js
+++ b/common/config.js
@@ -11,15 +11,14 @@
 // 娴嬭瘯
 const test = {
     webURL: 'https://sfzf.cpbtsoft.cn',
-    baseURL: 'https://sfzf.cpbtsoft.cn/prod-api',
+    baseURL: 'https://sfzf.cpbtsoft.cn/dev-api',
     wx_appid: 'wx4c146dba764dcb05',
     ali_appid: '2021004149689887'
 }
 // 姝e紡
 const prod = {
-    webURL: 'https://sfzf.cpbtsoft.cn',
-    // baseURL: 'https://jyy.hepost.com:20773/prod-api',
-    baseURL: 'https://sfzf.cpbtsoft.cn/pay-api/prod-api',
+    webURL: 'https://uif.hepost.com',
+    baseURL: 'https://uif.hepost.com/prod-api',
     wx_appid: 'wx4c146dba764dcb05',
     ali_appid: '2021004149689887'
 }

--
Gitblit v1.9.1