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-03 17:49:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0004b1dfa5484556e107188f0f3b584c72913691
0004b1df
1 parent
1bf6e650
点名
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
全能思维课/课堂控制接口.md
全能思维课/课堂控制接口.md
View file @
0004b1d
...
...
@@ -5,6 +5,36 @@
*
`默认所有接口都要携带token`
access_token
# 全能思维课课堂控制接口
## 连线用户
*
URL {env.url}/omnipotent/thinking/clazz/room/connection
*
`PUT`
Method
*
path 参数:
*
request 参数:
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| user_id | Long | Y |用户id| |
| clazz_id | String | Y |课堂id| |
| clazz_small_id | String | Y |学生班级ID| classSmallId |
*
response:
http code 200
## 下线用户
*
URL {env.url}/omnipotent/thinking/clazz/room/connection
*
`DELETE`
Method
*
path 参数:
*
request 参数:
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| user_id | Long | Y |用户id| |
| clazz_id | String | Y |课堂id| |
*
response:
http code 200
## 禁言用户
*
URL {env.url}/omnipotent/thinking/clazz/room/silence
*
`PUT`
Method
...
...
Please
register
or
login
to post a comment