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