Showing
1 changed file
with
5 additions
and
1 deletions
@@ -67,6 +67,7 @@ Request Method: GET | @@ -67,6 +67,7 @@ Request Method: GET | ||
67 | 67 | ||
68 | ```json | 68 | ```json |
69 | { | 69 | { |
70 | + "type": "ONLINE_TEACH", | ||
70 | "teacher_info": { | 71 | "teacher_info": { |
71 | "figure_url": "http://wx.qlogo.cn/mmopen/PiajxSqBRaEJrztQnGAk8X1G2A0AfjvPRBdgLFOjxsM9AoicoOUrH3Yia3qY9uic5ibQO6wMkJ6bPUx15IN4Vrxv8CA/0", | 72 | "figure_url": "http://wx.qlogo.cn/mmopen/PiajxSqBRaEJrztQnGAk8X1G2A0AfjvPRBdgLFOjxsM9AoicoOUrH3Yia3qY9uic5ibQO6wMkJ6bPUx15IN4Vrxv8CA/0", |
72 | "teacher_name": "喜洋洋老师" | 73 | "teacher_name": "喜洋洋老师" |
@@ -75,4 +76,7 @@ Request Method: GET | @@ -75,4 +76,7 @@ Request Method: GET | ||
75 | "group_id": "@TGS#2AA4BQAEN", | 76 | "group_id": "@TGS#2AA4BQAEN", |
76 | "chat_room_id": "100001" | 77 | "chat_room_id": "100001" |
77 | } | 78 | } |
78 | -``` | 79 | +``` |
80 | + | ||
81 | +说明: type 的类型为 *ONLINE_TEACH* 和 *MESSAGE* | ||
82 | +*ONLINE_TEACH* 为教学相关,*MESSAGE* 正常显示 |
-
Please register or login to post a comment