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-07 11:06:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
27ced16f2bf559180578268f7fbd71ba42d2c83c
27ced16f
1 parent
6a6cb629
Updated 在线授课接口定义 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
在线授课接口定义.md
在线授课接口定义.md
View file @
27ced16
...
...
@@ -562,6 +562,7 @@ Response:
# 11.学生进入课堂状态回调接口-学生端调用
> `status_type`参数说明:老师点击`立即上课`后学生收到推送,学生点击接受后调该接口传`ACCEPTED`,上课资源准备完成后再次调用该接口,传`READY`
> 老师发起上课邀请后,如果学生端收到邀请,没点接受之前,调用该接口,传`CONNECTED` 参数,表示学生老师已经连通。
接口地址:/teaching/callback/student_status
...
...
@@ -572,7 +573,7 @@ Request params:
|参数名 |是否必须 |说明 |参数类型 |
|--------------|----------|--------|----------|
|work_order_id |是 |工单id |Long |
|status_type |是 |状态类型 |"ACCEPTED" or "READY" or "RESOURCE_DOWNLOAD_FAIL"|
|status_type |是 |状态类型 |"ACCEPTED" or "READY" or "RESOURCE_DOWNLOAD_FAIL"
or "CONNECTED"
|
Response:
...
...
Please
register
or
login
to post a comment