From 6009f0df18e9c5a6812d7fea40be7905f7f23f61 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期五, 27 九月 2024 21:44:29 +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