src/main/java/com/whyc/controller/KeyInfController.java
@@ -52,4 +52,10 @@
    public Response updateKey(@RequestBody KeyInf kinf){
        return service.updateKey(kinf);
    }
    @ApiOperation(value = "当前人所在区域的所有id卡钥匙")
    @GetMapping("getKeyInAreaByIdCard")
    public Response getKeyInAreaByIdCard(){
        return service.getKeyInAreaByIdCard();
    }
}