afan321 commented on issue #1503: 使用restTemplate调用provider接口时如何设置请求头信息 URL: https://github.com/apache/servicecomb-java-chassis/issues/1503#issuecomment-569615702 遇见过这个问题 好像是这个版本的CSE对这参数类型有强校验 所以 ResponseEntity<Object> response = restTemplate.exchange(url, HttpMethod.POST, requestEntity, Object.class) 我用object去接返回值,然后再转化成想要的类型
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
