初始化项目:添加后端代码、ThinkPHP框架、前端资源
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
<?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' => '',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user