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 16:19:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bdb9fab94dcd601999437e2f526b132ec0dcc43b
bdb9fab9
1 parent
2d0839fe
删除不用的数据
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
全能思维课/成绩排行榜接口.md
全能思维课/成绩排行榜接口.md
View file @
bdb9fab
...
...
@@ -29,13 +29,13 @@
| user_id | String | Y |用户id| |
| user_real_name | String | Y |用户姓名 | |
| figure_url | String | N |用户头像 | |
| completion_grade_top | Object | N | | |
| completion_grade_list | List | N | | |
```
[{
"user_id": 100000008806,
"user_real_name": "Zhao",
"figure_url": "https://avatars.boxfish.cn/user/1298889/figure/1467366361.jpg",
"completion_grade_list": [
{
"count": 9,
...
...
@@ -61,7 +61,7 @@
[{
"user_id": 100000008807,
"user_real_name": "周",
"
completion_A_PLUS": 0
,
"
figure_url": "https://avatars.boxfish.cn/user/1298889/figure/1467366361.jpg"
,
"paper_rate": 0.89,
"paper_rate_score": 89,
"paper_rate_update_time": "2019-10-09T04:08:30.447"
...
...
Please
register
or
login
to post a comment