新增按id查询起草组信息(免token)

This commit is contained in:
sunzheng
2024-01-12 15:04:54 +08:00
parent b9f2444ac2
commit d61c7fab8c
2 changed files with 31 additions and 0 deletions
@@ -201,6 +201,11 @@ public class ShiroConfig {
// 快递100-快递信息
filterChainDefinitionMap.put("/mail/postInfo/queryInfo","anon");
// 起草组报名-按照id查询
filterChainDefinitionMap.put("/drafting/payDraftingGroup/applyQueryById","anon");
// 起草组报名-提交信息
filterChainDefinitionMap.put("/drafting/payDraftingGroupSubitem/addByQRCode","anon");
// 添加自己的过滤器并且取名为jwt
Map<String, Filter> filterMap = new HashMap<String, Filter>(1);
//如果cloudServer为空 则说明是单体 需要加载跨域配置