likeshop/server/config/captcha.php
2025-07-27 21:42:34 +08:00

7 lines
68 B
PHP

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