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 15:14:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2d0839fe6ee997ec3dd9a5f1a2b101c3681d696e
2d0839fe
1 parent
f9b8dc53
更新文档
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
18 deletions
全能思维课/成绩排行榜接口.md
全能思维课/成绩排行榜接口.md
View file @
2d0839f
...
...
@@ -44,24 +44,8 @@
{
"count": 4,
"completion_grade": "A"
},
{
"count": 11,
"completion_grade": "B"
},
{
"count": 9,
"completion_grade": "C"
},
{
"count": 4,
"completion_grade": "D"
}
],
"completion_grade_top": {
"count": 9,
"completion_grade": "A_PLUS"
}
]
}]
```
...
...
@@ -73,4 +57,13 @@
| user_real_name | String | Y |用户姓名 |
| figure_url | String | N |用户头像 |
| paper_rate_score | int | N |练习得分 | 100 |
\ No newline at end of file
```
[{
"user_id": 100000008807,
"user_real_name": "周",
"completion_A_PLUS": 0,
"paper_rate": 0.89,
"paper_rate_score": 89,
"paper_rate_update_time": "2019-10-09T04:08:30.447"
}]
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment