Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type ‘application/x-ww
这个错误提示Contenttype'application/x-www-form-urlencoded;charset=UTF-8'notsupported表明服务器不支持接收application/x-www-form-urlencoded类型的数据。如果你的服务器端代码是使用Spring框架编写的,你可以尝试改为接收application/json类型的数据。importorg.springf