curl --location -g --request GET 'https://qyapi.weixin.qq.com/cgi-bin/school/living/get_living_info?access_token=&livingid={{livingid}}'
{
"errcode": 0,
"errmsg": "ok",
"living_info": {
"theme": "直角三角形讲解",
"living_start": 1586405229,
"living_duration": 1800,
"anchor_userid": "zhangsan",
"living_range": {
"partyids": [
1,
4,
9
],
"group_names": [
"group_name1",
"group_name2"
]
},
"viewer_num": 100,
"comment_num": 110,
"open_replay": 1,
"push_stream_url": "https://www.qq.test.com"
}
}