parent
f01cd59bf7
commit
5df146e26b
@ -146,7 +146,7 @@ public class NamingProxy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
throw new IOException("failed to req API: " + "http://" + server + ApplicationUtils.getContextPath()
|
throw new IOException("failed to req API: " + "http://" + server + ApplicationUtils.getContextPath()
|
||||||
+ UtilsAndCommons.NACOS_NAMING_CONTEXT + DATA_GET_URL + ". code: " + result.getCode() + " msg: "
|
+ UtilsAndCommons.NACOS_NAMING_CONTEXT + ALL_DATA_GET_URL + ". code: " + result.getCode() + " msg: "
|
||||||
+ result.getMessage());
|
+ result.getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user