Commit 852a4c31 authored by hezhen's avatar hezhen

123

parent d65f166c
...@@ -1538,6 +1538,9 @@ public class AppPermissionService { ...@@ -1538,6 +1538,9 @@ public class AppPermissionService {
log.info("---token为空------uuId==="+uuId); log.info("---token为空------uuId==="+uuId);
throw new BaseException("未扫码登录",ResultCode.NULL_CODE); throw new BaseException("未扫码登录",ResultCode.NULL_CODE);
} }
userRedisTemplate.delete(RedisKey.CONSTANT_AUTHLOGIN_PREFIX + mobilecodeRedis);
userRedisTemplate.delete(RedisKey.CONSTANT_AUTHLOGIN_CODE_PREFIX + mobilecodeRedis);
userRedisTemplate.delete(redisLockKey);
return mobilecodeRedis; return mobilecodeRedis;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment