refactor: 修改验证码接口及登录接口

This commit is contained in:
2025-01-02 16:22:58 +08:00
parent 6d158717d0
commit 10a636f7d5
8 changed files with 109 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ return [
// 验证码字符集合
'codeSet' => '2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY',
// 验证码过期时间
'expire' => 1800,
'expire' => 300,
// 是否使用中文验证码
'useZh' => false,
// 是否使用算术验证码