Showing
1 changed file
with
15 additions
and
7 deletions
@@ -10,19 +10,27 @@ | @@ -10,19 +10,27 @@ | ||
10 | - Method: POST | 10 | - Method: POST |
11 | - Request: | 11 | - Request: |
12 | 12 | ||
13 | -```json | 13 | +参数 | 类型 | 说明 |
14 | -{ | 14 | +--- | --- | --- |
15 | - "gradeList":[ | 15 | +gradeList | 数组 | 学生年级:如果不区分上下学期,则传入上下两个学期的年级 |
16 | - "GRADE_4_B" | ||
17 | - ] | ||
18 | -} | ||
19 | -``` | ||
20 | 16 | ||
21 | - Response: | 17 | - Response: |
22 | 18 | ||
19 | +参数 | 类型 | 说明 | ||
20 | +--- | --- | --- | ||
21 | +typeDesc | string | 培优课类型描述 | ||
22 | +courseTypeV3 | String | | ||
23 | +amountCourse | 数字 | 已完成培优课数量 | ||
24 | +amountFresh | 数字 | 未查看数量 | ||
25 | +courseName | String | 课程名称 | ||
26 | +courseCover | String | 课程封面, MD5 | ||
27 | +finishedRate | String | 完成率 | ||
28 | + | ||
29 | + | ||
23 | ```json | 30 | ```json |
24 | 31 | ||
25 | { | 32 | { |
33 | + "emptyType": "GRADE_NO_COURSE", | ||
26 | "sectionList": [ | 34 | "sectionList": [ |
27 | { | 35 | { |
28 | "typeDesc": "智能单词课", | 36 | "typeDesc": "智能单词课", |
-
Please register or login to post a comment