|
@@ -293,6 +293,7 @@ public class ShiroConfig
|
|
|
// 不需要拦截的访问
|
|
|
filterChainDefinitionMap.put("/hwMeeting/**", "anon");
|
|
|
filterChainDefinitionMap.put("/api/**", "anon");
|
|
|
+ filterChainDefinitionMap.put("/tencentSmsController/**", "anon");
|
|
|
filterChainDefinitionMap.put("/sendMessageController/**", "anon");
|
|
|
filterChainDefinitionMap.put("/login", "anon,captchaValidate");
|
|
|
// 注册相关
|