Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
姜腾飞
2016-07-25 14:40:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
51acb5bb35cd5cb08c25d077ab08125ba8e82afb
51acb5bb
1 parent
24e34f1c
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
1 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
51acb5b
...
...
@@ -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"
}
```
...
...
Please
register
or
login
to post a comment