feat: 修改bug
This commit is contained in:
parent
598395c81f
commit
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