每天并发趋势
开发中
GET
https://saas-open.vhall.com/v3/data-center/webinar-date-pv
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://saas-open.vhall.com/v3/data-center/webinar-date-pv?webinar_id=509154312&start_time=2025-06-11&end_time=2025-06-11&switch_id=0&app_key=75844ad7a2a5f2b421c04a125b197996&signed_at={% mock 'timestamp' , 's' %}&sign_type=0&sign={{sign}}' \
--header 'platform: 15'
响应示例响应示例
{
"msg": "操作成功!",
"code": 200,
"data": {
"list": [
{
"time": "2025-06-11 14:06",
"value": 3,
"service_names": 1
},
{
"time": "2025-06-11 14:07",
"value": 3,
"service_names": 1
}
]
},
"request_id": "5a443983a6e645a2b69c09bde8dc8718.1462.17497130143144413"
}
请求参数
Query 参数
webinar_id
integer
活动id
示例值:
509154312
start_time
string
必需
示例值:
2025-06-11
end_time
string
必需
示例值:
2025-06-11
switch_id
integer
必需
示例值:
0
app_key
string
必需
示例值:
{{app_key}}
signed_at
string
必需
示例值:
{{signed_at}}
sign_type
string
必需
示例值:
{{sign_type}}
sign
string
必需
示例值:
{{sign}}
Header 参数
platform
integer
可选
默认值:
15
返回响应
修改于 2025-06-12 07:27:52