From d5306c224a91b37869d2b96ba03d5a7152bd11e2 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 23 十二月 2024 21:20:26 +0800
Subject: [PATCH] feat(支持线上订单支付 ):

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

diff --git a/common/config.js b/common/config.js
index 1d50911..02b3bb9 100644
--- a/common/config.js
+++ b/common/config.js
@@ -6,14 +6,14 @@
     baseURL: '/dev-api',
     // baseURL: 'http://172.16.2.117:8080',
     wx_appid: 'wx4c146dba764dcb05',
-    ali_appid: '2021004149689887'
+    ali_appid: '2021004193639959'
 }
 // 娴嬭瘯
 const test = {
     webURL: 'https://sfzf.cpbtsoft.cn',
-    baseURL: 'https://sfzf.cpbtsoft.cn/dev-api',
+    baseURL: 'https://sfzf.cpbtsoft.cn/prod-api',
     wx_appid: 'wx4c146dba764dcb05',
-    ali_appid: '2021004149689887'
+    ali_appid: '2021004193639959'
 }
 // 姝e紡
 const prod = {

--
Gitblit v1.9.1