curl --location -g --request GET 'https://saas-open.vhall.com/v3/data-center/account-all-data?app_key=75844ad7a2a5f2b421c04a125b197996&sign_type=0&signed_at={% mock 'timestamp' , 's' %}&sign={{sign}}&type=1&start_time=2025-07-23&end_time=2025-07-29' \
--header 'platform;'
{
"msg": "操作成功!",
"code": 200,
"data": {
"area": {
"total": 17,
"list": [
{
"name": "北京",
"value": 16
},
{
"name": "上海",
"value": 1
}
],
"max_number": 16
},
"trend": {
"record": [
{
"time": "2025-05-12",
"value": 5
}
],
"live": [
{
"time": "2025-05-12",
"value": 2
}
]
},
"browser": {
"list": [
{
"name": "Chrome浏览器",
"value": 16
},
{
"name": "微信浏览器",
"value": 1
}
]
},
"city_area": {
"total": 17,
"list": [
{
"city_name": "北京",
"province_name": "北京",
"cnt": 16
},
{
"city_name": "上海",
"province_name": "上海",
"cnt": 1
}
],
"max_number": 16
},
"key_data": {
"live_watch_number": 2,
"vod_watch_number": 5,
"watch_times": 17,
"watch_number": 7,
"max_onlines": 2,
"watch_duration_avg": 17.57,
"watch_duration_sec": 6897,
"webinar_count": 0,
"watch_duration": 123,
"live_and_vod_watch_number": 0,
"play_duration_sec": 396,
"watch_times_avg": 2.43
},
"device": {
"list": [
{
"name": "PC网页",
"value": 12
},
{
"name": "手机网页",
"value": 4
},
{
"name": "其他",
"value": 1
}
]
}
},
"request_id": "d3faa86c4e73433f9b52c56af65d3d2d.280.17471171329970931"
}