修改mysql远程连接

This commit is contained in:
2025-09-03 13:25:08 +08:00
parent f1f4000360
commit 0f4552041b
8 changed files with 12 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
const axios = require('axios');
// API配置
const API_BASE_URL = process.env.API_BASE_URL || 'https://api.jiebanke.com';
const API_BASE_URL = process.env.API_BASE_URL || 'https://webapi.jiebanke.com';
const API_VERSION = process.env.API_VERSION || '/api/v1';
// 测试用例