From 9ac1fe00d9a17f1bd12864ab5921a44e240e834f Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Tue, 25 Mar 2025 10:36:23 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=AA=8C=E8=AF=81=E7=A0=81?= =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=A7=E5=B0=8F=E5=86=99=E5=8C=BA=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/captcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/captcha.php b/config/captcha.php index e1f41ee2..02d591cb 100644 --- a/config/captcha.php +++ b/config/captcha.php @@ -7,7 +7,7 @@ return [ //验证码位数 'length' => 5, // 验证码字符集合 - 'codeSet' => '2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY', + 'codeSet' => '0123456789abcdefghijklmnopqrstuvwxyz', // 验证码过期时间 'expire' => 300, // 是否使用中文验证码