he2802 3 سال پیش
والد
کامیت
72cb99a276
1فایلهای تغییر یافته به همراه1 افزوده شده و 6 حذف شده
  1. 1 6
      zhongzheng-admin/src/main/java/com/zhongzheng/controller/schedule/ScheduleController.java

+ 1 - 6
zhongzheng-admin/src/main/java/com/zhongzheng/controller/schedule/ScheduleController.java

@@ -196,10 +196,5 @@ public class ScheduleController extends BaseController {
         return AjaxResult.success();
     }
 */
-    @ApiOperation("测试1")
-    @GetMapping("/ListChannelVideoLibrary")
-    public AjaxResult ListChannelVideoLibrary(PolyvLiveQueryBo bo) throws Exception {
-        iPolyvLiveService.ListChannelVideoLibrary(bo);
-        return AjaxResult.success();
-    }
+
 }