zhou zhou
昨天 0a1d91e42e6c5af96e1108e9ebcc37e99eb3b22c
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;
        }
    }