Showing
1 changed file
with
22 additions
and
9 deletions
| @@ -19,35 +19,48 @@ | @@ -19,35 +19,48 @@ | ||
| 19 | 19 | ||
| 20 | [ | 20 | [ |
| 21 | { | 21 | { |
| 22 | - "id": 100, | 22 | + "id": 100100101, |
| 23 | - "name": "文章", | 23 | + "name": "七上", |
| 24 | "summary": null, | 24 | "summary": null, |
| 25 | "icon": "listening", | 25 | "icon": "listening", |
| 26 | "image": "/image/abc.jpg" | 26 | "image": "/image/abc.jpg" |
| 27 | }, | 27 | }, |
| 28 | { | 28 | { |
| 29 | - "id": 104, | 29 | + "id": 102, |
| 30 | - "name": "发音", | 30 | + "name": "PASSAGE", |
| 31 | "summary": null, | 31 | "summary": null, |
| 32 | "icon": "listening", | 32 | "icon": "listening", |
| 33 | "image": "/image/abc.jpg" | 33 | "image": "/image/abc.jpg" |
| 34 | }, | 34 | }, |
| 35 | { | 35 | { |
| 36 | - "id": 101, | 36 | + "id": 105, |
| 37 | - "name": "对话", | 37 | + "name": "PHONICS", |
| 38 | "summary": null, | 38 | "summary": null, |
| 39 | "icon": "listening", | 39 | "icon": "listening", |
| 40 | "image": "/image/abc.jpg" | 40 | "image": "/image/abc.jpg" |
| 41 | }, | 41 | }, |
| 42 | { | 42 | { |
| 43 | - "id": 102, | 43 | + "id": 103, |
| 44 | - "name": "词汇", | 44 | + "name": "DIALOG", |
| 45 | + "summary": null, | ||
| 46 | + "icon": "listening", | ||
| 47 | + "image": "/image/abc.jpg" | ||
| 48 | + }, | ||
| 49 | + { | ||
| 50 | + "id": 104, | ||
| 51 | + "name": "VOCABULARY", | ||
| 52 | + "summary": null, | ||
| 53 | + "icon": "listening", | ||
| 54 | + "image": "/image/abc.jpg" | ||
| 55 | + }, | ||
| 56 | + { | ||
| 57 | + "id": 101, | ||
| 58 | + "name": "TEST", | ||
| 45 | "summary": null, | 59 | "summary": null, |
| 46 | "icon": "listening", | 60 | "icon": "listening", |
| 47 | "image": "/image/abc.jpg" | 61 | "image": "/image/abc.jpg" |
| 48 | } | 62 | } |
| 49 | ] | 63 | ] |
| 50 | - | ||
| 51 | ``` | 64 | ``` |
| 52 | ######获取失败情况1 | 65 | ######获取失败情况1 |
| 53 | 66 |
-
Please register or login to post a comment