rsf-open-api/src/main/java/com/vincent/rsf/openApi/config/PlatformProperties.java
@@ -114,6 +114,10 @@ public String getMesUrl() { return host + (StringUtils.isBlank(port) ? "" : ":" + port + "/"); } public String getMesUrlNoPort() { return host; } }