| | |
| | | String cardUnloss= "/api/cis/v1/card/batch/unLoss";//批量解挂 |
| | | String taskPersoDetail= "/api/acps/v1/download_record/person/detail/search";//查询设备通道的人员权限下载详情 |
| | | String appointmentRecords= "/api/visitor/v2/appointment/records";//查询访客预约记录v2 |
| | | String appointmentRecordsIccm= "/api/iccm/v2/appointment/records";//iccm查询访客预约记录V2 |
| | | String visitingRecords= "/api/visitor/v2/visiting/records";//查询访客来访记录v2 |
| | | String vehicleList= "/api/resource/v2/vehicle/advance/vehicleList";//查询车辆列表v2 |
| | | String vehicleTimeRangeList= "/api/resource/v1/vehicle/timeRange";//增量获取车辆数据 |
| | | String facePictureCheck= "/api/frs/v1/face/picture/check";//人脸评分 |
| | | String acsDeviceStatus= "/api/nms/v1/online/acs_device/get";//获取门禁设备在线状态 |
| | | String tempCarInRecords= "/api/pms/v1/tempCarInRecords/page";//查询场内车停车信息 |
| | | String appointmentEventQuery= "/api/iccm/v1/event/query";//查询场内车停车信息 |
| | | } |
| | | |
| | | /** |
| | |
| | | PARK_PASS_OUT(771760134, "出场放行事件" ), |
| | | VISIT_SIGN_IN(1392513025, "访客登记" ), |
| | | VISIT_SIGN_OUT(1392513026, "访客签离" ), |
| | | VISIT_SIGN_ICCM_IN(541200006, "访客登记" ), |
| | | VISIT_SIGN_ICCM_OUT(541200007, "访客签离" ), |
| | | VISIT_SIGN_ICCM_PASS(541200060, "访客通行" ), |
| | | DOOR_FACE_AUTH_FAIL(197163, "人脸认证失败" ), |
| | | DOOR_FACE_AUTH_SUCCESS(196893, "人脸认证通过" ) |
| | | ; |