JiangTengfei

Updated 在线授课接口定义 (markdown)

... ... @@ -438,3 +438,29 @@ Response :
"returnMsg": "success"
}
```
# 9.进入课堂回调接口
> 老师点击`开始上课`后调用该接口
接口地址:/teaching/callback/start_class
请求方式:POST
Request params:
|参数名 |是否必须 |说明 |参数类型 |
|--------------|----------|--------|----------|
|work_order_id |是 |工单id |Long |
Response:
```
{
"data": {
},
"returnCode": 200,
"returnMsg": "success"
}
```
\ No newline at end of file
... ...