文档
测试

设备数量

GET
http://localhost:8003/appCount/selectAllE

请求头

参数名
类型
描述
必填
Authorization
string
示例:Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjdkZTMzYjY3LTc3YzgtNGQ3ZS1hZThkLWE3MWU2Y2I4YjE2ZCJ9.1Nj0IB5deCL57ZmipqS_jxdGlhlWV6s7XdeQNi_dS7ZVfDckynq-Gd04Vhzo1Sewf-dKRxlSsmmF0ZkQLs5SpQ
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
offLine
int
离线 示例:1
必填
OnLine
int
在线 示例:0
必填
malfunction
int
故障设备 示例:1
必填
recharge
int
充电中 示例:0
必填
count
int
设备总数 示例:2
必填