Files
duolamaojiazhen/config/captcha.php
2025-12-22 13:59:40 +08:00

7 lines
68 B
PHP

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