Showing
1 changed file
with
26 additions
and
0 deletions
| @@ -438,3 +438,29 @@ Response : | @@ -438,3 +438,29 @@ Response : | ||
| 438 | "returnMsg": "success" | 438 | "returnMsg": "success" |
| 439 | } | 439 | } |
| 440 | ``` | 440 | ``` |
| 441 | + | ||
| 442 | + | ||
| 443 | +# 9.进入课堂回调接口 | ||
| 444 | +> 老师点击`开始上课`后调用该接口 | ||
| 445 | + | ||
| 446 | +接口地址:/teaching/callback/start_class | ||
| 447 | + | ||
| 448 | +请求方式:POST | ||
| 449 | + | ||
| 450 | +Request params: | ||
| 451 | + | ||
| 452 | +|参数名 |是否必须 |说明 |参数类型 | | ||
| 453 | +|--------------|----------|--------|----------| | ||
| 454 | +|work_order_id |是 |工单id |Long | | ||
| 455 | + | ||
| 456 | +Response: | ||
| 457 | + | ||
| 458 | +``` | ||
| 459 | +{ | ||
| 460 | + "data": { | ||
| 461 | + | ||
| 462 | + }, | ||
| 463 | + "returnCode": 200, | ||
| 464 | + "returnMsg": "success" | ||
| 465 | +} | ||
| 466 | +``` |
-
Please register or login to post a comment