Browse Source

获取人群预估数量接口

zhouzeyu@c-top.com.cn 3 years ago
parent
commit
d14f658ca7

+ 1 - 1
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/config/shiro/ShiroConfig.java

@@ -220,7 +220,7 @@ public class ShiroConfig {
         filterChainDefinitionMap.put("/settLementFileController/**", "anon");
         filterChainDefinitionMap.put("/ctop/projectMember/**", "anon");
         filterChainDefinitionMap.put("/agent/**", "anon");
-
+        filterChainDefinitionMap.put("/estimatePepoleNumber/**", "anon");
 
         // 添加自己的过滤器并且取名为jwt
         Map<String, Filter> filterMap = new HashMap<>(1);