原文 Body - The payload that's appended to the HTTP request. Since there can only be one payload, there can only be one body parameter. The name of the body parameter has no effect on the parameter itself and is used for documentation purposes only. Since Form parameters are also in the payload, body and form parameters cannot exist together for the same operation. https://github.com/OAI/OpenAP...
由于body和formData都需要指定头部格式化设置,所以同一个请求下不能设置两种不同方式。