DYL0109
2025-02-08 bb84db0151861de25ef1f7ab11c9c04d64e50e46
zhitan-common/src/main/java/com/zhitan/common/config/BaseConfig.java
@@ -119,4 +119,8 @@
    {
        return getProfile() + "/upload";
    }
    public static String getConfigurePath() {
        return getProfile() + "/configure";
    }
}