Compare commits
No commits in common. "517f9403c26f73e569404b7a7c0b61fce0ab6d39" and "5ea8feb718cefd447802e3ee092a06ae86de0797" have entirely different histories.
517f9403c2
...
5ea8feb718
@ -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