first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

View File

View File

@@ -0,0 +1 @@
01d252a9-6653-4380-add9-5ddce8512937

View File

@@ -0,0 +1,9 @@
export default {
// 支持值为 Object 和 Array
'GET /api/getUser': { users: [1, 2] },
// GET 可忽略
'/api/users/1': { id: 1 },
// GET 可忽略
'GET /api/login': { token: 'asdadadasddddddddddasdad' },
};