config.php 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?php
  2. declare(strict_types=1);
  3. return [[
  4. 'type' => 'input',
  5. 'title' => 'SecretId',
  6. 'field' => 'secret_id',
  7. 'props' => [
  8. 'placeholder' => '请输入腾讯云API密钥SecretId'
  9. ],
  10. '$required' => true,
  11. '_fc_id' => 'id_Fqgfme9rioxkabc',
  12. 'name' => 'ref_Fomwme9rioxkacc',
  13. 'display' => true,
  14. 'hidden' => false,
  15. '_fc_drag_tag' => 'input'
  16. ],
  17. [
  18. 'type' => 'input',
  19. 'title' => 'SecretKey',
  20. 'field' => 'secret_key',
  21. 'props' => [
  22. 'placeholder' => '请输入腾讯云API密钥SecretKey'
  23. ],
  24. '$required' => true,
  25. '_fc_id' => 'id_F06jme9rioxkadc',
  26. 'name' => 'ref_Fn9lme9rioxkaec',
  27. 'display' => true,
  28. 'hidden' => false,
  29. '_fc_drag_tag' => 'input'
  30. ],
  31. [
  32. 'type' => 'input',
  33. 'title' => 'AppId',
  34. 'field' => 'app_id',
  35. 'props' => [
  36. 'placeholder' => '请输入短信应用ID'
  37. ],
  38. '$required' => true,
  39. '_fc_id' => 'id_Fua8me9rioxkafc',
  40. 'name' => 'ref_Flzlme9rioxkagc',
  41. 'display' => true,
  42. 'hidden' => false,
  43. '_fc_drag_tag' => 'input'
  44. ],
  45. [
  46. 'type' => 'input',
  47. 'title' => 'SignName',
  48. 'field' => 'sign_name',
  49. 'props' => [
  50. 'placeholder' => '请输入短信签名内容'
  51. ],
  52. '$required' => true,
  53. '_fc_id' => 'id_Fdvume9rioxkahc',
  54. 'name' => 'ref_F7ecme9rioxkaic',
  55. 'display' => true,
  56. 'hidden' => false,
  57. '_fc_drag_tag' => 'input'
  58. ],
  59. [
  60. 'type' => 'input',
  61. 'title' => 'TemplateId',
  62. 'field' => 'template_id',
  63. 'props' => [
  64. 'placeholder' => '请输入短信模板ID'
  65. ],
  66. '$required' => true,
  67. '_fc_id' => 'id_Fev8me9rioxkajc',
  68. 'name' => 'ref_Fwj5me9rioxkakc',
  69. 'display' => true,
  70. 'hidden' => false,
  71. '_fc_drag_tag' => 'input'
  72. ],
  73. [
  74. 'type' => 'input',
  75. 'title' => 'SmsSdkAppId',
  76. 'field' => 'sms_sdk_app_id',
  77. 'props' => [
  78. 'placeholder' => '请输入短信SdkAppId'
  79. ],
  80. '$required' => true,
  81. '_fc_id' => 'id_Fmwkme9rioxkalc',
  82. 'name' => 'ref_Fm8tme9rioxkamc',
  83. 'display' => true,
  84. 'hidden' => false,
  85. '_fc_drag_tag' => 'input'
  86. ],
  87. [
  88. 'type' => 'input',
  89. 'title' => 'Endpoint',
  90. 'field' => 'endpoint',
  91. 'props' => [
  92. 'placeholder' => '请输入API请求域名(如:sms.tencentcloudapi.com)'
  93. ],
  94. '$required' => true,
  95. '_fc_id' => 'id_Fj0nme9rioxkanc',
  96. 'name' => 'ref_Fb2wme9rioxkaoc',
  97. 'display' => true,
  98. 'hidden' => false,
  99. '_fc_drag_tag' => 'input'
  100. ],
  101. [
  102. 'type' => 'input',
  103. 'title' => 'Region',
  104. 'field' => 'region',
  105. 'props' => [
  106. 'placeholder' => '请输入地域参数(如:ap-guangzhou)'
  107. ],
  108. '$required' => true,
  109. '_fc_id' => 'id_Fwtame9rioxkapc',
  110. 'name' => 'ref_F3snme9rioxkaqc',
  111. 'display' => true,
  112. 'hidden' => false,
  113. '_fc_drag_tag' => 'input'
  114. ]
  115. ];