refactor: 验证码去除大小写区别

This commit is contained in:
2025-03-25 10:36:23 +08:00
parent e5b2e1f552
commit 2418cb8acd

View File

@@ -7,7 +7,7 @@ return [
//验证码位数
'length' => 5,
// 验证码字符集合
'codeSet' => '2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY',
'codeSet' => '0123456789abcdefghijklmnopqrstuvwxyz',
// 验证码过期时间
'expire' => 300,
// 是否使用中文验证码