Toggle navigation
Toggle navigation
This project
Loading...
Sign in
docs
/
developer-docs
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
chong
2019-12-12 11:01:46 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d88b4c40bb880ada61a0897c13af8c4899d08fd8
d88b4c40
1 parent
b8001ccf
Update 成绩排行榜接口.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
12 deletions
中教版/成绩排行榜接口.md
中教版/成绩排行榜接口.md
View file @
d88b4c4
...
...
@@ -12,7 +12,7 @@
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| courseId | String | Y |课程id| |
| type | String | Y |排行榜类型|
[
app,paper,total,challenge
]
|
| type | String | Y |排行榜类型|
[
app,paper,total,challenge
,omnipotent
]
|
*
request 参数:
...
...
@@ -56,16 +56,7 @@
"A"
,
"A"
,
"A"
],
"completion_grade_list"
:
[{
"count"
:
9
,
"completion_grade"
:
"A_PLUS"
},
{
"count"
:
4
,
"completion_grade"
:
"A"
}
]
]
}],
"finished"
:
[],
"unfinished"
:
[]
...
...
@@ -115,4 +106,31 @@
| figure_url | String | N |用户头像 |
| star | int | N |星星 |
[
0-5
]
|
| paper_rate_score | int | N |练习得分 | 100 |
| user_review_class_comment | String | N |外教练成绩 |
[
EXCELLENT, GREAT, KEEP_TRYING
]
|
\ No newline at end of file
| user_review_class_comment | String | N |外教练成绩 |
[
EXCELLENT, GREAT, KEEP_TRYING
]
|
*
全能A+榜 {type} omnipotent
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| user_id | String | Y |用户id| |
| user_real_name | String | Y |用户姓名 | |
| figure_url | String | N |用户头像 | |
| completion_grade_list | List | N | | |
```
json
[{
"user_id"
:
100000008806
,
"user_real_name"
:
"Zhao"
,
"figure_url"
:
"https://avatars.boxfish.cn/user/1298889/figure/1467366361.jpg"
,
"completion_grade_list"
:
[
{
"count"
:
9
,
"completion_grade"
:
"A_PLUS"
},
{
"count"
:
4
,
"completion_grade"
:
"A"
}
]
}]
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment