feat: 新增验证码接口

This commit is contained in:
2024-12-31 18:05:45 +08:00
parent 50ba08f2b3
commit 824d1cf8c2
5 changed files with 68 additions and 17 deletions

View File

@@ -9,9 +9,9 @@ return [
// SESSION_ID的提交变量,解决flash上传跨域
'var_session_id' => '',
// 驱动方式 支持file cache
'type' => 'file',
'type' => 'cache',
// 存储连接标识 当type使用cache的时候有效
'store' => null,
'store' => 'redis',
// 过期时间
'expire' => 1440,
// 前缀