Showing
1 changed file
with
8 additions
and
3 deletions
@@ -4,13 +4,13 @@ | @@ -4,13 +4,13 @@ | ||
4 | 4 | ||
5 | ``` | 5 | ``` |
6 | { | 6 | { |
7 | - "chatRoomId": 212968615, | ||
8 | - "workOrderId": 6806, | ||
9 | - "teacherId": 1296861, | ||
10 | "type": "flow", | 7 | "type": "flow", |
11 | "command": "notifyBeginLesson", | 8 | "command": "notifyBeginLesson", |
9 | + "workOrderId": 6806, | ||
10 | + "teacherId": 1296861, | ||
12 | "groupName": "BOXFiSH Online Teaching Group", | 11 | "groupName": "BOXFiSH Online Teaching Group", |
13 | "groupId": "@TGS#2WHIZEBEO", | 12 | "groupId": "@TGS#2WHIZEBEO", |
13 | + "chatRoomId": 212968615, | ||
14 | "startTime": "2016-06-24 13:30:00", | 14 | "startTime": "2016-06-24 13:30:00", |
15 | "endTime": "2016-06-24 14:00:00", | 15 | "endTime": "2016-06-24 14:00:00", |
16 | "teacherName": "喜洋洋", | 16 | "teacherName": "喜洋洋", |
@@ -20,6 +20,11 @@ | @@ -20,6 +20,11 @@ | ||
20 | 如果老师姓名没有的话,设置为默认名"盒子鱼",教师端和学生端都做这个判断 | 20 | 如果老师姓名没有的话,设置为默认名"盒子鱼",教师端和学生端都做这个判断 |
21 | ``` | 21 | ``` |
22 | 22 | ||
23 | +``` | ||
24 | +待定 | ||
25 | +学生收到上面的信息后,除了展现本地的呼叫界面后,还可以反馈给老师端相应的消息 | ||
26 | + | ||
27 | +``` | ||
23 | 28 | ||
24 | 通过腾讯云取消上课 | 29 | 通过腾讯云取消上课 |
25 | ``` | 30 | ``` |
-
Please register or login to post a comment