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

This commit is contained in:
2025-03-05 17:21:00 +08:00
parent 5a030d5a30
commit 2c77a45e5d
23 changed files with 202 additions and 94 deletions

View File

@@ -12,14 +12,17 @@ module.exports = {
// apiUrl: "http://127.0.0.1:9095/api",
// socketUrl: 'ws://localhost:9190',
// fileUrl: 'https://file.wsdns.cn',
// apiUrl: "http://47.119.165.234:5483/api",
// 测试环境
// apiUrl: 'https://server.gxwebsoft.com/api',
// socketUrl: 'wss://server.gxwebsoft.com',
fileUrl: 'https://file.wsdns.com',
fileUrl: 'https://file.wsdns.cn',
// 生产环境
apiUrl: 'https://open.gxwebsoft.com/api',
serverUrl: 'https://server.gxwebsoft.com/api',
apiUrl: 'https://cms-api.websoft.top/api',
socketUrl: 'wss://server.gxwebsoft.com',
// fileUrl: 'https://oss.jimeigroup.cn',
@@ -33,4 +36,4 @@ module.exports = {
// AccessSecret
accessSecret: 'rITq2UmCZ3FVEfMBbzVQoqlfjedFREwh'
}
}