|
@@ -120,7 +120,7 @@ public class SysUserFacade extends SysUserServiceImpl {
|
|
|
ImageCaptchaDTO base64ForWeb = ImageCaptchaUtil.createBase64ForWeb(new ImageCaptchaParams());
|
|
|
String key = UUID.randomUUID().toString();
|
|
|
base64ForWeb.setCaptchaId(key);
|
|
|
- redisUtils.set(key, base64ForWeb.getWords(), 60*3);
|
|
|
+ redisUtils.set(key, base64ForWeb.getWords(), 60*2);
|
|
|
return base64ForWeb;
|
|
|
};
|
|
|
|