报错信息: Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported]
编码格式不支持,很清晰的错误,那么接下来只需要修改请求参数编码格式就好了,指定Content type 为 application/json
报错信息: Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported]
编码格式不支持,很清晰的错误,那么接下来只需要修改请求参数编码格式就好了,指定Content type 为 application/json