41 lines
915 B
PHP
41 lines
915 B
PHP
<?php
|
|
|
|
return [
|
|
[
|
|
'name' => 'username',
|
|
'title' => '短信宝账号',
|
|
'type' => 'string',
|
|
'content' => [],
|
|
'value' => 'mutouwl',
|
|
'rule' => 'required',
|
|
'msg' => '',
|
|
'tip' => '',
|
|
'ok' => '',
|
|
'extend' => '',
|
|
],
|
|
[
|
|
'name' => 'password',
|
|
'title' => '短信宝密码',
|
|
'type' => 'string',
|
|
'content' => [],
|
|
'value' => '033bdc5cfae64341adfb9fb53cce9da7',
|
|
'rule' => 'required',
|
|
'msg' => '',
|
|
'tip' => '',
|
|
'ok' => '',
|
|
'extend' => '',
|
|
],
|
|
[
|
|
'name' => 'sign',
|
|
'title' => '短信签名',
|
|
'type' => 'string',
|
|
'content' => [],
|
|
'value' => '【员工量化论坛】',
|
|
'rule' => 'required',
|
|
'msg' => '',
|
|
'tip' => '例如【短信宝】',
|
|
'ok' => '',
|
|
'extend' => '',
|
|
],
|
|
];
|