|
@@ -150,7 +150,7 @@ public class GigSignCertReceiver extends BaseRabbiMqHandler<String> {
|
|
|
|
|
|
// 本次结果存入redis
|
|
|
redisTemplate.opsForValue().set(CacheConstants.USER_SIGN_CERT_RESPONSE_KEY + user.getUserId(),
|
|
|
- JSONUtil.toJsonStr(subjectTypes), 10, TimeUnit.MINUTES);
|
|
|
+ JSONUtil.toJsonStr(subjectTypes), 1, TimeUnit.MINUTES);
|
|
|
}
|
|
|
}
|
|
|
}
|