Showing
1 changed file
with
0 additions
and
9 deletions
@@ -282,21 +282,12 @@ Request body: | @@ -282,21 +282,12 @@ Request body: | ||
282 | Response | 282 | Response |
283 | 283 | ||
284 | ``` | 284 | ``` |
285 | -回调成功: | ||
286 | 285 | ||
287 | { | 286 | { |
288 | "data": {}, | 287 | "data": {}, |
289 | "returnCode": 200, | 288 | "returnCode": 200, |
290 | "returnMsg": "success" | 289 | "returnMsg": "success" |
291 | } | 290 | } |
292 | - | ||
293 | -回调失败: | ||
294 | - | ||
295 | -{ | ||
296 | - "data": {}, | ||
297 | - "returnCode": 103, | ||
298 | - "returnMsg": "进入房间回调失败" | ||
299 | -} | ||
300 | ``` | 291 | ``` |
301 | 292 | ||
302 | # 5.客户端断线重连获取课程状态 | 293 | # 5.客户端断线重连获取课程状态 |
-
Please register or login to post a comment