You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/12/28 03:01:42 UTC

[GitHub] [servicecomb-java-chassis] singformyself commented on issue #2169: GET接口:字符 + 号无法通过CseRestTemplate正常传输

singformyself commented on issue #2169:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2169#issuecomment-751557420


   通过这个方式创建的restTemplate RestTemplate restTemplate = RestTemplateBuilder.create();
   然后调用getForObject:
   MyResponse rsp= restTemplate.getForObject(url, xxx.class, params); // 参数里有一个参数包含  字符 + 号,这里这里调用的时get接口


----------------------------------------------------------------
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:
users@infra.apache.org