服务地址/v3/statistics/get_device_stat_overview
参数名称 | 必选 | 类型 | 描述 |
startDate | 是 | String | 查询开始日期 格式:YYYYMMDD 限制:只能查询最近3个月内的数据 |
endDate | 是 | String | 查询截止日期,格式:YYYYMMDD |
参数名称 | 类型 | 描述 |
retCode | Integer | 返回状态码 |
errMsg | String | 错误信息 |
getDeviceStatOverviewData | Array | 返回结果,getDeviceStatOverviewData 结构变量见下表 |
参数名称 | 类型 | 说明 |
date | Integer | 数据日期 |
accuUv | Integer | 累积设备量 |
newUv | Integer | 日新增设备量 |
activeUv | Integer | 日在线设备峰值 |
{"startDate": "20190724","endDate": "20190726"}
{"retCode": 0,"errMsg": "","getDeviceStatOverviewData": [{"date": 20190724,"accuUv": 0,"newUv": 0,"activeUv": 0},{"date": 20190725,"accuUv": 0,"newUv": 5,"activeUv": 0},{"date": 20190726,"accuUv": 5,"newUv": 0,"activeUv": 2}]}
本页内容是否解决了您的问题?