问题:

get 时需要 reqeustBody 传 json

 

解决:

final var resp = rest.exchange(baseUrl, HttpMethod.GET, new HttpEntity<>(json), RankResp.class);

 

参考:

https://mekaso.rocks/get-requests-with-a-request-body-spring-resttemplate-vs-apache-httpclient

发表评论

电子邮件地址不会被公开。