查询某段时间内时长使用情况
开发中
GET
https://saas-open.vhall.com/v3/data-center/business-total/user-duration-pay
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://saas-open.vhall.com/v3/data-center/business-total/user-duration-pay?start_time=2020-01-01 &end_time=2020-01-012&type=1' \
--header 'platform: 15'
响应示例响应示例
{
"code": 0,
"msg": "string",
"data": {
"webinar_num": 0,
"total_duration": 0,
"live_duration": 0,
"vod_duration": 0
}
}
请求参数
Query 参数
user_id
string
可选
start_time
string
必需
示例值:
2020-01-01
end_time
string
必需
示例值:
2020-01-012
type
string
必需
示例值:
1
Header 参数
platform
integer
可选
默认值:
15
返回响应
修改于 2025-06-12 06:00:06