|
@ -80,7 +80,7 @@ public class RedisThird { |
|
|
*/ |
|
|
*/ |
|
|
public void setAuthorizerRefreshToken(AuthorizationInfoFormDTO authInfoDTO){ |
|
|
public void setAuthorizerRefreshToken(AuthorizationInfoFormDTO authInfoDTO){ |
|
|
Map<String, Object> map = BeanUtil.beanToMap(authInfoDTO, false, true); |
|
|
Map<String, Object> map = BeanUtil.beanToMap(authInfoDTO, false, true); |
|
|
String key = ThirdRedisKeyConstant.AUTHORIZER_REFRESH_TOKEN_REDIS_KEY + ThirdRedisKeyConstant.COLON + authInfoDTO.getCustomerId()+ThirdRedisKeyConstant.COLON+authInfoDTO.getClientType(); |
|
|
String key = ThirdRedisKeyConstant.AUTHORIZER_REFRESH_TOKEN_REDIS_KEY + authInfoDTO.getCustomerId()+ThirdRedisKeyConstant.COLON+authInfoDTO.getClientType(); |
|
|
redisUtils.hMSet(key, map,NOT_EXPIRE); |
|
|
redisUtils.hMSet(key, map,NOT_EXPIRE); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|