新增按id查询起草组信息(免token)
This commit is contained in:
+5
@@ -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为空 则说明是单体 需要加载跨域配置
|
||||
|
||||
Reference in New Issue
Block a user