mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 20:13:41 +08:00
35 lines
827 B
JSON
35 lines
827 B
JSON
{
|
|
"errcode": 0,
|
|
"errmsg": "ok",
|
|
"ending": 1,
|
|
"next_key": "NEXT_KEY",
|
|
"stat_info": {
|
|
"users": [
|
|
{
|
|
"userid": "userid",
|
|
"watch_time": 30,
|
|
"is_comment": 1,
|
|
"is_mic": 1
|
|
}
|
|
],
|
|
"external_users": [
|
|
{
|
|
"external_userid": "external_userid1",
|
|
"type": 1,
|
|
"name": "user name",
|
|
"watch_time": 30,
|
|
"is_comment": 1,
|
|
"is_mic": 1
|
|
},
|
|
{
|
|
"external_userid": "external_userid2",
|
|
"type": 2,
|
|
"name": "user_name",
|
|
"watch_time": 30,
|
|
"is_comment": 1,
|
|
"is_mic": 1
|
|
}
|
|
]
|
|
}
|
|
}
|