|
|
@ -36,8 +36,9 @@ public class JwtIntercept implements HandlerInterceptor {
|
|
|
|
String idendity=tokenResult.getIdendity();
|
|
|
|
String idendity=tokenResult.getIdendity();
|
|
|
|
//根据手机号 和身份类型 查询
|
|
|
|
//根据手机号 和身份类型 查询
|
|
|
|
String s = stringRedisTemplate.opsForValue().get(PassengerConsonant.phoneNumberTokenPreKey + phone + idendity);
|
|
|
|
String s = stringRedisTemplate.opsForValue().get(PassengerConsonant.phoneNumberTokenPreKey + phone + idendity);
|
|
|
|
if(StringUtils.isNotBlank(s)){
|
|
|
|
if(StringUtils.isBlank(s)){
|
|
|
|
//token 有效
|
|
|
|
//token 无效
|
|
|
|
|
|
|
|
result =false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|