Commit fe3b98a4 by 周晓航

测试controller

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 4ea2e54e
...@@ -192,7 +192,7 @@ public class WeChatLiveMsgHandle { ...@@ -192,7 +192,7 @@ public class WeChatLiveMsgHandle {
private void putRedis(String redisKey, String accessToken) { private void putRedis(String redisKey, String accessToken) {
// 存redis + 过期时间 // 存redis + 过期时间
redisCache.save(redisKey, accessToken); redisCache.save(redisKey, accessToken);
redisCache.updateTTL(redisKey, 2, TimeUnit.HOURS); redisCache.updateTTL(redisKey, 2, TimeUnit.MICROSECONDS);
} }
/** /**
......
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