分页查询
GET
http://localhost:8094/baseTrashanReal/findPageList?currentPage=1&pageSize=10
请求参数
参数名
类型
描述
必填
currentPage
int
当前页
必填
pageSize
int
页大小
必填
deviceNo
String
设备号 模糊查询
必填
alarm
String
是否报警 0否 1是(满溢度报警)
必填
feedAlarm
String
馈电报警0否 1是
必填
deviceStatus
String
设备状态 1在线 0离线
必填
响应参数
参数名
类型
描述
必填
createUserId
object
示例:null
必填
createTime
object
示例:null
必填
updateUserId
object
示例:null
必填
updateTime
string
示例:2020-07-02 14:14:11
必填
dataStatus
int
示例:1
必填
id
int
示例:1
必填
eventTime
object
示例:null --数据时间
必填
companyId
int
示例:1 --公司id
必填
deviceId
object
示例:null --设备id
必填
pos
object
示例:null
必填
lat
object
示例:null --纬度
必填
lng
object
示例:null --经度
必填
latGps
object
示例:null --纬度(原始)
必填
lngGps
object
示例:null --经度(原始)
必填
alarmSign
object
示例:null
必填
batV
object
示例:null --电压
必填
dis1
object
示例:null --探头1距离(单位毫米)
必填
dis2
object
示例:null --探头2距离(单位毫米)
必填
dis3
object
示例:null --探头3距离(单位毫米)
必填
dis4
object
示例:null --探头4距离(单位毫米)
必填
csq
object
示例:null --信号强度
必填
iccid
object
示例:null --设备iccid编号
必填
tempValue
object
示例:null --设备温度
必填
posAddress
object
示例:null - -地址
必填
initialSign
float
示例:5.2 --初始位置
必填
alarmDistance
int
示例:23 --报警位置
必填
overFlow
object
示例:null ---满溢度
必填
isAlarm
object
示例:null --是否报警
必填
totalCount
int
示例:1
必填
totalPage
int
示例:1
必填
pageSize
int
示例:10
必填
pageNo
int
示例:1
必填