Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user