文档
测试

根据围栏查询车辆信息

GET
baseVehicleFenceRel/selectVehicleNoByAreaId

请求参数

参数名
类型
描述
必填
area_id
number
围栏id
必填

响应参数

参数名
类型
描述
必填
data
object
数据列表,列表中originalData为原始json数据
必填
code
string
返回码,如果为EPP02_0000,则表示调用成功,否则调用失败
必填
message
string
调用结果说明
必填

说明 / 示例

{ "code": "EPP01_0000", "message": "成功", "data": { "baseElectronicFence": { "createUserId": null, "createTime": "2019-06-16 17:35:40", "updateUserId": null, "updateTime": "2019-06-16 17:35:40", "dataStatus": 1, "id": 778, "companyId": 1, "areaType": 1, "useType": 1, "placeId": 1, "bidId": 7, "bidName": "滨城五中队-李玉红", "regionName": "杜金秀", "lngLat": "118.014263,37.410496;118.02145,37.410697;118.022276,37.403989;118.015252,37.403602", "managerId": null, "managerName": null, "state": 1, "remark": null, "lngLatArray": [ "118.014263,37.410496", "118.02145,37.410697", "118.022276,37.403989", "118.015252,37.403602" ], "enterpriseName": null, "points": [ { "lng": 118.014263, "lat": 37.410496 }, { "lng": 118.02145, "lat": 37.410697 }, { "lng": 118.022276, "lat": 37.403989 }, { "lng": 118.015252, "lat": 37.403602 } ] }, "baseVehicleDTOS": [ { "id": 19337, "vehiclePlate": null, "vehicleMark": "JL0030", "teamName": null, "lat": null, "lng": null, "vehiclePlateColor": "蓝色", "deptName": "市直一中队" }, { "id": 19338, "vehiclePlate": null, "vehicleMark": "JL0043", "teamName": null, "lat": null, "lng": null, "vehiclePlateColor": "蓝色", "deptName": "市直一中队" }, { "id": 19339, "vehiclePlate": null, "vehicleMark": "JL0041", "teamName": null, "lat": null, "lng": null, "vehiclePlateColor": "蓝色", "deptName": "市直一中队" }, { "id": 19340, "vehiclePlate": null, "vehicleMark": "JL0044", "teamName": null, "lat": null, "lng": null, "vehiclePlateColor": "蓝色", "deptName": "市直一中队" }, { "id": 19341, "vehiclePlate": null, "vehicleMark": "JL0023", "teamName": null, "lat": null, "lng": null, "vehiclePlateColor": "蓝色", "deptName": "市直一中队" } ] } }