JiangTengfei

Updated 在线授课接口定义 (markdown)

@@ -61,12 +61,18 @@ Response: @@ -61,12 +61,18 @@ Response:
61 61
62 Request Method: POST 62 Request Method: POST
63 63
64 -Request Params:  
65 -  
66 64
67 65
68 -Response 66 +推送json
69 67
70 ```json 68 ```json
71 -... 69 +{
  70 + "teacher_info": {
  71 + "figure_url": "http://wx.qlogo.cn/mmopen/PiajxSqBRaEJrztQnGAk8X1G2A0AfjvPRBdgLFOjxsM9AoicoOUrH3Yia3qY9uic5ibQO6wMkJ6bPUx15IN4Vrxv8CA/0",
  72 + "teacher_name": "喜洋洋老师"
  73 + },
  74 + "group_name": "boxfish-class001",
  75 + "group_id": "@TGS#2AA4BQAEN",
  76 + "chat_room_id": "100001"
  77 +}
72 ``` 78 ```