mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 19:35:07 +08:00
基础设施:前端直连上传,优先使用自定义域名
This commit is contained in:
@ -10,7 +10,9 @@ export interface FilePageReqVO extends PageParam {
|
||||
export interface FilePresignedUrlRespVO {
|
||||
// 文件配置编号
|
||||
configId: number
|
||||
// 文件预签名地址
|
||||
// 文件上传 URL
|
||||
uploadUrl: string
|
||||
// 文件 URL
|
||||
url: string
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user