Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop

This commit is contained in:
laodaming
2023-11-20 17:16:31 +08:00
8 changed files with 106 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 {