echo

Updated 远程教学之流程消息 (markdown)

... ... @@ -63,9 +63,19 @@
* 教师取消上课(对应的鱼卡状态:TEACHER_CANCEL_PUSH)
```
{
"workOrderId": 6806,
"type": "flow",
"command": "notifyCancelLesson",
"workOrderId": 6806,
}
```
* 学生端接收到教师端邀请上课的反馈信息
```
{
"type": "flow",
"command": "receivedLessonInvitation"
"workOrderId": 6806,
}
```
... ...