bug fix
parent
f00e776530
commit
138e8814b4
|
|
@ -128,10 +128,4 @@ public class ImagesOpenController {
|
|||
return fileUploadApi.uploadInternal(file);
|
||||
}
|
||||
|
||||
@ApiOperation("内部批量上传文件(创建人为当前用户)")
|
||||
@PostMapping("/upload/batch")
|
||||
public SingleResponse<List<FileInfoCO>> uploadInternalBatch(
|
||||
@ApiParam("上传文件列表") @RequestParam("files") List<MultipartFile> files) {
|
||||
return fileUploadApi.uploadInternalBatch(files);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue