获取直播详情
GET
/cgi-bin/school/living/get_living_info
服务端API企业内部开发第三方应用开发
原文档地址:
https://open.work.weixin.qq.com/api/doc/90000/90135/93740
https://open.work.weixin.qq.com/api/doc/90001/90143/93857
请求示例请求示例
Shell
JavaScript
Java
Swift
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"
}
}
请求参数
Query 参数
access_token
调用接口凭证
示例值:
{{accesstoken}}
livingid
直播ID
示例值:
{{livingid}}
返回响应
修改于 2022-01-14 04:25:45