JiangTengfei

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

... ... @@ -467,3 +467,39 @@ Response:
"returnMsg": "success"
}
```
# 10.取消推送接口
> 老师在发送推送页面点击`取消`按钮调用该接口
接口地址:/teaching/student/cancel_push
请求方式:GET
Request params:
|参数名 |是否必须 |说明 |参数类型 |
|--------------|----------|--------|----------|
|work_order_id |是 |工单id |Long |
推送 json:
```
{
"work_order_id":12938,
"type":"CANCEL"
}
```
Response:
```
{
"data": {
},
"returnCode": 200,
"returnMsg": "success"
}
```
\ No newline at end of file
... ...