查看测温数据
POST
/qgy/unident/list
接口描述
查看当前用户下所属设备分组的设备未识别数据
请求参数
参数名
类型
描述
必填
userId
String
当前用户ID
必填
index
Integer
当前页码
可选
length
Integer
每页个数
可选
deviceKey
String
设备序列号
可选
temperature
Double
体温
可选
tempAbnormal
Integer
体温异常 //0:正常 1:异常
可选
start
String
开始时间 yyyy-MM-dd HH:mm:ss
可选
end
String
结束时间 yyyy-MM-dd HH:mm:ss
可选
stateCode
Integer
健康码状态 指定值 :1-绿码 2-黄码 3-红码
可选