文档
测试

设备查询(分页)

POST
http://localhost:9091/collection/collection/device/findList

请求参数

参数名
类型
描述
必填
pageSize
string
示例:10
必填
pageNum
string
示例:1
必填
device
object
数据字典
必填
name
string
示例:test
必填
orderNum
int
示例:1
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
data
array
数据列表
必填
id
int
示例:15
必填
deviceId
string
示例:5590c7b4c0ee47fcab5b43411fc9
必填
ip
string
示例:192.168.1.114
必填
name
string
示例:test014
必填
type
int
示例:0
必填
local
string
示例:测试位置014
必填
status
int
示例:1
必填
order
object
示例:null
必填
comment
object
示例:null
必填
modifiedTime
string
示例:2021-09-06
必填
createTime
string
示例:2021-09-06
必填