update OSS接口增加通用contentType

This commit is contained in:
疯狂的狮子li
2021-07-20 11:12:22 +08:00
parent eea8f33cf9
commit a4c019ace2
9 changed files with 40 additions and 36 deletions

View File

@ -12,5 +12,7 @@ public class CloudConstant {
*/
public final static String CLOUD_STORAGE_CONFIG_KEY = "sys.oss.cloudStorageService";
public final static String DEFAULT_CONTENT_TYPE = "application/octet-stream";
}