he2802 %!s(int64=3) %!d(string=hai) anos
pai
achega
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();
         return AjaxResult.success();
     }
     }
 */
 */
-    @ApiOperation("测试1")
-    @GetMapping("/ListChannelVideoLibrary")
-    public AjaxResult ListChannelVideoLibrary(PolyvLiveQueryBo bo) throws Exception {
-        iPolyvLiveService.ListChannelVideoLibrary(bo);
-        return AjaxResult.success();
-    }
+
 }
 }