石广澎
2025-11-17 8771da2ccf6f7c3fd2a8c89a1a0e230c6386db7f
common/config.js
@@ -2,25 +2,38 @@
// 开发
const dev = {
   webURL: 'https://jmy.jinmingyuan.com/pay',
   baseURL: '/dev-api',
   sftpURL: 'https://yqzx.jinmingyuan.com/file',
   wx_appid: 'wxe4a1e9fddc509c46',
   webURL: 'https://zhxx.jinmingyuan.com/pay',
   baseURL: 'http://1.14.252.104:7101',
   sftpURL: 'https://zhkj.jinmingyuan.com:8443/sftp',
   imgUrl: 'https://zhkj.jinmingyuan.com:8443/sftp/platform/app/',
   wx_appid: 'wxad8cc511da676bd4',
   ali_appid: '2021003199690698'
}
// 测试
const test = {
   webURL: 'https://sfzf.cpbtsoft.cn/pay',
   baseURL: 'https://sfzf.cpbtsoft.cn',
   sftpURL: 'https://sfzf.cpbtsoft.cn/file',
   wx_appid: 'wxe4a1e9fddc509c46',
// 翼支付测试
const yPayTest = {
   webURL: 'https://zhxx.jinmingyuan.com/yPayTest',
   baseURL: 'http://1.14.252.104:7101',
   sftpURL: 'https://zhkj.jinmingyuan.com:8443/sftp',
   imgUrl: 'https://zhkj.jinmingyuan.com:8443/sftp/platform/app/',
   wx_appid: 'wxd163440fc91fd9af',
   ali_appid: '2021003199690698'
}
// 正式
const prod = {
   webURL: 'https://jmy.jinmingyuan.com/pay',
   baseURL: 'https://yqzx.jinmingyuan.com',
   sftpURL: 'https://yqzx.jinmingyuan.com/file',
// 生态圈
const stq = {
   webURL: 'https://zhxx.jinmingyuan.com/pay',
   baseURL: 'https://zhxx.jinmingyuan.com',
   sftpURL: 'https://zhkj.jinmingyuan.com:8443/sftp',
   imgUrl: 'https://zhkj.jinmingyuan.com:8443/sftp/platform/app/',
   wx_appid: 'wxad8cc511da676bd4',
   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'
}
@@ -30,9 +43,9 @@
   '02': '信用卡'
}
module.exports = {
   config: test,
   ACCESSTOKEN: "Authorization",
   config: stq,
   ACCESSTOKEN: "SCAN-WECHAT-TOKEN-HEADER",
   /* 是否打印请求日志 */
   DEBUG: false,
   cardType: cardType
}
}