1
1 天以前 64c076641c56b857fa78f6d9401f070591094569
rsf-server/src/main/java/com/vincent/rsf/server/api/config/RemotesInfoProperties.java
@@ -54,6 +54,20 @@
    }
    @Data
    @Configuration
    @ConfigurationProperties(prefix = "platform.open.api")
    public class WmsOpenApi {
        /**
         * 调用路径
         */
        private String host;
        /**调用端口**/
        private String port;
    }
    public String getBaseUrl() {
        return  this.host + ":" + this.port + "/" + this.prePath;