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

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

@@ -1,7 +1,7 @@
// 结伴客系统API测试脚本
const axios = require('axios');
const BASE_URL = 'http://localhost:3000/api/v1';
const BASE_URL = 'https://api.jiebanke.com/api/v1';
// 创建axios实例
const api = axios.create({
@@ -28,7 +28,7 @@ async function testAPI() {
username: 'testuser',
password: 'test123',
nickname: '测试用户',
email: 'test@example.com',
email: 'test@jiebanke.com',
phone: '13800138000',
gender: 'male',
birthday: '1990-01-01'