This commit is contained in:
parent
1f9f100430
commit
ab99bb8b1b
|
|
@ -239,9 +239,9 @@ public class FileUploadUtils {
|
|||
return "application/octet-stream";
|
||||
}
|
||||
|
||||
System.out.println("未匹配任何类型,返回默认值 image/jpeg");
|
||||
System.out.println("未匹配任何类型,返回默认值 application/octet-stream");
|
||||
System.out.println("------------------------------------------");
|
||||
return "image/jpeg";
|
||||
return "application/octet-stream";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue