|
|
@@ -92,7 +92,7 @@ public class PolyvVideoController extends BaseController {
|
|
|
/**
|
|
|
* 查询考试安排列表
|
|
|
*/
|
|
|
- @ApiOperation("查询保利威视频")
|
|
|
+ @ApiOperation("同步保利威视频")
|
|
|
@PreAuthorize("@ss.hasPermi('polyv:video:list')")
|
|
|
@PostMapping("/importList")
|
|
|
public TableDataInfo<PolyvVideoVo> listPolyv(@RequestBody PolyvVideoQueryBo bo) throws Exception {
|