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-10-23 10:46:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e353a03d6f15d23ad56af13d290303ba65c036ca
e353a03d
1 parent
8bcbfab7
更新文档
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
全能思维课/成绩排行榜接口.md
全能思维课/成绩排行榜接口.md
View file @
e353a03
...
...
@@ -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"
}
}
}
]
```
*
分数榜
...
...
Please
register
or
login
to post a comment