文档
测试

0047.设备故障信息

GET
device/getDeviceLiftTroubleList

请求参数

参数名
类型
描述
必填
dev_id
long
设备ID
必填
current
int
页码
必填
size
int
页数
必填
start_date
String
开始时间
可选
end_date
String
结束时间
可选

响应参数

参数名
类型
描述
必填
code
int
返回状态码
必填
message
String
返回状态描述
必填
data
JsonObject
返回业务信息
必填
number
int
该次请求入参页码
必填
size
int
该次请求返回业务数据行数
必填
pages
int
总页数
必填
total
int
总记录数
必填
rows
JsonArray
本次请求的返回数据集合
必填
trouble_source
String
故障反馈来源
必填
trouble_type
String
故障反馈类型
必填
trouble_name
String
故障反馈内容
必填
trouble_reason
String
故障反馈原因
必填
happen_time
String
故障反馈发生时间
必填
handle_status
String
故障反馈处置状态
必填
handle_time
String
故障反馈处置时间
必填