update 新增mp3,aif,aiff,wav,wma 文件上传功能
This commit is contained in:
@@ -80,8 +80,7 @@ public class TicketServiceImpl implements TicketService {
|
||||
R<SysFile> upload = fileService.uploadFile(f);
|
||||
|
||||
if (StringUtils.isNull(upload) || StringUtils.isNull(upload.getData())) {
|
||||
System.out.println("gg");
|
||||
System.out.println(upload.getMsg());
|
||||
System.out.println("文件上传失败,错误消息"+upload.getMsg());
|
||||
return AjaxResult.error("文件服务异常,文件上传失败");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user