点次剩余量查询
方法:GET
https://network.tingyun.com/network-report-data/poInt/remainder-json-authkey
请求参数
| 字段名 |
类型 |
必填 |
描述 |
| authkey |
String |
是 |
账号授权码 |
返回参数
| 字段名 |
类型 |
描述 |
| status |
Int |
HTTP响应状态码 |
| data |
List |
数据对象 |
| accountId |
String |
账户 |
| begin |
Date |
开始时间 |
| moIntorType |
Int |
监测分类 |
| calcType |
Int |
计算类型 |
| dayAvg |
Int |
日均使用量 |
| detailId |
Int |
套餐id |
| forecastDays |
String |
剩余天数 |
| id |
Int |
编号 |
| name |
String |
类型 |
| remaining |
String |
剩余量 |
| remainingDays |
Int |
剩余天数 |
| status |
Int |
状态 |
| taskType |
String |
任务类型 |
错误说明
| 字段说明 |
错误信息 |
| authkey |
PermissionDeniedError |
返回示例
{
"data": [
{
"id": 1479896,
"name": "总监测点数",
"begin": 1593014400000,
"end": 1624809600000,
"amount": 10000,
"used": 38640,
"status": 2,
"calcType": 1,
"detailId": "2974785",
"taskType": null,
"accountId": null,
"useProportion": "386.4%",
"dayAvg": 56,
"remainingDays": 0,
"forecastDays": "0",
"remaining": -28640
}
],
"status": 200
}