Postman 带xml文件的,post请求,报错,后面发现是Content-Type的问题,
所以做了相关了解。
Content-Type=text/xml;application/x-www-form-urlencoded
更改为
Content-Type=text/xml;charset=ISO-8859-1
就ok
转载自:https://blog.youkuaiyun.com/blueheart20/article/details/45174399
Postman 带xml文件的,post请求,报错,后面发现是Content-Type的问题,
所以做了相关了解。
Content-Type=text/xml;application/x-www-form-urlencoded
更改为
Content-Type=text/xml;charset=ISO-8859-1
就ok
转载自:https://blog.youkuaiyun.com/blueheart20/article/details/45174399