chong

更新文档

... ... @@ -19,7 +19,7 @@
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| clazz_id | String | Y |课堂id| |
| practice_part | String | N |第几部分 ||
| practice_part | String | Y |all 全部 ,0 第几页 ||
* response:
* A+榜
... ... @@ -33,11 +33,10 @@
| completion_grade_tops | List | N | | |
```
{
[{
"user_id": 100000008806,
"user_real_name": "Zhao",
"completion_A_PLUS": 9,
"completion_grade_tops": [
"completion_grade_list": [
{
"count": 9,
"completion_grade": "A_PLUS"
... ... @@ -63,7 +62,7 @@
"count": 9,
"completion_grade": "A_PLUS"
}
}
}]
```
* 分数榜
... ...