oss文件存储服务-租户存储空间信息同步接口优化
This commit is contained in:
@@ -16,3 +16,10 @@ type UploadFileRes struct {
|
||||
FileURL string `json:"fileURL" dc:"上传地址"`
|
||||
FileAddressPrefix string `json:"fileAddressPrefix"`
|
||||
}
|
||||
|
||||
type TenantOssTotal struct {
|
||||
TenantId string `json:"tenantId"`
|
||||
UsedOssSize int `json:"usedOssSize"`
|
||||
TotalOssSize int `json:"totalOssSize"`
|
||||
Updater string `json:"updater"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user