whyclxw
2025-01-20 364adf83c47366a5b01dfe005fd0eed11f9346e6
src/main/java/com/whyc/controller/AuthiruzeInfController.java
@@ -47,7 +47,7 @@
    @ApiOperation(value = "根据mac检测蓝牙锁是否有权限")
    @GetMapping("getAuthByUidAndMac")
    public Response getAuthByUidAndMac(@RequestParam Integer mac){
        return service.getAuthByUidAndMac(mac);
    public Response getAuthByUidAndMac(@RequestParam String mac,@RequestParam String uname){
        return service.getAuthByUidAndMac(mac,uname);
    }
}