请问怎么修改 application/json 为 Content-type: application/x-www-form-urlencoded
swagger 的问题,就是非 get 得请求 content-type 是 application/json, 想改成 application/x-www-form-urlencoded
嗯!用 postman 是好使的!但是 swagger 都生成文档了,想问问怎么修改,老版本的没有这个问题,改了新版本就有这个问题了,上面的图是 swagger 的官方文档里的,但是不知道怎么在修改
是 swagger2 吧?按 文档,就是改“consumes”呀 ...
You can use the consumes and produces keywords to specify the MIME types understood by your API.
或者说你还有别的意思?