|
@@ -189,13 +189,13 @@ public class ScheduleController extends BaseController {
|
|
|
return AjaxResult.success();
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("测试")
|
|
|
- @GetMapping("/GetChannelBasicInfo")
|
|
|
- public AjaxResult getChannelVideo(PolyvLiveQueryBo bo) throws Exception {
|
|
|
- iPolyvLiveService.GetChannelBasicInfo(bo);
|
|
|
+ /* @ApiOperation("测试")
|
|
|
+ @GetMapping("/syncToReplay")
|
|
|
+ public AjaxResult syncToReplay(UserQueryBo bo) throws Exception {
|
|
|
+ iScheduleService.syncToReplay(bo);
|
|
|
return AjaxResult.success();
|
|
|
}
|
|
|
-
|
|
|
+*/
|
|
|
@ApiOperation("测试1")
|
|
|
@GetMapping("/ListChannelVideoLibrary")
|
|
|
public AjaxResult ListChannelVideoLibrary(PolyvLiveQueryBo bo) throws Exception {
|