修改mysql远程连接
This commit is contained in:
@@ -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';
|
||||
|
||||
// 测试用例
|
||||
|
||||
Reference in New Issue
Block a user