chong

Update 成绩排行榜接口.md

... ... @@ -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,15 +56,6 @@
"A",
"A",
"A"
],
"completion_grade_list": [{
"count": 9,
"completion_grade": "A_PLUS"
},
{
"count": 4,
"completion_grade": "A"
}
]
}],
"finished": [],
... ... @@ -116,3 +107,30 @@
| star | int | N |星星 | [0-5] |
| paper_rate_score | int | N |练习得分 | 100 |
| 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
... ...