jiangping
2025-05-26 d0d5e25bfab469a826279fbf877fd7730c9a76e9
server/visits/admin_timer/src/main/java/com/doumee/api/HkDeviceTimerController.java
@@ -29,9 +29,9 @@
        return ApiResponse.success("开启定时查询设备状态成功");
    }
    @ApiOperation("更新全部LED屏显内容为默认内容")
    @GetMapping("/setAllLedDefualtContent")
    public ApiResponse setAllLedDefualtContent() {
        deviceService.setAllLedDefualtContent();
    @GetMapping("/allLedDefualtContent")
    public ApiResponse allLedDefualtContent() {
        deviceService.allLedDefualtContent();
        return ApiResponse.success("更新全部LED屏显内容为默认内容");
    }