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