获取设备列表
GET
http://172.20.4.210:6676/device/back/device
接口描述
获取设备列表
请求参数
参数名
类型
描述
必填
page
int
页数,第几页;示例:1
必填
size
int
页大小,每页几条示例:10
必填
proModel
string
产品型号;示例:xxxx
可选
响应参数
application/json参数名
类型
描述
必填
id
int
主键;示例:1
必填
name
string
名字;示例:xxxx
必填
devId
string
设备id;示例:xxxx
必填
proModel
string
产品型号;示例:xxxx
必填
mac
string
mac地址;示例:xxxx
必填
hardware_ver
string
硬件版本;示例:xxxx
必填
software_ver
string
软件版本;示例:xxxx
必填
onlineTime
string
上线时间;示例:xxxx
必填
cTime
string
创建时间;示例:xxxx
必填