| | |
| | | package com.terra.common.entity.all; |
| | | |
| | | import com.alibaba.fastjson.JSON; |
| | | import com.terra.common.entity.all.HttpStatus; |
| | | import com.alibaba.fastjson2.JSON; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.Arrays; |
| | |
| | | /** |
| | | * 权限排除路径:/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/", "/wmts/select", "/v3/api-docs", "/swagger", "/error"}; |
| | | |
| | | public final static int I1 = 1; |
| | | |