| | |
| | | public interface InterfacePath{ |
| | | // String doorEvents = "/api/acs/v2/door/events";//门禁事件查询 |
| | | // String visitEvents = "/api/visitor/v1/event/turnover/search";//访客事件查询 |
| | | // String parkEvents = "/api/pms/v1/crossRecords/page";//停车场事件查询 |
| | | String parkCrossRecords = "/api/pms/v1/crossRecords/page";//停车场过程记录 |
| | | String rootOrg = "/api/resource/v1/org/rootOrg";//获取跟组织 |
| | | String orgAllList = "/api/resource/v1/org/orgList";//获取全量组织信息 |
| | | String userAllList = "/api/resource/v2/person/personList";//获取全量用户列表 |
| | |
| | | String visitingRecords= "/api/visitor/v2/visiting/records";//查询访客来访记录v2 |
| | | String vehicleList= "/api/resource/v2/vehicle/advance/vehicleList";//查询车辆列表v2 |
| | | String vehicleTimeRangeList= "/api/resource/v1/vehicle/timeRange";//增量获取车辆数据 |
| | | |
| | | |
| | | } |
| | | |
| | | /** |