Showing
1 changed file
with
11 additions
and
1 deletions
@@ -63,9 +63,19 @@ | @@ -63,9 +63,19 @@ | ||
63 | * 教师取消上课(对应的鱼卡状态:TEACHER_CANCEL_PUSH) | 63 | * 教师取消上课(对应的鱼卡状态:TEACHER_CANCEL_PUSH) |
64 | ``` | 64 | ``` |
65 | { | 65 | { |
66 | - "workOrderId": 6806, | ||
67 | "type": "flow", | 66 | "type": "flow", |
68 | "command": "notifyCancelLesson", | 67 | "command": "notifyCancelLesson", |
68 | + "workOrderId": 6806, | ||
69 | +} | ||
70 | +``` | ||
71 | + | ||
72 | +* 学生端接收到教师端邀请上课的反馈信息 | ||
73 | + | ||
74 | +``` | ||
75 | +{ | ||
76 | + "type": "flow", | ||
77 | + "command": "receivedLessonInvitation" | ||
78 | + "workOrderId": 6806, | ||
69 | } | 79 | } |
70 | ``` | 80 | ``` |
71 | 81 |
-
Please register or login to post a comment