浏览代码

fix 直播

he2802 3 年之前
父节点
当前提交
72cb99a276

+ 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();
-    }
+
 }