like-shop/config/captcha.php
2024-01-16 13:06:20 +08:00

7 lines
68 B
PHP

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