linwoain
Results
1
issues of
linwoain
I use rest like this: ``` java @Rest(rootUrl = "http://xxx.com",converters = GsonHttpMessageConverter.class) public interface APIService { @Get("/app/api/json.php?param={%22limit_a%22:0,%22limit_b%22:10,%22flag%22:6,%22m%22:101}") MyBean getObj(); } ``` ``` Error:(16, 12) 错误: Something went wrong: Unexpected error...
Enhancement