wwl преди 3 години
родител
ревизия
8896972914
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      zzjs-admin/src/main/java/com/miaxis/pc/controller/teachingVideo/TeachingVideoInfoController.java

+ 1 - 1
zzjs-admin/src/main/java/com/miaxis/pc/controller/teachingVideo/TeachingVideoInfoController.java

@@ -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);
     }