Showing
1 changed file
with
12 additions
and
27 deletions
@@ -16,52 +16,37 @@ | @@ -16,52 +16,37 @@ | ||
16 | > 状态码:200 | 16 | > 状态码:200 |
17 | 17 | ||
18 | ```json | 18 | ```json |
19 | - | ||
20 | [ | 19 | [ |
21 | { | 20 | { |
22 | "id": 100100101, | 21 | "id": 100100101, |
23 | - "name": "七上", | 22 | + "name": "TEXTBOOK" |
24 | - "summary": null, | ||
25 | - "icon": "listening", | ||
26 | - "image": "/image/abc.jpg" | ||
27 | }, | 23 | }, |
28 | { | 24 | { |
29 | "id": 102, | 25 | "id": 102, |
30 | - "name": "PASSAGE", | 26 | + "name": "PASSAGE" |
31 | - "summary": null, | ||
32 | - "icon": "listening", | ||
33 | - "image": "/image/abc.jpg" | ||
34 | }, | 27 | }, |
35 | { | 28 | { |
36 | "id": 105, | 29 | "id": 105, |
37 | - "name": "PHONICS", | 30 | + "name": "PHONICS" |
38 | - "summary": null, | ||
39 | - "icon": "listening", | ||
40 | - "image": "/image/abc.jpg" | ||
41 | }, | 31 | }, |
42 | { | 32 | { |
43 | "id": 103, | 33 | "id": 103, |
44 | - "name": "DIALOG", | 34 | + "name": "DIALOG" |
45 | - "summary": null, | ||
46 | - "icon": "listening", | ||
47 | - "image": "/image/abc.jpg" | ||
48 | }, | 35 | }, |
49 | { | 36 | { |
50 | "id": 104, | 37 | "id": 104, |
51 | - "name": "VOCABULARY", | 38 | + "name": "WORDS" |
52 | - "summary": null, | ||
53 | - "icon": "listening", | ||
54 | - "image": "/image/abc.jpg" | ||
55 | }, | 39 | }, |
56 | { | 40 | { |
57 | "id": 101, | 41 | "id": 101, |
58 | - "name": "TEST", | 42 | + "name": "QUIZ", |
59 | - "summary": null, | 43 | + "quiz": 1 |
60 | - "icon": "listening", | 44 | + }, |
61 | - "image": "/image/abc.jpg" | 45 | + { |
46 | + "id": 106, | ||
47 | + "name": "OTHERS" | ||
62 | } | 48 | } |
63 | -] | 49 | +]``` |
64 | -``` | ||
65 | ######获取失败情况1 | 50 | ######获取失败情况1 |
66 | 51 | ||
67 | > 状态码:200 | 52 | > 状态码:200 |
-
Please register or login to post a comment