记录postman发送请求报错 1.Content type 'text/plain;charset=UTF-8' not supported 解决方法:配置HTTP信息头管理器,增加消息头 Content-Type:application/json;charset=UTF-8 相关文章: 2021-03-26 2022-01-13 2021-06-18 2022-01-08 2021-05-19 2021-11-03