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
2021-02-07 21:46:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5cb93bb774e19755a1d19db4471131b890e6e69d
5cb93bb7
1 parent
768fb08f
名次
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
全能思维课/外教课点名接口.md
全能思维课/外教课点名接口.md
View file @
5cb93bb
...
...
@@ -105,6 +105,7 @@
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| user_id | String | Y |用户id| |
| rank | int | Y |名次 | |
| user_real_name | String | Y |用户姓名 | |
| user_english_name | String | N |用户英文名,外教课时展示 | |
| figure_url | String | N |用户头像 | |
...
...
@@ -116,6 +117,7 @@
{
"top"
:
[{
"silence"
:
false
,
"rank"
:
1
,
"clazzTotalCompletion"
:
0
,
"user_id"
:
100000008016
,
"user_real_name"
:
"西松在"
,
...
...
@@ -132,6 +134,7 @@
},
{
"silence"
:
false
,
"rank"
:
1
,
"clazzTotalCompletion"
:
0
,
"user_id"
:
100000004990
,
"user_real_name"
:
"syj"
,
...
...
@@ -147,6 +150,7 @@
},
{
"silence"
:
false
,
"rank"
:
3
,
"clazzTotalCompletion"
:
0
,
"user_id"
:
100000007866
,
"user_real_name"
:
"坤少"
,
...
...
@@ -163,6 +167,7 @@
},
{
"silence"
:
false
,
"rank"
:
4
,
"clazzTotalCompletion"
:
0
,
"user_id"
:
100000008754
,
"user_real_name"
:
"Henry"
,
...
...
Please
register
or
login
to post a comment