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
echo
2016-07-08 17:07:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d1029e81ba3d6fdc28c5481b69b881a339326352
d1029e81
1 parent
7432cd13
Updated 远程教学之流程消息 (markdown)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
远程教学之流程消息.md
远程教学之流程消息.md
View file @
d1029e8
...
...
@@ -60,6 +60,15 @@
如果老师姓名没有的话,设置为默认名
"盒子鱼"
,教师端和学生端都做这个判断
```
*
教师取消上课(对应的鱼卡状态:TEACHER_CANCEL_PUSH)
```
{
"workOrderId"
:
6806
,
"type"
:
"flow"
,
"command"
:
"notifyCancelLesson"
,
}
```
*
学生上报自己的用户Id(对应的鱼卡状态:STUDENT_ACCEPTED)
*
学生收到推送之后,根据推送的信息,加入到指定的群。
*
如果该学生之前已经加入过该群,则加群之后会返回已经入群的错误码,学生可以发送自定义消息告诉教师,自己已经入群。
...
...
@@ -114,7 +123,10 @@ fc5545a9a728904dc533efcbfff1d2c5,
}
```
*
学生端下载失败的处理
*
学生端下载失败的处理(对应鱼卡状态:EXCEPTION_RESOURCE_DOWNLOAD_FAIL)
学生端经过多次尝试仍然下载资源失败,要通知教师端这个情况,防止教师端卡死 教师端收到这个消息后,会返回到上一界面。
```
{
"type"
:
"flow"
,
...
...
@@ -166,4 +178,3 @@ fc5545a9a728904dc533efcbfff1d2c5,
"command"
:
"endCourse"
}
```
\ No newline at end of file
教师端收到此信息后上报给盒子鱼服务器。
\ No newline at end of file
...
...
Please
register
or
login
to post a comment