爱尚家接口合并到cms-api.websoft.top

This commit is contained in:
2025-06-08 11:17:30 +08:00
parent 2c77a45e5d
commit 522281300f
8 changed files with 168 additions and 36 deletions

View File

@@ -8,8 +8,14 @@ module.exports = {
// 应用秘钥
appSecret: '1f1d186d98ea4620ac65afbf34940051',
// 生产环境
serverUrl: 'https://server.gxwebsoft.com/api',
apiUrl: 'https://cms-api.websoft.top/api',
socketUrl: 'wss://server.gxwebsoft.com',
fileUrl: 'https://file.wsdns.cn',
// 开发环境
// apiUrl: "http://127.0.0.1:9095/api",
// apiUrl: "http://127.0.0.1:9000/api",
// socketUrl: 'ws://localhost:9190',
// fileUrl: 'https://file.wsdns.cn',
// apiUrl: "http://47.119.165.234:5483/api",
@@ -18,14 +24,7 @@ module.exports = {
// 测试环境
// apiUrl: 'https://server.gxwebsoft.com/api',
// socketUrl: 'wss://server.gxwebsoft.com',
fileUrl: 'https://file.wsdns.cn',
// 生产环境
serverUrl: 'https://server.gxwebsoft.com/api',
apiUrl: 'https://cms-api.websoft.top/api',
socketUrl: 'wss://server.gxwebsoft.com',
// fileUrl: 'https://oss.jimeigroup.cn',
// fileUrl: 'https://file.wsdns.cn',
// 游客 userId
userId: 3373,