| | |
| | | HKService.cancelEventSub(param);//先取消 |
| | | HKService.eventSub(param);//访客事件 |
| | | |
| | | param.setEventDest(path+"/visitIccm"); |
| | | param.setEventTypes(new Integer[]{HKConstants.EventTypes.VISIT_SIGN_ICCM_IN.getKey() |
| | | ,HKConstants.EventTypes.VISIT_SIGN_ICCM_PASS.getKey() |
| | | ,HKConstants.EventTypes.VISIT_SIGN_ICCM_OUT.getKey()}); |
| | | HKService.cancelEventSub(param);//先取消 |
| | | HKService.eventSub(param);//访客事件 |
| | | |
| | | param.setEventDest(path+"/acs"); |
| | | param.setEventTypes(new Integer[]{HKConstants.EventTypes.DOOR_FACE_AUTH_FAIL.getKey(),HKConstants.EventTypes.DOOR_FACE_AUTH_SUCCESS.getKey()}); |
| | | HKService.cancelEventSub(param);//先取消 |
| | | HKService.eventSub(param);//门禁事件 |
| | | |
| | | } |
| | | /** |
| | | * 取消订阅门禁事件、访客事件、和停车场事件 |