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
JiangTengfei
2016-06-02 16:32:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2285fbde6cde6a81b677b35b9019e668eaab230f
2285fbde
1 parent
43aba0bc
Updated 在线授课接口定义 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
2285fbd
...
...
@@ -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
...
...
Please
register
or
login
to post a comment