Showing
1 changed file
with
4 additions
and
4 deletions
@@ -7,10 +7,10 @@ | @@ -7,10 +7,10 @@ | ||
7 | > POST请求 | 7 | > POST请求 |
8 | 8 | ||
9 | ####参数格式 | 9 | ####参数格式 |
10 | - | ||
11 | > - "fit_grade":"初一" | 10 | > - "fit_grade":"初一" |
12 | - > - "difficulty":"1" | 11 | + > - "difficulties":"1","2" |
13 | > - "relation_material":"人教2012版-七上" | 12 | > - "relation_material":"人教2012版-七上" |
13 | + > 其中fit_grade,relation_material是单选,difficulties为多选 | ||
14 | 14 | ||
15 | ####返回值 | 15 | ####返回值 |
16 | 16 | ||
@@ -18,14 +18,14 @@ | @@ -18,14 +18,14 @@ | ||
18 | 18 | ||
19 | ```json | 19 | ```json |
20 | { | 20 | { |
21 | - "偏好设置": "success" | 21 | + "preference_setting": "success" |
22 | } | 22 | } |
23 | ``` | 23 | ``` |
24 | ######设置失败 | 24 | ######设置失败 |
25 | 25 | ||
26 | ```json | 26 | ```json |
27 | { | 27 | { |
28 | - "偏好设置": "failed" | 28 | + "preference_setting": "failed" |
29 | } | 29 | } |
30 | ``` | 30 | ``` |
31 | 31 |
-
Please register or login to post a comment