src/main/java/com/whyc/controller/AuthiruzeInfController.java
@@ -39,10 +39,10 @@
        return service.delAuth(ids);
    }
    @ApiOperation(value = "修改授权")
    @ApiOperation(value = "修改授权(批量)")
    @PostMapping("updateAuth")
    public Response updateAuth(@RequestBody AuthiruzeInf auth){
        return service.updateAuth(auth);
    public Response updateAuth(@RequestBody AuthiruzeInf auth,@RequestParam int id){
        return service.updateAuth(auth,id);
    }
    @ApiOperation(value = "根据mac检测蓝牙锁是否有权限")