|
|
|
@ -54,6 +54,12 @@ public class RealTimeController {
|
|
|
|
return Result.success(cameraService.allCameras(2));
|
|
|
|
return Result.success(cameraService.allCameras(2));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("/allCameras/{page}")
|
|
|
|
|
|
|
|
@ApiOperation(value = "全部球机")
|
|
|
|
|
|
|
|
//@SessionHandler
|
|
|
|
|
|
|
|
public Result<List<Camera>> allCamerasPage(@PathVariable Integer page) {
|
|
|
|
|
|
|
|
return Result.success(cameraService.allCameras(page));
|
|
|
|
|
|
|
|
}
|
|
|
|
@GetMapping("/wallStyle")
|
|
|
|
@GetMapping("/wallStyle")
|
|
|
|
@ApiOperation(value = "视频墙样式")
|
|
|
|
@ApiOperation(value = "视频墙样式")
|
|
|
|
//@SessionHandler
|
|
|
|
//@SessionHandler
|
|
|
|
|