Commit be7d65f1 authored by 周健威's avatar 周健威

修改代码

parent ecfaf84b
......@@ -61,7 +61,7 @@ public class UploadController{
@RequestParam(value = "prefix",defaultValue = "app")String prefix
)throws Exception {
String contentType = file.getContentType(); //图片文件类型
return JsonResultUtil.createSuccessResultWithObj(uploadService.uploadFile(file,prefix));
return JsonResultUtil.createSuccessResultWithObj(uploadService.uploadFileDispose(file,prefix));
}
@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