参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
time_span | int | 是 | 时间跨度 1=> 7天,2 => 30天,3 => 90天,4 => 180天,5 => 360天 |
参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
remain_flow | string | 是 | 剩余流量 |
total_flow | string | 是 | 使用总流量 |
total_record_flow | string | 是 | 回放消耗的总流量 |
参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
date | string | 是 | 时间 |
live_flow | string | 是 | 直播消耗流量 |
record_flow | string | 是 | 回放消耗流量 |
curl --location --request POST 'https://saas-open.vhall.com/v3/data-center/user/user-flow' \
--header 'platform;' \
--header 'platform;' \
--form 'time_span=""' \
--form 'app_key=""' \
--form 'sign_type=""' \
--form 'signed_at=""' \
--form 'sign=""'
{
"msg": "string",
"code": 0,
"data": {
"total_record_flow": "string",
"remain_flow": "string",
"total_flow": "string",
"select_total_record_flow": "string",
"list": [
{
"date": "string",
"live_flow": "string",
"record_flow": "string"
}
],
"select_total_flow": "string"
},
"request_id": "string"
}