Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop
This commit is contained in:
@@ -79,11 +79,12 @@ type (
|
||||
UploadInfo string `form:"upload_info"` // 上传信息 json
|
||||
}
|
||||
UploadCallbackReq {
|
||||
ResourceId string `form:"resource_id"` // 资源ID
|
||||
ResourceType string `form:"resource_type"` // 资源类型
|
||||
ResourceUrl string `form:"resource_url"` // 资源URL
|
||||
Metadata string `form:"metadata,optional"` // 元数据,json格式,存储图像分率
|
||||
ApiType int64 `form:"api_type,options=[1,2],default=1"` // 调用类型:1=对外,2=对内
|
||||
UploadBucket int64 `form:"upload_bucket,options=[1,2],default=1"` // 上传桶名:1=缓存,2=持久
|
||||
ResourceId string `form:"resource_id"` // 资源ID
|
||||
ResourceType string `form:"resource_type"` // 资源类型
|
||||
ResourceUrl string `form:"resource_url"` // 资源URL
|
||||
Metadata string `form:"metadata,optional"` // 元数据,json格式,存储图像分率
|
||||
ApiType int64 `form:"api_type,options=[1,2],default=1"` // 调用类型:1=对外,2=对内
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user