為何列印post task_require_content欄位取得不到值?
附註:用in="body"不行,但用in="formData"可以取得到的。
#
怪我咯2017-06-24 09:44:34
由於body和formData都需要指定頭部格式化設置,所以同一個請求下不能設定兩種不同方式。
🎜原文
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 bodyload, there can only be one body parameter. The name of the body parameter has the body parameter has the body parameter has the body parameter has the body parameter 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...