上传或者下载时,加上文件名称参数开关
This commit is contained in:
parent
5e05799c3e
commit
69746d5883
@ -37,4 +37,9 @@ public class ApiSignUrlDownloadRequest {
|
|||||||
*/
|
*/
|
||||||
private String style;
|
private String style;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 是否带上文件名称
|
||||||
|
*/
|
||||||
|
private Boolean hasFileName = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -56,4 +56,9 @@ public class ApiSignUrlUploadRequest {
|
|||||||
* 过期时间
|
* 过期时间
|
||||||
*/
|
*/
|
||||||
private Long expiration;
|
private Long expiration;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 是否带上文件名称
|
||||||
|
*/
|
||||||
|
private Boolean hasFileName = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user