|
|
@@ -73,7 +73,7 @@ public class GuomiApi {
|
|
|
Object data = resultLinked.get("data");
|
|
|
String token = TOKEN_PREFIX+data.toString();
|
|
|
//将token 存入redis中
|
|
|
- redisTemplate.opsForValue().set(Constants.guomi_send_token,token, 3500, TimeUnit.DAYS);
|
|
|
+ redisTemplate.opsForValue().set(Constants.guomi_send_token,token, 350, TimeUnit.DAYS);
|
|
|
// RedisUtils.setCacheObject(Constants.guomi_send_token,token, Duration.ofDays(350));
|
|
|
return token;
|
|
|
}
|