Commit c53975d1 authored by 赵啸非's avatar 赵啸非

添加设备黑名单应用

parent 89829d3b
......@@ -12295,16 +12295,18 @@ data|object|数据对象
**请求参数:**
参数名称|类型|必填|描述
:---|:---|:---|:------
page|Integer|否|当前页
size|Integer|否|每页条数,值为-1,查询所有记录
siteId|Long|否|站点Id,来源基础服务平台
deviceUnActiveCount|Integer|否|未激活设备数量
deviceUnActiveRatio|BigDecimal|否|未激活率
year|Integer|否|年
month|Integer|否|月
day|Integer|否|日
参数名称| 类型 |必填|描述
:---|:-----------|:---|:------
page| Integer |否|当前页
size| Integer |否|每页条数,值为-1,查询所有记录
siteId| Long |否|站点Id,来源基础服务平台
deviceUnActiveCount| Integer |否|未激活设备数量
deviceUnActiveRatio| BigDecimal |否|未激活率
year| Integer |否|年
month| Integer |否|月
day| Integer |否|日
createTimeStart| String |否|开始日期
createTimeEnd| String |否|结束日期
**请求样例:**
```
......@@ -12313,8 +12315,8 @@ day|Integer|否|日
"deviceUnActiveCount":5180,
"deviceUnActiveRatio":0.15
"page":1,
"size":10
}
"size":10,
"createTimeStart":2023-05-01" }
```
**响应参数:**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment