chore: update API domain deployment config

这个提交包含在:
Guoguo
2026-05-06 21:07:44 +08:00
父节点 ff4590767d
当前提交 5cc41f0f10
修改 3 个文件,包含 159 行新增7 行删除
+2 -3
查看文件
@@ -1,10 +1,9 @@
const ENV = 'test'
// WARNING: Before deploying to production, replace the prod URL below with the real SCF endpoint.
const API_BASES = {
local: 'http://localhost:3000',
test: 'https://1426323813-ilxkhlxf4p.ap-guangzhou.tencentscf.com',
prod: 'https://replace-with-scf-prod-url'
test: 'https://api.vsai.net.cn',
prod: 'https://api.vsai.net.cn'
}
export { ENV, API_BASES }