姜腾飞

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

... ... @@ -612,4 +612,29 @@ Response:
"returnMsg": "学生状态回调失败"
}
```
\ No newline at end of file
```
#12. 上报腾讯云错误码接口
接口地址:/teaching/callback/qcloud/error_info
请求方式:POST
Request params:
|参数名 |是否必须 |说明 |参数类型 |
|--------------|----------|--------|----------|
|work_order_id |是 |工单id |Long |
|error_code |是 |错误码 |String |
Response body:
```
{
"data": {},
"returnCode": 200,
"returnMsg": "success"
}
```
... ...