|
|
|
@@ -79,7 +79,7 @@ public class WxCUserServiceImpl implements WxCUserService { |
|
|
|
} |
|
|
|
WxCUser user = wxCUserMapper.findByToken(token); |
|
|
|
// 插入缓存 |
|
|
|
operations.set(key, user, BaseConstant.EXPIRE, TimeUnit.SECONDS); |
|
|
|
operations.set(key, user, 3600, TimeUnit.SECONDS); |
|
|
|
|
|
|
|
return user; |
|
|
|
} |
|
|
|
|