xiaoyong931011
2021-12-15 256e96b104a562921fff17588c2c59331803f977
src/main/java/cc/mrbird/febs/video/controller/AdminVideoController.java
@@ -99,8 +99,8 @@
    @GetMapping("/source/delete/{ids}")
    @RequiresPermissions("source:delete")
    public FebsResponse delSource(@PathVariable String ids) {
        List<String> idList = StrUtil.split(ids, ',');
        return null;
        this.videoMasterSourceService.delSource(ids);
        return new FebsResponse().success();
    }
}