Compare commits
2 Commits
5ea8feb718
...
517f9403c2
Author | SHA1 | Date | |
---|---|---|---|
517f9403c2 | |||
df085e9188 |
@ -160,7 +160,7 @@ public class RestProxyInvoker implements InvocationHandler, PropertiesConfigurab
|
||||
// 设置客户端
|
||||
client.setClient(registry.getProvider());
|
||||
// 是否对结果进行映射
|
||||
boolean map = null != mapping && method.isBare();
|
||||
boolean map = null != mapping && !method.isBare();
|
||||
// 执行请求
|
||||
Object result = execute(client, method, map);
|
||||
// 结果映射
|
||||
|
Loading…
Reference in New Issue
Block a user