设备总数
GET
device/count
接口描述
统计所有客户全部设备数量
响应参数
参数名
类型
描述
必填
err_code
int
错误码,正常状态下为0
必填
err_msg
String
错误描述,正常状态下为null
必填
data
int
返回值,设备数量
必填