feat: 新增验证码接口
This commit is contained in:
@@ -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,
|
||||
// 前缀
|
||||
|
||||
Reference in New Issue
Block a user