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-11-13 20:39:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8b1f5b76bbf463ad6ecc96d0a83ef17a552067f8
8b1f5b76
1 parent
37e4b35b
禁言
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
全能思维课/成绩排行榜接口.md
全能思维课/课堂禁言接口.md
全能思维课/成绩排行榜接口.md
View file @
8b1f5b7
...
...
@@ -30,6 +30,7 @@
| user_real_name | String | Y |用户姓名 | |
| figure_url | String | N |用户头像 | |
| completion_grade_list | List | N | | |
| silence | boolean | Y |是否被禁言 |
[
true,false
]
|
```
[{
...
...
@@ -57,6 +58,7 @@
| user_real_name | String | Y |用户姓名 |
| figure_url | String | N |用户头像 |
| paper_rate_score | int | N |练习得分 | 100 |
| silence | boolean | Y |是否被禁言 |
[
true,false
]
|
```
[{
"user_id": 100000008807,
...
...
全能思维课/课堂禁言接口.md
0 → 100644
View file @
8b1f5b7
> env.url: `https`://api[api-online.test].boxfish.cn
>
> notes:
>
*
`默认所有接口都要携带token`
access_token
# 全能思维课课堂禁言接口
*
URL {env.url}/user/omnipotent/thinking/clazz/room/silence
*
POST Method
*
path 参数:
*
request 参数:
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| user_id | String | Y |用户id| |
| clazz_id | String | Y |课堂id| |
第一次调用用户被禁言,第二次调用解禁
*
response:
http code 200
...
...
Please
register
or
login
to post a comment