新增阿里云OSS上传文件逻辑

This commit is contained in:
momo
2023-11-20 14:34:12 +08:00
parent 2a5c6a4d9e
commit 7e522785ff
6 changed files with 70 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ type (
Source string `form:"source"` // 上传来源
Refresh int64 `form:"refresh,optional"` // 强制更新 10
ResourceId string `form:"resource_id,optional"` // 资源ID
BackupType string `form:"backup_type,optional"` // 备份资源
}
)
@@ -118,6 +119,7 @@ type (
Source string `form:"source"` // 上传来源
Refresh int64 `form:"refresh,optional"` // 强制更新 10
ResourceId string `form:"resource_id,optional"` // 资源ID
BackupType string `form:"backup_type,optional"` // 备份资源
}
UploadFilesReq {