|
@@ -0,0 +1,90 @@
|
|
|
|
|
+<?php
|
|
|
|
|
+declare(strict_types=1);
|
|
|
|
|
+
|
|
|
|
|
+return [[
|
|
|
|
|
+ 'type' => 'input',
|
|
|
|
|
+ 'title' => 'AccessKey ID',
|
|
|
|
|
+ 'field' => 'access_key_id',
|
|
|
|
|
+ 'props' => [
|
|
|
|
|
+ 'placeholder' => '请输入阿里云AccessKey ID'
|
|
|
|
|
+ ],
|
|
|
|
|
+ '$required' => true,
|
|
|
|
|
+ '_fc_id' => 'id_Fov2me9qr7b0abc',
|
|
|
|
|
+ 'name' => 'ref_Fyhwme9qr7b0acc',
|
|
|
|
|
+ '_fc_drag_tag' => 'input',
|
|
|
|
|
+ 'display' => true,
|
|
|
|
|
+ 'hidden' => false
|
|
|
|
|
+],
|
|
|
|
|
+ [
|
|
|
|
|
+ 'type' => 'input',
|
|
|
|
|
+ 'title' => 'AccessKey Secret',
|
|
|
|
|
+ 'field' => 'access_key_secret',
|
|
|
|
|
+ 'props' => [
|
|
|
|
|
+ 'placeholder' => '请输入阿里云AccessKey Secret',
|
|
|
|
|
+ 'type' => 'password'
|
|
|
|
|
+ ],
|
|
|
|
|
+ '$required' => true,
|
|
|
|
|
+ '_fc_id' => 'id_Fbixme9qr7b0adc',
|
|
|
|
|
+ 'name' => 'ref_Fm5zme9qr7b0aec',
|
|
|
|
|
+ '_fc_drag_tag' => 'input',
|
|
|
|
|
+ 'display' => true,
|
|
|
|
|
+ 'hidden' => false
|
|
|
|
|
+ ],
|
|
|
|
|
+ [
|
|
|
|
|
+ 'type' => 'input',
|
|
|
|
|
+ 'title' => 'Endpoint',
|
|
|
|
|
+ 'field' => 'endpoint',
|
|
|
|
|
+ 'props' => [
|
|
|
|
|
+ 'placeholder' => '例如:dysmsapi.aliyuncs.com'
|
|
|
|
|
+ ],
|
|
|
|
|
+ '$required' => true,
|
|
|
|
|
+ '_fc_id' => 'id_Fvw7me9qr7b0afc',
|
|
|
|
|
+ 'name' => 'ref_Fwbyme9qr7b0agc',
|
|
|
|
|
+ '_fc_drag_tag' => 'input',
|
|
|
|
|
+ 'display' => true,
|
|
|
|
|
+ 'hidden' => false
|
|
|
|
|
+ ],
|
|
|
|
|
+ [
|
|
|
|
|
+ 'type' => 'input',
|
|
|
|
|
+ 'title' => '签名名称',
|
|
|
|
|
+ 'field' => 'sign_name',
|
|
|
|
|
+ 'props' => [
|
|
|
|
|
+ 'placeholder' => '请输入短信签名名称'
|
|
|
|
|
+ ],
|
|
|
|
|
+ '$required' => true,
|
|
|
|
|
+ '_fc_id' => 'id_Fcrbme9qr7b0ahc',
|
|
|
|
|
+ 'name' => 'ref_F3z5me9qr7b0aic',
|
|
|
|
|
+ '_fc_drag_tag' => 'input',
|
|
|
|
|
+ 'display' => true,
|
|
|
|
|
+ 'hidden' => false
|
|
|
|
|
+ ],
|
|
|
|
|
+ [
|
|
|
|
|
+ 'type' => 'input',
|
|
|
|
|
+ 'title' => '模板CODE',
|
|
|
|
|
+ 'field' => 'template_code',
|
|
|
|
|
+ 'props' => [
|
|
|
|
|
+ 'placeholder' => '请输入短信模板CODE'
|
|
|
|
|
+ ],
|
|
|
|
|
+ '$required' => true,
|
|
|
|
|
+ '_fc_id' => 'id_Fkzdme9qr7b0ajc',
|
|
|
|
|
+ 'name' => 'ref_Fo1ome9qr7b0akc',
|
|
|
|
|
+ '_fc_drag_tag' => 'input',
|
|
|
|
|
+ 'display' => true,
|
|
|
|
|
+ 'hidden' => false
|
|
|
|
|
+ ],
|
|
|
|
|
+ [
|
|
|
|
|
+ 'type' => 'inputNumber',
|
|
|
|
|
+ 'title' => '有效期(分钟)',
|
|
|
|
|
+ 'field' => 'expire_time',
|
|
|
|
|
+ 'props' => [
|
|
|
|
|
+ 'min' => 1,
|
|
|
|
|
+ 'placeholder' => '验证码有效期'
|
|
|
|
|
+ ],
|
|
|
|
|
+ '$required' => true,
|
|
|
|
|
+ '_fc_id' => 'id_F2l9me9qr7b0alc',
|
|
|
|
|
+ 'name' => 'ref_Fq34me9qr7b0amc',
|
|
|
|
|
+ '_fc_drag_tag' => 'inputNumber',
|
|
|
|
|
+ 'display' => true,
|
|
|
|
|
+ 'hidden' => false
|
|
|
|
|
+ ]
|
|
|
|
|
+];
|