记录postman发送请求报错
时间:2020-04-28 14:48:55
收藏:0
阅读:68
记录postman发送请求报错
1.Content type ‘text/plain;charset=UTF-8‘ not supported
解决方法:配置HTTP信息头管理器,增加消息头 Content-Type:application/json;charset=UTF-8
原文:https://www.cnblogs.com/erlou96/p/12793998.html
评论(0)