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-29 15:29:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
697f8f821d0870c1ee1ba92e4d7ae124ee1c77f9
697f8f82
1 parent
3fa047cf
增加五星榜
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
2 deletions
全能思维课/成绩排行榜接口.md
全能思维课/成绩排行榜接口.md
View file @
697f8f8
...
...
@@ -12,7 +12,7 @@
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| courseId | String | Y |课程id| |
| type | String | Y |排行榜类型|
[
app,paper
]
|
| type | String | Y |排行榜类型|
[
app,paper
,total
]
|
*
request 参数:
...
...
@@ -66,4 +66,23 @@
"paper_rate_score": 89,
"paper_rate_update_time": "2019-10-09T04:08:30.447"
}]
```
\ No newline at end of file
```
*
五星榜
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| user_id | String | Y |用户id| |
| user_real_name | String | Y |用户姓名 |
| figure_url | String | N |用户头像 |
| star | String | N |五星 | "1" |
```
[{
"user_id": 100000008807,
"user_real_name": "周",
"figure_url": "https://avatars.boxfish.cn/user/1298889/figure/1467366361.jpg",
"paper_rate_score": 0,
"total_completion_grade": 0.8,
"star": "1"
}]
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment