Appearance
获取所有用户观看数据
请求路径
- 请求方式:
POST - 请求头:
Content-Type:application/json - 接口地址:
https://gateway.nuoyunapi.com/Api/RoomRounds/getAccountUserDurationList/2.0.0 - 频率限制:
10秒1000次
请求参数
| 参数 | 必选 | 类型 | 描述 |
|---|---|---|---|
| page | 是 | integer | 第几页(最小值1) |
| page_size | 是 | integer | 一页显示多少(最小值为1,最大值500) |
| sort | 是 | string | asc(正序),desc(倒序) |
| update_time_start | 否 | integer | 更新时间-(开始时间戳) |
| update_time_end | 否 | integer | 更新时间-(结束时间戳) |
| wechat_user_space_id | 否 | integer | 用户id |
请求示例
json
{
"page": 1,
"page_size": 10,
"update_time_start": 0,
"update_time_end": 0,
"wechat_user_space_id": 34043700,
"sort": "desc"
}响应参数
| 参数 | 必选 | 类型 | 描述 |
|---|---|---|---|
| code | 是 | integer | 状态码:200-成功,400-失败 |
| msg | 是 | string | 提示信息 |
| data | 是 | object | 观看数据 |
data 参数结构
| 参数 | 必选 | 类型 | 描述 |
|---|---|---|---|
| total | 是 | integer | 用户总数 |
| list | 是 | array | 用户观看时长列表 |
list 参数结构
| 参数 | 必选 | 类型 | 描述 |
|---|---|---|---|
| room_id | 是 | integer | 直播间ID |
| wechat_user_space_id | 是 | integer | 用户ID |
| wechat_user_name | 是 | string | 用户昵称 |
| wechat_user_photo | 是 | string | 用户头像 |
| stay_duration | 是 | integer | 在线时长(秒) |
| ip | 是 | string | 最近访问IP |
| third_uuid | 是 | string | 三方系统用户ID |
| third_wechat_info | 是 | object | 第三方微信信息 |
| live_duration | 是 | integer | 直播时长(秒) |
| playback_duration | 是 | integer | 回放时长(秒) |
| channel_info | 是 | object | 门店渠道归属信息 |
| invited_wechat_user_space_id | 是 | integer | 邀请用户ID |
| invited_name | 是 | string | 邀请用户昵称 |
| first_visit_time | 是 | string | 初次访问时间 |
| last_visit_time | 是 | string | |
| area | 是 | string | IP地址 |
| device | 是 | string | 使用设备 0为pc,1为安卓,2为其他,3为ios' |
third_wechat_info 数据结构
| 参数 | 必选 | 类型 | 描述 |
|---|---|---|---|
| authorizer_appid | 是 | string | 第三方公众号appid |
| openid | 是 | string | 第三方openid |
| unionid | 是 | string | 第三方unionid |
channel_info 数据结构
| 参数 | 必选 | 类型 | 描述 |
|---|---|---|---|
| channel_id | 是 | integer | 门店id |
| channel_name | 是 | string | 门店名称 |
| store_id | 是 | string | 门店编码 |
响应示例
json
{
"data": {
"total": 21451,
"list": [
{
"room_id": 1248039790,
"wechat_user_space_id": 8756,
"wechat_user_name": "CLANNAD",
"wechat_user_photo": "https://nyfs-alpha.oss-cn-hangzhou.aliyuncs.com/Uploads/WxHeadImg2023/C8E9/CA4ADBC430BE7F04646A606E36A6C8E9.jpg",
"stay_duration": 392,
"ip": "123.52.16.175",
"third_uuid": "",
"third_wechat_info": {},
"live_duration": 0,
"playback_duration": 0,
"channel_info": {
"channel_id": 3128527,
"channel_name": "袁",
"store_id": ""
},
"invited_wechat_user_space_id": 0,
"invited_name": "",
"first_visit_time": "2025-09-16 15:06:06",
"last_visit_time": "2025-09-16 15:06:06",
"device": "iOS",
"area": "河南 郑州"
},
{
"room_id": 384545650,
"wechat_user_space_id": 20401797,
"wechat_user_name": ":)",
"wechat_user_photo": "https://nyfs-alpha.oss-cn-hangzhou.aliyuncs.com/Uploads/WxHeadImg2023/1404/ADEEE9722AC4E537095BCBDA02221404.jpg",
"stay_duration": 461,
"ip": "220.184.19.51",
"third_uuid": "",
"third_wechat_info": {},
"live_duration": 0,
"playback_duration": 0,
"channel_info": {
"channel_id": 3128583,
"channel_name": "零零零零啦啦啦",
"store_id": ""
},
"invited_wechat_user_space_id": 0,
"invited_name": "",
"first_visit_time": "2025-09-17 15:34:51",
"last_visit_time": "2025-10-28 11:36:03",
"device": "iOS",
"area": "浙江 杭州"
},
{
"room_id": 1151766938,
"wechat_user_space_id": 20401797,
"wechat_user_name": ":)",
"wechat_user_photo": "https://nyfs-alpha.oss-cn-hangzhou.aliyuncs.com/Uploads/WxHeadImg2023/1404/ADEEE9722AC4E537095BCBDA02221404.jpg",
"stay_duration": 6413,
"ip": "220.184.19.51",
"third_uuid": "",
"third_wechat_info": {},
"live_duration": 0,
"playback_duration": 0,
"channel_info": {
"channel_id": 3128583,
"channel_name": "零零零零啦啦啦",
"store_id": ""
},
"invited_wechat_user_space_id": 0,
"invited_name": "",
"first_visit_time": "2025-09-17 15:34:51",
"last_visit_time": "2025-10-28 11:36:03",
"device": "iOS",
"area": "浙江 杭州"
},
{
"room_id": 538626301,
"wechat_user_space_id": 20401742,
"wechat_user_name": "梦回君乡",
"wechat_user_photo": "https://nyfs-alpha.oss-cn-hangzhou.aliyuncs.com/Uploads/WxHeadImg2023/20B0/6B920AB659E2C53ACEACD4E5594520B0.jpg",
"stay_duration": 210,
"ip": "125.41.184.58",
"third_uuid": "",
"third_wechat_info": {},
"live_duration": 0,
"playback_duration": 0,
"channel_info": {
"channel_id": 3128622,
"channel_name": "朱小号",
"store_id": ""
},
"invited_wechat_user_space_id": 0,
"invited_name": "",
"first_visit_time": "2025-08-27 11:07:21",
"last_visit_time": "2025-10-28 17:01:21",
"device": "iOS",
"area": "河南 郑州"
},
{
"room_id": 1331158277,
"wechat_user_space_id": 20401737,
"wechat_user_name": "hovz",
"wechat_user_photo": "https://nyfs-alpha.oss-cn-hangzhou.aliyuncs.com/Uploads/WxHeadImg2023/DBA8/1685B6D86E7AEB9654DA218A5702DBA8.jpg",
"stay_duration": 141,
"ip": "123.52.16.175",
"third_uuid": "",
"third_wechat_info": {},
"live_duration": 0,
"playback_duration": 0,
"channel_info": {
"channel_id": 3128583,
"channel_name": "零零零零啦啦啦",
"store_id": ""
},
"invited_wechat_user_space_id": 0,
"invited_name": "",
"first_visit_time": "2025-06-30 16:16:21",
"last_visit_time": "2025-06-30 16:17:36",
"device": "iOS",
"area": "河南 郑州"
},
{
"room_id": 1247419132,
"wechat_user_space_id": 315897,
"wechat_user_name": "",
"wechat_user_photo": "",
"stay_duration": 10,
"ip": "123.52.16.175",
"third_uuid": "",
"third_wechat_info": {},
"live_duration": 0,
"playback_duration": 0,
"channel_info": {},
"invited_wechat_user_space_id": 0,
"invited_name": "",
"first_visit_time": "2025-09-16 19:28:18",
"last_visit_time": "2025-09-17 09:51:35",
"device": "",
"area": ""
},
{
"room_id": 1248039790,
"wechat_user_space_id": 20401832,
"wechat_user_name": "空白.",
"wechat_user_photo": "https://nyfs-alpha.oss-cn-hangzhou.aliyuncs.com/Uploads/WxHeadImg2023/83D6/87C7C4F7E55B36833C3DA541096883D6.jpg",
"stay_duration": 39,
"ip": "122.234.133.139",
"third_uuid": "",
"third_wechat_info": {},
"live_duration": 0,
"playback_duration": 39,
"channel_info": {
"channel_id": 3128592,
"channel_name": "bb的门店111",
"store_id": ""
},
"invited_wechat_user_space_id": 0,
"invited_name": "",
"first_visit_time": "2025-10-21 15:38:43",
"last_visit_time": "2025-10-21 15:38:43",
"device": "iOS",
"area": "浙江 杭州"
},
{
"room_id": 256134450,
"wechat_user_space_id": 20401818,
"wechat_user_name": "自律",
"wechat_user_photo": "https://nyfs-alpha.oss-cn-hangzhou.aliyuncs.com/Uploads/WxHeadImg2023/0169/27ED254CDD52D9A08556048898E20169.jpg",
"stay_duration": 11,
"ip": "122.234.133.139",
"third_uuid": "",
"third_wechat_info": {},
"live_duration": 0,
"playback_duration": 0,
"channel_info": {},
"invited_wechat_user_space_id": 0,
"invited_name": "",
"first_visit_time": "2025-10-20 14:15:41",
"last_visit_time": "2025-10-28 16:44:04",
"device": "Android",
"area": "浙江 杭州"
},
{
"room_id": 1151766938,
"wechat_user_space_id": 20401587,
"wechat_user_name": "这是个正常名",
"wechat_user_photo": "https://nyfs-alpha.oss-cn-hangzhou.aliyuncs.com/Uploads/WxHeadImg2023/20D7/63456EB775EEB73C80150D85FB6220D7.jpg",
"stay_duration": 124,
"ip": "219.155.89.99",
"third_uuid": "",
"third_wechat_info": {},
"live_duration": 0,
"playback_duration": 124,
"channel_info": {
"channel_id": 3128592,
"channel_name": "bb的门店111",
"store_id": ""
},
"invited_wechat_user_space_id": 0,
"invited_name": "",
"first_visit_time": "2025-09-24 10:53:40",
"last_visit_time": "2025-09-24 15:02:54",
"device": "iOS",
"area": "河南 郑州"
},
{
"room_id": 256134450,
"wechat_user_space_id": 20401845,
"wechat_user_name": "Frost",
"wechat_user_photo": "https://nyfs-alpha.oss-cn-hangzhou.aliyuncs.com/Uploads/WxHeadImg2023/3774/21D8BC8CE5132B55DE202E2E639C3774.jpg",
"stay_duration": 83019,
"ip": "122.234.133.139",
"third_uuid": "",
"third_wechat_info": {},
"live_duration": 0,
"playback_duration": 0,
"channel_info": {},
"invited_wechat_user_space_id": 0,
"invited_name": "",
"first_visit_time": "2025-10-22 15:22:48",
"last_visit_time": "2025-10-28 15:36:49",
"device": "iOS",
"area": "浙江 杭州"
}
]
},
"msg": "Success",
"code": 200
}