完善openapi,移除过期sql

This commit is contained in:
EightMonth
2024-12-27 14:23:01 +08:00
parent ee382c0a5b
commit 2b0bedd263
9 changed files with 41 additions and 20 deletions

View File

@ -180,7 +180,7 @@ public class ShiroConfig {
// 企业微信证书排除
filterChainDefinitionMap.put("/WW_verify*", "anon");
filterChainDefinitionMap.put("/openapi/**", "anon");
filterChainDefinitionMap.put("/openapi/call/**", "anon");
// 添加自己的过滤器并且取名为jwt
Map<String, Filter> filterMap = new HashMap<String, Filter>(1);