Showing
1 changed file
with
10 additions
and
0 deletions
@@ -243,11 +243,21 @@ Request body: | @@ -243,11 +243,21 @@ Request body: | ||
243 | Response | 243 | Response |
244 | 244 | ||
245 | ``` | 245 | ``` |
246 | +回调成功: | ||
247 | + | ||
246 | { | 248 | { |
247 | "data": {}, | 249 | "data": {}, |
248 | "returnCode": 200, | 250 | "returnCode": 200, |
249 | "returnMsg": "success" | 251 | "returnMsg": "success" |
250 | } | 252 | } |
253 | + | ||
254 | +回调失败: | ||
255 | + | ||
256 | +{ | ||
257 | + "data": {}, | ||
258 | + "returnCode": 103, | ||
259 | + "returnMsg": "进入房间回调失败" | ||
260 | +} | ||
251 | ``` | 261 | ``` |
252 | 262 | ||
253 | # 5.客户端断线重连获取课程状态 | 263 | # 5.客户端断线重连获取课程状态 |
-
Please register or login to post a comment