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