-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.http
57 lines (42 loc) · 1.13 KB
/
test.http
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
POST http://127.0.0.1/api/user/login
Content-Type: application/json
{
"email": "[email protected]",
"password": "computerplus6666"
}
###
POST http://127.0.0.1/api/user/user
Content-Type: application/json
Authorization: Bearer 4|02z2PxWLB54kUEkoDNl6E5mYK3aIbBdg6bp7J6PG
###
POST http://127.0.0.1/api/user/test
Content-Type: application/json
Authorization: Bearer 4|02z2PxWLB54kUEkoDNl6E5mYK3aIbBdg6bp7J6PG
###
POST http://127.0.0.1/api/storage/make-file
Content-Type: application/json
Authorization: Bearer 4|02z2PxWLB54kUEkoDNl6E5mYK3aIbBdg6bp7J6PG
{
"name" : "workingDirectory",
"path" : "/",
"note" : "测试test"
}
###
POST http://127.0.0.1/api/storage/delete-folder
Content-Type: application/json
Authorization: Bearer 4|02z2PxWLB54kUEkoDNl6E5mYK3aIbBdg6bp7J6PG
{
"path": "/",
"folderName": "文件夹3"
}
###
POST http://127.0.0.1/api/storage/get-path
Content-Type: application/json
Authorization: Bearer 4|02z2PxWLB54kUEkoDNl6E5mYK3aIbBdg6bp7J6PG
{
"path": "/"
}
###
POST http://127.0.0.1/api/user/login_out_all
Content-Type: application/json
Authorization: Bearer 4|02z2PxWLB54kUEkoDNl6E5mYK3aIbBdg6bp7J6PG