chong

fix

... ... @@ -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 参数:
... ...