1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?php
- return [
- [
- 'name' => 'key',
- 'title' => '应用key',
- 'type' => 'string',
- 'content' => [],
- 'value' => 'LTAI4G5ZYnQBzJnbE8GJArHA',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'secret',
- 'title' => '密钥secret',
- 'type' => 'string',
- 'content' => [],
- 'value' => 'ZFCRO5PEx6hV7n6lYkXvnZE8jaabyc',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'sign',
- 'title' => '签名',
- 'type' => 'string',
- 'content' => [],
- 'value' => '南京风玲网络科技有限公司',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'template',
- 'title' => '短信模板',
- 'type' => 'array',
- 'content' => [],
- 'value' => [
- 'register' => 'SMS_205335568',
- 'resetpwd' => 'SMS_205335568',
- 'changepwd' => 'SMS_205335568',
- 'changemobile' => 'SMS_205335568',
- 'profile' => 'SMS_205335568',
- 'notice' => 'SMS_231443238',
- ],
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => '__tips__',
- 'title' => '温馨提示',
- 'type' => 'string',
- 'content' => [],
- 'value' => '应用key和密钥你可以通过 https://ak-console.aliyun.com/?spm=a2c4g.11186623.2.13.fd315777PX3tjy#/accesskey 获取',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '',
- 'ok' => '',
- 'extend' => '',
- ],
- ];
|