月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-07-18 340ed663ca8d8d14f29dc958c0a50103955c879c
src/main/java/com/moon/server/entity/all/StaticData.java
@@ -14,7 +14,7 @@
    /**
     * 权限排除路径:/proxy,要求全部小写
     */
    public static String[] EXCLUDE_PATH = new String[]{"/sign/", "/perms/", "/fmeit/", "/crds/", "/floatserver/", "/wmts/select", "/onemap/", "/swagger", "/error"};
    public static String[] EXCLUDE_PATH = new String[]{"/sign/", "/perms/", "/floatserver/", "/proxy/", "/swagger", "/error"};
    public final static int TWO = 2;
@@ -50,6 +50,8 @@
    public static final int I90_NEG = -90;
    public static final int I120 = 120;
    public static final int I180 = 180;
    public static final int I180_NEG = -180;
@@ -59,6 +61,8 @@
    public static final int I2050 = 2050;
    public static final int I4490 = 4490;
    public static final int I104903 = 104903;
    /**
     * 字符1
@@ -80,6 +84,8 @@
     */
    public final static String COMMA = ",";
    public final static String AK = "?ak=";
    /**
     * 单引号
     */
@@ -87,6 +93,8 @@
    public final static String BBOREHOLE = "bborehole";
    public final static String TEXT_XML = "text/xml";
    /**
     * 正斜杠
     */