he2802 3 years ago
parent
commit
6a31a7217a

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

@@ -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 {