config.php 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?php
  2. return [
  3. [
  4. 'name' => 'accessKeyId',
  5. 'title' => 'accessKeyId',
  6. 'type' => 'string',
  7. 'content' => [],
  8. 'value' => 'asdasdasd',
  9. 'rule' => 'required',
  10. 'msg' => '',
  11. 'tip' => '',
  12. 'ok' => '',
  13. 'extend' => '',
  14. ],
  15. [
  16. 'name' => 'accessSecret',
  17. 'title' => 'accessSecret',
  18. 'type' => 'string',
  19. 'content' => [],
  20. 'value' => 'asdasdasda',
  21. 'rule' => 'required',
  22. 'msg' => '',
  23. 'tip' => '',
  24. 'ok' => '',
  25. 'extend' => '',
  26. ],
  27. [
  28. 'name' => 'regionId',
  29. 'title' => 'regionId',
  30. 'type' => 'string',
  31. 'content' => [],
  32. 'value' => 'cn-hangzhou',
  33. 'rule' => 'required',
  34. 'msg' => '',
  35. 'tip' => 'cn-hangzhou',
  36. 'ok' => '',
  37. 'extend' => '',
  38. ],
  39. [
  40. 'name' => 'signName',
  41. 'title' => 'signName',
  42. 'type' => 'string',
  43. 'content' => [],
  44. 'value' => 'asdasdasd',
  45. 'rule' => 'required',
  46. 'msg' => '',
  47. 'tip' => 'signName',
  48. 'ok' => '',
  49. 'extend' => '',
  50. ],
  51. [
  52. 'name' => 'templateCode',
  53. 'title' => 'templateCode',
  54. 'type' => 'string',
  55. 'content' => [],
  56. 'value' => '123123',
  57. 'rule' => 'required',
  58. 'msg' => '',
  59. 'tip' => 'templateCode',
  60. 'ok' => '',
  61. 'extend' => '',
  62. ],
  63. ];