巡检路线列表查询 websocket测试 POST http://192.168.100.125/apin/park/inspectionRoute/findList 响应参数 参数名 类型 描述 必填 code int 示例:1 必填 result object 数据字典 必填 count int 示例:2 必填 list array 数据列表 必填 id string 示例:2131 必填 inspectionRouteName string 示例:巡检路线名称 必填 inspectionPointNumber int 示例:11 巡检点个数 必填 createTime string 示例:2020-10-09 22:24:43 必填 updateTime string 示例:2020-09-10 22:25:18 必填 user string 示例:dsaa 必填 说明 / 示例 请求报文 { } 返回报文 { "code": 1, "result": { "count": 2, "list": [ { "id": "2131", "inspectionRouteName": "巡检路线名称", "inspectionPointNumber": 11, "createTime": "2020-10-09 22:24:43", "updateTime": "2020-09-10 22:25:18", "user": "dsaa" }, { "id": "4028e6af749486a40174948b05ff0000", "inspectionRouteName": "巡检路线名", "inspectionPointNumber": 1, "createTime": "2020-09-16 09:32:53", "updateTime": "2020-09-16 09:36:06", "user": "leiym" } ] } }
请求报文 { } 返回报文 { "code": 1, "result": { "count": 2, "list": [ { "id": "2131", "inspectionRouteName": "巡检路线名称", "inspectionPointNumber": 11, "createTime": "2020-10-09 22:24:43", "updateTime": "2020-09-10 22:25:18", "user": "dsaa" }, { "id": "4028e6af749486a40174948b05ff0000", "inspectionRouteName": "巡检路线名", "inspectionPointNumber": 1, "createTime": "2020-09-16 09:32:53", "updateTime": "2020-09-16 09:36:06", "user": "leiym" } ] } }