Showing
1 changed file
with
8 additions
and
8 deletions
@@ -16,14 +16,14 @@ | @@ -16,14 +16,14 @@ | ||
16 | 16 | ||
17 | ```json | 17 | ```json |
18 | { | 18 | { |
19 | - "id": 5, | 19 | + "relation_material": "", |
20 | - "userId": 5, | 20 | + "difficulties": [ |
21 | - "fitGrade": "初一", | 21 | + "1", |
22 | - "publication": "人教2012版", | 22 | + "2", |
23 | - "book": "七上", | 23 | + "3" |
24 | - "difficulty": "1,2,3", | 24 | + ], |
25 | - "updateTime": "2015-07-21T11:45:32.299+0000" | 25 | + "fit_grade": "六年级" |
26 | - } | 26 | +} |
27 | 27 | ||
28 | ``` | 28 | ``` |
29 | 29 |
-
Please register or login to post a comment