config.php 888 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. return [
  3. [
  4. 'name' => 'username',
  5. 'title' => '短信宝账号',
  6. 'type' => 'string',
  7. 'content' => [],
  8. 'value' => '123456xiao',
  9. 'rule' => 'required',
  10. 'msg' => '',
  11. 'tip' => '',
  12. 'ok' => '',
  13. 'extend' => '',
  14. ],
  15. [
  16. 'name' => 'password',
  17. 'title' => '短信宝密码',
  18. 'type' => 'string',
  19. 'content' => [],
  20. 'value' => 'mh123123',
  21. 'rule' => 'required',
  22. 'msg' => '',
  23. 'tip' => '',
  24. 'ok' => '',
  25. 'extend' => '',
  26. ],
  27. [
  28. 'name' => 'sign',
  29. 'title' => '短信签名',
  30. 'type' => 'string',
  31. 'content' => [],
  32. 'value' => '【盲盒商城】',
  33. 'rule' => 'required',
  34. 'msg' => '',
  35. 'tip' => '例如【短信宝】',
  36. 'ok' => '',
  37. 'extend' => '',
  38. ],
  39. ];