Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2018-12-28 13:48:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ff4b85462640871801a00106f346e7916061254e
ff4b8546
1 parent
2d2a49c7
add api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
boxfish-paper/paper-20181228.md
boxfish-paper/paper-20181228.md
View file @
ff4b854
...
...
@@ -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"
:
"智能单词课"
,
...
...
Please
register
or
login
to post a comment