Commit 07ef5c9a authored by 周健威's avatar 周健威

修改代码

parent c3af7513
......@@ -89,7 +89,7 @@ public class UploadController{
DisposeDTO dto
)throws Exception {
String contentType = file.getContentType(); //图片文件类型
return JsonResultUtil.createSuccessResultWithObj(uploadService.uploadFileDispose(file,prefix));
return JsonResultUtil.createSuccessResultWithObj(uploadService.uploadFileDispose(file, prefix, dto));
}
@ApiOperation("视频上传")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment