Commit 436d70914a3571ebaae75c4122d6bbd5109012b8
1 parent
de3ae7109e
Exists in
master
and in
1 other branch
SmsConfigModel 过滤掉不同步
Showing 1 changed file with 1 additions and 3 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/inteceptor/TokenValidateInteceptor.java
View file @
436d709
... | ... | @@ -46,9 +46,7 @@ |
46 | 46 | if (null == clientRequired) |
47 | 47 | return true; |
48 | 48 | |
49 | - validateToken(request, response); | |
50 | - | |
51 | - return true; | |
49 | + return validateToken(request, response); | |
52 | 50 | } |
53 | 51 | |
54 | 52 | private <T extends Annotation> T findAnnotation(HandlerMethod handler, Class<T> annotationType) { |