srms接口修改

This commit is contained in:
梁琦涛
2024-01-29 19:23:33 +08:00
parent 23240f3f49
commit 05d00a906a
6 changed files with 135 additions and 82 deletions
@@ -152,6 +152,14 @@ public class ShiroConfig {
// 获取token
filterChainDefinitionMap.put("/srms/getByToken", "anon");
// 标准法规文档查询
filterChainDefinitionMap.put("/srms/getByLawsFileList", "anon");
// 设计导航-产品设计条款查询
filterChainDefinitionMap.put("/srms/getByLawsProductDesign", "anon");
// 获取所有体系数据
filterChainDefinitionMap.put("/srms/getByLawsSystem", "anon");
// 分页查询标准数据
filterChainDefinitionMap.put("/srms/getByLawsStandardPage", "anon");
// 添加自己的过滤器并且取名为jwt
Map<String, Filter> filterMap = new HashMap<>(1);