是因为用了HashMap来作为body传递 解析转换不了,换成 MultiValueMap就ok了。
代码:
MultiValueMap<String,Object> params = new LinkedMultiValueMap<>(); params.add("name","小明");