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
2020-04-07 15:09:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c9686e30a52c9279b7e8b62e73a07a86850a05a5
c9686e30
1 parent
6da7dab9
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
全能思维课/课堂控制接口.md
全能思维课/课堂控制接口.md
View file @
c9686e3
...
...
@@ -6,7 +6,7 @@
# 全能思维课课堂控制接口
## 禁言用户
*
URL {env.url}/
user/
omnipotent/thinking/clazz/room/silence
*
URL {env.url}/omnipotent/thinking/clazz/room/silence
*
`PUT`
Method
*
path 参数:
*
request 参数:
...
...
@@ -20,7 +20,7 @@
http code 200
## 解禁用户
*
URL {env.url}/
user/
omnipotent/thinking/clazz/room/silence
*
URL {env.url}/omnipotent/thinking/clazz/room/silence
*
`DELETE`
Method
*
path 参数:
*
request 参数:
...
...
@@ -34,7 +34,7 @@
http code 200
## 禁用用户摄像头
*
URL {env.url}/
user/
omnipotent/thinking/clazz/room/disable/camera
*
URL {env.url}/omnipotent/thinking/clazz/room/disable/camera
*
`PUT`
Method
*
path 参数:
*
request 参数:
...
...
@@ -48,7 +48,7 @@
http code 200
## 解禁用户摄像头
*
URL {env.url}/
user/
omnipotent/thinking/clazz/room/disable/camera
*
URL {env.url}/omnipotent/thinking/clazz/room/disable/camera
*
`DELETE`
Method
*
path 参数:
*
request 参数:
...
...
Please
register
or
login
to post a comment