zhou zhou
2 天以前 1194038279d8a378f2ce7cbea59a32d753becbf8
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;
        }
    }