更新文件结构,统一文档格式
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user