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-14 16:20:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2529036c4554b15f01ee2c4cc72adcd970f297dd
2529036c
1 parent
1898865c
Updated 远程教学之流程消息 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
远程教学之流程消息.md
远程教学之流程消息.md
View file @
2529036
...
...
@@ -63,9 +63,19 @@
*
教师取消上课(对应的鱼卡状态:TEACHER_CANCEL_PUSH)
```
{
"workOrderId"
:
6806
,
"type"
:
"flow"
,
"command"
:
"notifyCancelLesson"
,
"workOrderId"
:
6806
,
}
```
*
学生端接收到教师端邀请上课的反馈信息
```
{
"type"
:
"flow"
,
"command"
:
"receivedLessonInvitation"
"workOrderId"
:
6806
,
}
```
...
...
Please
register
or
login
to post a comment