This commit is contained in:
gongfuxiang
2023-08-27 16:59:15 +08:00
parent dff4d19e23
commit 636daec54b
1431 changed files with 14160 additions and 231820 deletions

View File

@ -164,6 +164,7 @@ class User extends Common
'width' => 100,
'height' => 28,
'key_prefix' => input('type', 'user_reg'),
'expire_time' => MyC('common_verify_expire_time'),
];
$verify = new \base\Verify($params);
$verify->Entry();