From a8a8b384f755b454242a709d86cfef6377a12d33 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期一, 12 十二月 2022 17:46:09 +0800 Subject: [PATCH] fix: 对外提供Api --- ycl-platform/src/main/java/com/ycl/controller/resources/VideoResourcesController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/controller/resources/VideoResourcesController.java b/ycl-platform/src/main/java/com/ycl/controller/resources/VideoResourcesController.java index f650fb1..8fe358b 100644 --- a/ycl-platform/src/main/java/com/ycl/controller/resources/VideoResourcesController.java +++ b/ycl-platform/src/main/java/com/ycl/controller/resources/VideoResourcesController.java @@ -67,4 +67,4 @@ public CommonResult delete(@RequestParam List<Integer> ids) { return CommonResult.success(iVideoResourcesService.removeBatchByIds(ids)); } -} +} \ No newline at end of file -- Gitblit v1.8.0