1
1 天以前 b2deb1cc93b3d2c3fb9dc795e3589e1c62329a8f
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;
        }
    }