Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
c53975d1
Commit
c53975d1
authored
May 07, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加设备黑名单应用
parent
89829d3b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
12 deletions
+14
-12
base-manager/doc/api.md
base-manager/doc/api.md
+14
-12
No files found.
base-manager/doc/api.md
View file @
c53975d1
...
@@ -12295,16 +12295,18 @@ data|object|数据对象
...
@@ -12295,16 +12295,18 @@ data|object|数据对象
**请求参数:**
**请求参数:**
参数名称|类型|必填|描述
参数名称| 类型 |必填|描述
:---|:---|:---|:------
:---|:-----------|:---|:------
page|Integer|否|当前页
page| Integer |否|当前页
size|Integer|否|每页条数,值为-1,查询所有记录
size| Integer |否|每页条数,值为-1,查询所有记录
siteId|Long|否|站点Id,来源基础服务平台
siteId| Long |否|站点Id,来源基础服务平台
deviceUnActiveCount|Integer|否|未激活设备数量
deviceUnActiveCount| Integer |否|未激活设备数量
deviceUnActiveRatio|BigDecimal|否|未激活率
deviceUnActiveRatio| BigDecimal |否|未激活率
year|Integer|否|年
year| Integer |否|年
month|Integer|否|月
month| Integer |否|月
day|Integer|否|日
day| Integer |否|日
createTimeStart| String |否|开始日期
createTimeEnd| String |否|结束日期
**请求样例:**
**请求样例:**
```
```
...
@@ -12313,8 +12315,8 @@ day|Integer|否|日
...
@@ -12313,8 +12315,8 @@ day|Integer|否|日
"deviceUnActiveCount":5180,
"deviceUnActiveCount":5180,
"deviceUnActiveRatio":0.15
"deviceUnActiveRatio":0.15
"page":1,
"page":1,
"size":10
"size":10
,
}
"createTimeStart":2023-05-01"
}
```
```
**响应参数:**
**响应参数:**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment