template_code.php 580 B

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. 'update' => [
  4. 'field' => [
  5. 'type' => [
  6. 'type' => 'select',
  7. ],
  8. 'timeout' => [
  9. 'desc' => '单位为秒数',
  10. ],
  11. 'length' => [
  12. 'desc' => '设置验证码生成的长度',
  13. ],
  14. 'total' => [
  15. 'desc' => '设置每天可以发送的最大次数',
  16. ],
  17. 'interval' => [
  18. 'desc' => '单位为秒数,填写60就是每60秒可以发送一次',
  19. ],
  20. ],
  21. ],
  22. ];