curl --location --request POST 'https://saas-open.vhall.com/v3/data-center/report/online' \
--header 'platform: 15' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'webinar_id=305615481' \
--data-urlencode 'start_time=2025-06-16 12:00:01' \
--data-urlencode 'end_time=2025-06-16 18:00:01' \
--data-urlencode 'app_key=75844ad7a2a5f2b421c04a125b197996' \
--data-urlencode 'sign={{sign}}' \
--data-urlencode 'signed_at={% mock 'timestamp' , 's' %}' \
--data-urlencode 'sign_type=0'{
"msg": "操作成功!",
"code": 200,
"data": {
"list": [
{
"time": "2025-06-16 17:17:00",
"total": 1
},
{
"time": "2025-06-16 17:18:00",
"total": 1
},
{
"time": "2025-06-16 17:19:00",
"total": 1
}
]
},
"request_id": "9838362165304ba49693b3cbc0d127d5.859.17506678936231889"
}