Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在使用时定义了一些接口drf-swagger,它们需要指定接受参数才能正确返回内容。例如,我将返回一个文件以供下载。显然,application/JSON参数不能提供正确的格式。 我希望能够向响应内容类型添加新选项。可能已经有解决方案了,但是没找到~
drf-swagger
application/JSON
要添加其他响应内容类型,您应该查看DRF 渲染器。drf-yasg在上面工作drf,例如查看get_produces()代码。
drf-yasg
drf
get_produces()