文档
测试

报警查询

GET
192.168.3.142:8100/weatherWarnLogs/queryWarnLogs

请求参数

参数名
类型
描述
必填
pageNum
int
示例:0
必填
pageSize
int
示例:20
必填
startTime
string
示例:2020-08-26 开始时间
必填
endTime
string
示例:2020-08-27 结束时间
必填
isShow
int
示例:0 未处理为0 以处理为1
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
object
示例:null
必填
data
object
数据字典
必填
total
int
示例:1
必填
list
array
数据列表
必填
0
object
数据字典
必填
id
int
示例:1
必填
warnName
string
示例:温度报警
必填
warnReason
string
示例:温度异常
必填
createTime
string
示例:2020-08-26T15:47:12.000+0800
必填
isShow
int
示例:0
必填
weatherId
object
示例:null
必填
1
object
数据字典
必填
id
int
示例:2
必填
warnName
string
示例:温度报警
必填
warnReason
string
示例:温度异常
必填
createTime
string
示例:2020-08-26T15:58:30.000+0800
必填
isShow
int
示例:0
必填
weatherId
object
示例:null
必填
2
object
数据字典
必填
id
int
示例:3
必填
warnName
string
示例:湿度报警
必填
warnReason
string
示例:湿度异常
必填
createTime
string
示例:2020-08-26T15:58:30.000+0800
必填
isShow
int
示例:0
必填
weatherId
object
示例:null
必填
pageNum
int
示例:1
必填
pageSize
int
示例:1
必填
size
int
示例:1
必填
startRow
int
示例:0
必填
endRow
int
示例:0
必填
pages
int
示例:1
必填
prePage
int
示例:0
必填
nextPage
int
示例:0
必填
isFirstPage
boolean
示例:true
必填
isLastPage
boolean
示例:true
必填
hasPreviousPage
boolean
示例:false
必填
hasNextPage
boolean
示例:false
必填
navigatePages
int
示例:8
必填
navigatepageNums
array
数据列表
必填
navigateFirstPage
int
示例:1
必填
navigateLastPage
int
示例:1
必填