基础设施:前端直连上传,优先使用自定义域名

This commit is contained in:
owen
2024-02-04 20:57:05 +08:00
parent dd08fbcb46
commit 89fdb5ced9
2 changed files with 10 additions and 10 deletions

View File

@ -10,7 +10,9 @@ export interface FilePageReqVO extends PageParam {
export interface FilePresignedUrlRespVO {
// 文件配置编号
configId: number
// 文件预签名地址
// 文件上传 URL
uploadUrl: string
// 文件 URL
url: string
}