修改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

@@ -1,7 +1,7 @@
// 结伴客系统API测试脚本
const axios = require('axios');
const BASE_URL = 'https://api.jiebanke.com/api/v1';
const BASE_URL = 'https://webapi.jiebanke.com/api/v1';
// 创建axios实例
const api = axios.create({