config.php 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?php
  2. return [
  3. [
  4. 'name' => 'key',
  5. 'title' => '应用key',
  6. 'type' => 'string',
  7. 'content' => [],
  8. 'value' => 'LTAI4G5ZYnQBzJnbE8GJArHA',
  9. 'rule' => 'required',
  10. 'msg' => '',
  11. 'tip' => '',
  12. 'ok' => '',
  13. 'extend' => '',
  14. ],
  15. [
  16. 'name' => 'secret',
  17. 'title' => '密钥secret',
  18. 'type' => 'string',
  19. 'content' => [],
  20. 'value' => 'ZFCRO5PEx6hV7n6lYkXvnZE8jaabyc',
  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. [
  40. 'name' => 'template',
  41. 'title' => '短信模板',
  42. 'type' => 'array',
  43. 'content' => [],
  44. 'value' => [
  45. 'register' => 'SMS_205335568',
  46. 'resetpwd' => 'SMS_205335568',
  47. 'changepwd' => 'SMS_205335568',
  48. 'changemobile' => 'SMS_205335568',
  49. 'profile' => 'SMS_205335568',
  50. 'notice' => 'SMS_231443238',
  51. ],
  52. 'rule' => 'required',
  53. 'msg' => '',
  54. 'tip' => '',
  55. 'ok' => '',
  56. 'extend' => '',
  57. ],
  58. [
  59. 'name' => '__tips__',
  60. 'title' => '温馨提示',
  61. 'type' => 'string',
  62. 'content' => [],
  63. 'value' => '应用key和密钥你可以通过 https://ak-console.aliyun.com/?spm=a2c4g.11186623.2.13.fd315777PX3tjy#/accesskey 获取',
  64. 'rule' => 'required',
  65. 'msg' => '',
  66. 'tip' => '',
  67. 'ok' => '',
  68. 'extend' => '',
  69. ],
  70. ];