|
@@ -96,7 +96,7 @@ public class WxTokenService
|
|
|
// 解析对应的权限以及用户信息
|
|
|
String uuid = (String) claims.get(Constants.WX_LOGIN_USER_KEY);
|
|
|
if(!iUserLoginKeyService.queryByUserKey(uuid)){
|
|
|
- throw new BaseException(null,"409",null,"已被踢下线");
|
|
|
+ throw new CustomException("已被踢下线",409);
|
|
|
}
|
|
|
String userKey = getTokenKey(uuid);
|
|
|
ClientLoginUser user = redisCache.getCacheObject(userKey);
|