文章目录 GET getForObject getForEntity POST postForObject postForEntity PUT DELETE exchange HEAD OPTIONS GET getForObject public <T> T getForObject(String url, Class<T> responseType, Object... uriVariables) target api /** * get请求 普通参数 * * @param param - * @return - */ @GetMapping("param") public String getByParam(