|
final String cacheKeyVerifyCode = String.format(CACHE_KEY_VERIFY_CODE, rootOrgId, accountValue);
|
|
final String cacheKeyVerifyCode = String.format(CACHE_KEY_VERIFY_CODE, rootOrgId, accountValue);
|
|
redisClient.set(cacheKeyVerifyCode, cacheBean, 60);// N秒
|
|
redisClient.set(cacheKeyVerifyCode, cacheBean, 60);// N秒
|