huayandong

add api

... ... @@ -10,19 +10,27 @@
- Method: POST
- Request:
```json
{
"gradeList":[
"GRADE_4_B"
]
}
```
参数 | 类型 | 说明
--- | --- | ---
gradeList | 数组 | 学生年级:如果不区分上下学期,则传入上下两个学期的年级
- Response:
参数 | 类型 | 说明
--- | --- | ---
typeDesc | string | 培优课类型描述
courseTypeV3 | String |
amountCourse | 数字 | 已完成培优课数量
amountFresh | 数字 | 未查看数量
courseName | String | 课程名称
courseCover | String | 课程封面, MD5
finishedRate | String | 完成率
```json
{
"emptyType": "GRADE_NO_COURSE",
"sectionList": [
{
"typeDesc": "智能单词课",
... ...