使用postman调用了一个导出日志的接口,使用send and download 下载结果,软件直接闪退我知道python中可以使用 stream = False规避,postman里需要添加什么啊
参考一下: postman能够进行文件下载功能进行测试吗?_xiongyouqiang的博客-CSDN博客 官方文档有说明: If your API endpoint returns an image, Postman will detect and render it automatically. For binary response types, you should select “Send and download” which will let you save the response ... https://blog.csdn.net/xiongyouqiang/article/details/80439883