Showing
1 changed file
with
4 additions
and
4 deletions
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | 6 | ||
7 | # 全能思维课课堂控制接口 | 7 | # 全能思维课课堂控制接口 |
8 | ## 禁言用户 | 8 | ## 禁言用户 |
9 | - * URL {env.url}/user/omnipotent/thinking/clazz/room/silence | 9 | + * URL {env.url}/omnipotent/thinking/clazz/room/silence |
10 | * `PUT` Method | 10 | * `PUT` Method |
11 | * path 参数: | 11 | * path 参数: |
12 | * request 参数: | 12 | * request 参数: |
@@ -20,7 +20,7 @@ | @@ -20,7 +20,7 @@ | ||
20 | http code 200 | 20 | http code 200 |
21 | 21 | ||
22 | ## 解禁用户 | 22 | ## 解禁用户 |
23 | - * URL {env.url}/user/omnipotent/thinking/clazz/room/silence | 23 | + * URL {env.url}/omnipotent/thinking/clazz/room/silence |
24 | * `DELETE` Method | 24 | * `DELETE` Method |
25 | * path 参数: | 25 | * path 参数: |
26 | * request 参数: | 26 | * request 参数: |
@@ -34,7 +34,7 @@ | @@ -34,7 +34,7 @@ | ||
34 | http code 200 | 34 | http code 200 |
35 | 35 | ||
36 | ## 禁用用户摄像头 | 36 | ## 禁用用户摄像头 |
37 | - * URL {env.url}/user/omnipotent/thinking/clazz/room/disable/camera | 37 | + * URL {env.url}/omnipotent/thinking/clazz/room/disable/camera |
38 | * `PUT` Method | 38 | * `PUT` Method |
39 | * path 参数: | 39 | * path 参数: |
40 | * request 参数: | 40 | * request 参数: |
@@ -48,7 +48,7 @@ | @@ -48,7 +48,7 @@ | ||
48 | http code 200 | 48 | http code 200 |
49 | 49 | ||
50 | ## 解禁用户摄像头 | 50 | ## 解禁用户摄像头 |
51 | - * URL {env.url}/user/omnipotent/thinking/clazz/room/disable/camera | 51 | + * URL {env.url}/omnipotent/thinking/clazz/room/disable/camera |
52 | * `DELETE` Method | 52 | * `DELETE` Method |
53 | * path 参数: | 53 | * path 参数: |
54 | * request 参数: | 54 | * request 参数: |
-
Please register or login to post a comment