-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Description
当requestBody为:
"requestBody": {
"content": {
"multipart/form-data": {
"schema": {
"required": ["file", "process_params"],
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "上传的文件",
"format": "binary"
},
"process_params": {
"$ref": "#/components/schemas/FileProcessParam"
}
}
},
"encoding": {
"process_params": {
"contentType": "application/json"
}
}
}
}
},那么生成的方法:

Metadata
Metadata
Assignees
Labels
No labels