From f28a4a64c825b02e32e79387e0a6763e934ce51d Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 17 十一月 2025 16:01:09 +0800
Subject: [PATCH] feat(config): 更新生态圈API基础URL配置

---
 common/config.js |   41 +++++++++++++++++++++++++----------------
 1 files changed, 25 insertions(+), 16 deletions(-)

diff --git a/common/config.js b/common/config.js
index fb786cc..7739790 100644
--- a/common/config.js
+++ b/common/config.js
@@ -2,32 +2,41 @@
 
 // 寮�鍙�
 const dev = {
-	webURL: 'https://jmy.jinmingyuan.com/pay',
+	webURL: 'https://zhxx.jinmingyuan.com/pay',
 	baseURL: 'http://1.14.252.104:7101',
-	sftpURL: 'https://echftp.jinmingyuan.com',
-	imgUrl: 'https://echftp.jinmingyuan.com/platform/app/',
+	sftpURL: 'https://zhkj.jinmingyuan.com:8443/sftp',
+	imgUrl: 'https://zhkj.jinmingyuan.com:8443/sftp/platform/app/',
 	wx_appid: 'wxad8cc511da676bd4',
-	ali_appid:'2021003199690698'
+	ali_appid: '2021003199690698'
 }
-// 鏀粯娴嬭瘯
-const payTest = {
-	webURL: 'https://jmy.jinmingyuan.com/payTest',
+// 缈兼敮浠樻祴璇�
+const yPayTest = {
+	webURL: 'https://zhxx.jinmingyuan.com/yPayTest',
 	baseURL: 'http://1.14.252.104:7101',
-	sftpURL: 'https://echftp.jinmingyuan.com',
-	imgUrl: 'https://echftp.jinmingyuan.com/platform/app/',
-	wx_appid: 'wxad8cc511da676bd4',
-	ali_appid:'2021003199690698'
+	sftpURL: 'https://zhkj.jinmingyuan.com:8443/sftp',
+	imgUrl: 'https://zhkj.jinmingyuan.com:8443/sftp/platform/app/',
+	wx_appid: 'wxd163440fc91fd9af',
+	ali_appid: '2021003199690698'
 }
 // 鐢熸�佸湀
 const stq = {
-	webURL: 'https://jmy.jinmingyuan.com/scanPay',
-	baseURL: 'https://yqzx.jinmingyuan.com',
-	sftpURL: 'https://yqzx.jinmingyuan.com/file',
-	imgUrl: 'https://yqzx.jinmingyuan.com/file/platform/app/',
+	webURL: 'https://zhxx.jinmingyuan.com/pay',
+	baseURL: 'https://zhxx.jinmingyuan.com/ecoapi',
+	sftpURL: 'https://zhkj.jinmingyuan.com:8443/sftp',
+	imgUrl: 'https://zhkj.jinmingyuan.com:8443/sftp/platform/app/',
 	wx_appid: 'wxad8cc511da676bd4',
-	ali_appid:'2021003199690698'
+	ali_appid: '2021003199690698'
 }
 
+// 浜烘墠鐮�
+const rcm = {
+	webURL: 'https://zhxx.jinmingyuan.com/rcmpay',
+	baseURL: 'https://zhxx.jinmingyuan.com/rcmapi',
+	sftpURL: 'https://zhkj.jinmingyuan.com:8443/sftp',
+	imgUrl: 'https://zhkj.jinmingyuan.com:8443/sftp/platform/app/',
+	wx_appid: 'wxad8cc511da676bd4',
+	ali_appid: '2021003199690698'
+}
 
 const cardType = {
 	'00': '鍌ㄨ搫鍗�',

--
Gitblit v1.9.1