From 1fb498c5d63850cb63163ca295954f86459e4612 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 27 六月 2024 15:26:31 +0800
Subject: [PATCH] feat(支付):

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

diff --git a/common/config.js b/common/config.js
index e2ebe1d..5af3b3d 100644
--- a/common/config.js
+++ b/common/config.js
@@ -6,7 +6,7 @@
 	baseURL: '/dev-api',
 	sftpURL: 'https://yqzx.jinmingyuan.com/file',
 	wx_appid: 'wx4c146dba764dcb05',
-	ali_appid: '2021004144693340'
+	ali_appid: '2021004149689887'
 }
 // 娴嬭瘯
 const test = {
@@ -14,7 +14,7 @@
 	baseURL: 'https://sfzf.cpbtsoft.cn/prod-api',
 	sftpURL: 'https://sfzf.cpbtsoft.cn/file',
 	wx_appid: 'wx4c146dba764dcb05',
-	ali_appid: '2021004144693340'
+	ali_appid: '2021004149689887'
 }
 // 姝e紡
 const prod = {
@@ -22,7 +22,7 @@
 	baseURL: 'https://yqzx.jinmingyuan.com',
 	sftpURL: 'https://yqzx.jinmingyuan.com/file',
 	wx_appid: 'wx4c146dba764dcb05',
-	ali_appid: '2021004144693340'
+	ali_appid: '2021004149689887'
 }
 
 const cardType = {
@@ -35,4 +35,4 @@
 	/* 鏄惁鎵撳嵃璇锋眰鏃ュ織 */
 	DEBUG: false,
 	cardType: cardType
-}
\ No newline at end of file
+}

--
Gitblit v1.9.1