Showing
1 changed file
with
13 additions
and
1 deletions
| @@ -34,7 +34,19 @@ Request Params: | @@ -34,7 +34,19 @@ Request Params: | ||
| 34 | Response: | 34 | Response: |
| 35 | 35 | ||
| 36 | ```json | 36 | ```json |
| 37 | -... | 37 | +{ |
| 38 | + "student_info": { | ||
| 39 | + "student_name": "孙尚香", | ||
| 40 | + "goal": "融入美国中学课堂", | ||
| 41 | + "word_count": 2800, | ||
| 42 | + "read_count": 23000, | ||
| 43 | + "listen": "4小时43分", | ||
| 44 | + "chat": "3小时18分" | ||
| 45 | + }, | ||
| 46 | + "group_name": "boxfish-class001", | ||
| 47 | + "group_id": "@TGS#2AA4BQAEN", | ||
| 48 | + "chat_room_id": "100001" | ||
| 49 | +} | ||
| 38 | ``` | 50 | ``` |
| 39 | 51 | ||
| 40 | #### 通知学生开始上课 | 52 | #### 通知学生开始上课 |
-
Please register or login to post a comment