curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/school/living/get_watch_stat?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{"livingid":"livingid1","next_key":"NEXT_KEY"}'
{
"errcode": 0,
"ending": 0,
"stat_infoes": {
"visitors": [
{
"leave_time": 0,
"watch_time": 0,
"nickname": "string",
"is_comment": 0,
"enter_time": 0
}
],
"students": [
{
"student_userid": "string",
"partyids": [
0
],
"leave_time": 0,
"parent_userid": "string",
"watch_time": 0,
"is_comment": 0,
"enter_time": 0
}
]
},
"next_key": "string",
"errmsg": "string"
}