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-09-29 10:55:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ff9150aa77c8b7ce9207b4ed8520109f2e1eff29
ff9150aa
1 parent
4a7e62f2
更新接口
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
中教版/成绩排行榜接口.md
中教版/成绩排行榜接口.md
View file @
ff9150a
...
...
@@ -35,7 +35,8 @@
| user_id | String | Y |用户id| |
| user_real_name | String | Y |用户姓名 | |
| figure_url | String | N |用户头像 | |
| completion_grades | List | N | |
[
A_PLUS,A,B
]
|
| completion_A_PLUS | Int | Y | A+个数 | 0|
| completion_grades | List | N | |
[
A_PLUS,A,B
]
|
```
{
...
...
@@ -43,6 +44,7 @@
"user_id"
:
100000007866
,
"user_real_name"
:
"张坤"
,
"figure_url"
:
"https://avatars.boxfish.cn/user/100000007866/figure/1544409519.jpg"
,
"completion_A_PLUS"
:
4
,
"completion_grades"
:
[
"A_PLUS"
,
"A_PLUS"
,
...
...
Please
register
or
login
to post a comment