|
@@ -91,7 +91,7 @@ public class TeachingVideoInfoController extends BaseController {
|
|
|
@PutMapping("/coverUp")
|
|
|
@ApiOperation("封面上传")
|
|
|
public Response coverUp(MultipartFile coverFile,
|
|
|
- @ApiParam(name = "fileId",value = "云点播fileId") @RequestParam("fileId") String fileId){
|
|
|
+ @ApiParam(name = "fileId",value = "云点播fileId",required = true) @RequestParam("fileId") String fileId){
|
|
|
return teachingVideoInfoService.coverUp(fileId,coverFile);
|
|
|
}
|
|
|
|