first commit
This commit is contained in:
0
滴滴淘/houtaiguanli/mock/.gitkeep
Normal file
0
滴滴淘/houtaiguanli/mock/.gitkeep
Normal file
1
滴滴淘/houtaiguanli/mock/.pydio
Normal file
1
滴滴淘/houtaiguanli/mock/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
7e88e718-ac00-4993-adc9-a2c860cbfaa5
|
||||
9
滴滴淘/houtaiguanli/mock/user.ts
Normal file
9
滴滴淘/houtaiguanli/mock/user.ts
Normal 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' },
|
||||
};
|
||||
Reference in New Issue
Block a user