whyclxw
2025-03-25 a7fef2846505b08e0711345b17902e7381612d23
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);
    }
}