fix:修复
This commit is contained in:
@@ -46,7 +46,7 @@ service upload {
|
||||
|
||||
type (
|
||||
UploadFileBaseReq {
|
||||
FileType string `form:"file_type"` // 上传文件类型
|
||||
ApiType int64 `form:"api_type,options=[1,2],default=1"` // 调用类型:1=对外,2=对内
|
||||
FileKey string `form:"file_key"` // 上传唯一标识信息
|
||||
FileData string `form:"file_data"` // 上传文件额外信息
|
||||
Metadata string `form:"meta_data,optional"` // 上传文件额外信息
|
||||
|
||||
Reference in New Issue
Block a user