postman测试接口报Content type 'text/plain;charset=UTF-8' not supported解决方法

Posted xiaoni-fighting

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postman测试接口报Content type 'text/plain;charset=UTF-8' not supported解决方法相关的知识,希望对你有一定的参考价值。

增加一个请求头管理器,添加content-type:application/json。并将请求修改为json数据传输试试。

技术图片

参考:https://zhidao.baidu.com/question/1644957725975214740.html

以上是关于postman测试接口报Content type 'text/plain;charset=UTF-8' not supported解决方法的主要内容,如果未能解决你的问题,请参考以下文章

Postman(06)Postman调接口报错400 Bad Request

postman使用教程16-测试文件上传接口(content-type: multipart/form-data )

Content-Type

postman设置全局token测试接口

Postman接口测试

postman测试上传Excel文件的接口