文档
测试

巡检路线详情查询

POST
http://192.168.100.125/apin/park/inspectionRoute/findById

请求参数

参数名
类型
描述
必填
id
string
巡检点id
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
result
object
数据字典
必填
createTime
int
示例:1602253483000
必填
inspectionPointNumber
int
示例:11 个数
必填
inspectionRouteName
string
示例:巡检路线名称
必填
inspectionRoutePoint
array
数据列表
必填
id
string
示例:1231
必填
inspectionRouteId
string
示例:2131
必填
inspectionPointName
string
示例:巡检点名称
必填
inspectionPointType
string
示例:巡检类型
必填
inspectionLocation
object
示例:null
必填
checkItem
object
示例:null
必填
createTime
string
示例:2020-09-16 22:29:09
必填
updateTime
string
示例:2020-09-18 22:29:12
必填
user
string
示例:sadas
必填
updateTime
int
示例:1599747918000
必填
id
string
示例:2131
必填
user
string
示例:dsaa
必填

说明 / 示例

请求报文 { "id": "2131" } 返回报文 { "code": 1, "result": { "createTime": 1602253483000, "inspectionPointNumber": 11, "inspectionRouteName": "巡检路线名称", "inspectionRoutePoint": [ { "id": "1231", "inspectionRouteId": "2131", "inspectionPointName": "巡检点名称", "inspectionPointType": "巡检类型", "inspectionLocation": null, "checkItem": null, "createTime": "2020-09-16 22:29:09", "updateTime": "2020-09-18 22:29:12", "user": "sadas" } ], "updateTime": 1599747918000, "id": "2131", "user": "dsaa" } }