| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <?php
- declare(strict_types=1);
- return [[
- 'type' => 'input',
- 'title' => 'SecretId',
- 'field' => 'secret_id',
- 'props' => [
- 'placeholder' => '请输入腾讯云API密钥SecretId'
- ],
- '$required' => true,
- '_fc_id' => 'id_Fqgfme9rioxkabc',
- 'name' => 'ref_Fomwme9rioxkacc',
- 'display' => true,
- 'hidden' => false,
- '_fc_drag_tag' => 'input'
- ],
- [
- 'type' => 'input',
- 'title' => 'SecretKey',
- 'field' => 'secret_key',
- 'props' => [
- 'placeholder' => '请输入腾讯云API密钥SecretKey'
- ],
- '$required' => true,
- '_fc_id' => 'id_F06jme9rioxkadc',
- 'name' => 'ref_Fn9lme9rioxkaec',
- 'display' => true,
- 'hidden' => false,
- '_fc_drag_tag' => 'input'
- ],
- [
- 'type' => 'input',
- 'title' => 'AppId',
- 'field' => 'app_id',
- 'props' => [
- 'placeholder' => '请输入短信应用ID'
- ],
- '$required' => true,
- '_fc_id' => 'id_Fua8me9rioxkafc',
- 'name' => 'ref_Flzlme9rioxkagc',
- 'display' => true,
- 'hidden' => false,
- '_fc_drag_tag' => 'input'
- ],
- [
- 'type' => 'input',
- 'title' => 'SignName',
- 'field' => 'sign_name',
- 'props' => [
- 'placeholder' => '请输入短信签名内容'
- ],
- '$required' => true,
- '_fc_id' => 'id_Fdvume9rioxkahc',
- 'name' => 'ref_F7ecme9rioxkaic',
- 'display' => true,
- 'hidden' => false,
- '_fc_drag_tag' => 'input'
- ],
- [
- 'type' => 'input',
- 'title' => 'TemplateId',
- 'field' => 'template_id',
- 'props' => [
- 'placeholder' => '请输入短信模板ID'
- ],
- '$required' => true,
- '_fc_id' => 'id_Fev8me9rioxkajc',
- 'name' => 'ref_Fwj5me9rioxkakc',
- 'display' => true,
- 'hidden' => false,
- '_fc_drag_tag' => 'input'
- ],
- [
- 'type' => 'input',
- 'title' => 'SmsSdkAppId',
- 'field' => 'sms_sdk_app_id',
- 'props' => [
- 'placeholder' => '请输入短信SdkAppId'
- ],
- '$required' => true,
- '_fc_id' => 'id_Fmwkme9rioxkalc',
- 'name' => 'ref_Fm8tme9rioxkamc',
- 'display' => true,
- 'hidden' => false,
- '_fc_drag_tag' => 'input'
- ],
- [
- 'type' => 'input',
- 'title' => 'Endpoint',
- 'field' => 'endpoint',
- 'props' => [
- 'placeholder' => '请输入API请求域名(如:sms.tencentcloudapi.com)'
- ],
- '$required' => true,
- '_fc_id' => 'id_Fj0nme9rioxkanc',
- 'name' => 'ref_Fb2wme9rioxkaoc',
- 'display' => true,
- 'hidden' => false,
- '_fc_drag_tag' => 'input'
- ],
- [
- 'type' => 'input',
- 'title' => 'Region',
- 'field' => 'region',
- 'props' => [
- 'placeholder' => '请输入地域参数(如:ap-guangzhou)'
- ],
- '$required' => true,
- '_fc_id' => 'id_Fwtame9rioxkapc',
- 'name' => 'ref_F3snme9rioxkaqc',
- 'display' => true,
- 'hidden' => false,
- '_fc_drag_tag' => 'input'
- ]
- ];
|