Showing
1 changed file
with
25 additions
and
1 deletions
| 1 | -etc | 1 | +接口返回值为: |
| 2 | +```json | ||
| 3 | +[ | ||
| 4 | + { | ||
| 5 | + "id": 1, | ||
| 6 | + "path": 100, | ||
| 7 | + "name": "教材" | ||
| 8 | + }, | ||
| 9 | + { | ||
| 10 | + "id": 2, | ||
| 11 | + "path": 100100, | ||
| 12 | + "name": "七年级上" | ||
| 13 | + }, | ||
| 14 | + { | ||
| 15 | + "id": 3, | ||
| 16 | + "path": 100100100, | ||
| 17 | + "name": "Unit 1" | ||
| 18 | + }, | ||
| 19 | + { | ||
| 20 | + "id": 4, | ||
| 21 | + "path": 100100101, | ||
| 22 | + "name": "Unit 2" | ||
| 23 | + } | ||
| 24 | +] | ||
| 25 | +``` |
-
Please register or login to post a comment