curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/living/get_watch_stat?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{"livingid":"livingid1","next_key":"NEXT_KEY"}'
{
"errcode": 0,
"ending": 0,
"next_key": "string",
"errmsg": "string",
"stat_info": {
"external_users": [
{
"external_userid": "string",
"watch_time": 0,
"name": "string",
"is_comment": 0,
"type": 0,
"is_mic": 0,
"invitor_userid": "string",
"invitor_external_userid": "string"
}
],
"users": [
{
"watch_time": 0,
"is_comment": 0,
"is_mic": 0,
"userid": "string"
}
]
}
}