123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?php
- return [
- [
- 'name' => 'key',
- 'title' => '应用key',
- 'type' => 'string',
- 'content' => [],
- 'value' => 'LTAI5tK4y3apBbaLnjF9GEzj',
- 'rule' => 'required',
- 'msg' => '',
- 'tip' => '',
- 'ok' => '',
- 'extend' => '',
- ],
- [
- 'name' => 'secret',
- 'title' => '密钥secret',
- 'type' => 'string',
- 'content' => [],
- 'value' => 'IntW86oUPtVBQdhfiD1s1O1w1MKHSS',
- '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_238135626',
- ],
- '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' => '',
- ],
- ];
|