更新v3.8.2 功能清单

This commit is contained in:
JEECG
2025-07-31 17:56:40 +08:00
parent f30a8c658a
commit 7a9f357510
2 changed files with 19 additions and 14 deletions

View File

@ -187,9 +187,7 @@ public class ShiroConfig {
filterChainDefinitionMap.put("/error", "anon");
// 企业微信证书排除
filterChainDefinitionMap.put("/WW_verify*", "anon");
filterChainDefinitionMap.put("/openapi/call/**", "anon");
// 添加自己的过滤器并且取名为jwt
Map<String, Filter> filterMap = new HashMap<String, Filter>(1);
//如果cloudServer为空 则说明是单体 需要加载跨域配置【微服务跨域切换】