Commit 86a2d8f3 by 吴迪

Merge remote-tracking branch 'origin/master'

parents 6872b5a3 19e3b02d
......@@ -77,7 +77,7 @@ public class UploadUtils {
return WHITELIST.contains(type);
}
public static List<String> WHITELIST = Arrays.asList(".jpg", ".jpeg", ".png", ".gif", ".bmp", ".tiff", ".xls", ".xlsx", ".pdf");
public static List<String> WHITELIST = Arrays.asList(".jpg", ".jpeg", ".png", ".gif", ".bmp", ".tiff", ".xls", ".xlsx", ".pdf", ".mp4");
/**
* 根据全路径名获取businessId
......
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