Showing
1 changed file
with
4 additions
and
1 deletions
@@ -23,7 +23,7 @@ Id,头像,昵称 | @@ -23,7 +23,7 @@ Id,头像,昵称 | ||
23 | 23 | ||
24 | #### Base Url | 24 | #### Base Url |
25 | 25 | ||
26 | -http://192.168.0.100:8098 | 26 | +http://192.168.0.111:8098 |
27 | 27 | ||
28 | #### 获取在线授课必备信息 | 28 | #### 获取在线授课必备信息 |
29 | 说明:授课客户端需要获取**在线授课必备消息**和**听课学生基本信息** | 29 | 说明:授课客户端需要获取**在线授课必备消息**和**听课学生基本信息** |
@@ -67,6 +67,9 @@ Request Method: GET | @@ -67,6 +67,9 @@ Request Method: GET | ||
67 | |user_id |否 |用户id,即JPush别名,默认为 12938 | | 67 | |user_id |否 |用户id,即JPush别名,默认为 12938 | |
68 | |title |否 |推送的title,默认为"boxfish_push_test"| | 68 | |title |否 |推送的title,默认为"boxfish_push_test"| |
69 | |production|否 |是否为正式环境,true为正式环境,false为测试环境 | | 69 | |production|否 |是否为正式环境,true为正式环境,false为测试环境 | |
70 | +|group_name|否 |群名称,默认是 boxfish-class001| | ||
71 | +|group_id |否 |群id,默认是 @TGS#2AA4BQAEN | | ||
72 | +|chat_room_id|否 |默认是 100001 | | ||
70 | 73 | ||
71 | 推送json: | 74 | 推送json: |
72 | 75 |
-
Please register or login to post a comment