Postman发送Post请求时,会默认将格式使用text格式发送
解决Postman发送Post请求提示“Content type ‘text/plain;charset=UTF-8‘ not supported“
结果会出现错误:Content type ‘text/plain;charset=UTF-8’ not supported
解决方法就是修改发送post请求的格式
解决Postman发送Post请求提示“Content type ‘text/plain;charset=UTF-8‘ not supported“
将Text格式改成JSON(application/json)
问题解决!
解决Postman发送Post请求提示“Content type ‘text/plain;charset=UTF-8‘ not supported“

相关文章: