更新文件结构,统一文档格式

This commit is contained in:
ylweng
2025-09-01 03:32:45 +08:00
parent 950ef70173
commit 23041faa2a
39 changed files with 817 additions and 111 deletions

View File

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