mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-16 21:56:15 +08:00
调整验证码
This commit is contained in:
@@ -35,7 +35,7 @@ public class SmsNotice {
|
||||
// 1=业务通知, 2=验证码
|
||||
if (noticeSetting.getType() == 2 && StringUtil.isNotNull(params.get("code"))) {
|
||||
String code = params.get("code").toLowerCase();
|
||||
RedisUtil.set(GlobalConfig.redisSmsCode+mobile, code);
|
||||
RedisUtil.set(GlobalConfig.redisSmsCode+scene+":"+mobile, code);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user