cxybn/config/captcha.php
2023-10-23 16:11:09 +08:00

7 lines
68 B
PHP

<?php
return [
"length" => 4,
'codeSet' => '123456789',
];