完整报错信息:
Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content-Type 'application/x-www-form-urlencoded;charset=UTF-8' is not supported]
问题描述:
- 客户端使用 Hutool 的 HttpUtil 工具,向服务端发送 POST 请求。
Map<String, Object> params = new HashMap<>()