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屏显内容为默认内容"); }