| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 | 
							- <?php
 
- return [
 
-     [
 
-         'name' => 'key',
 
-         'title' => '应用key',
 
-         'type' => 'string',
 
-         'content' => [],
 
-         'value' => 'LTAI5tJhtZsPFELiNFskbDWx',
 
-         'rule' => 'required',
 
-         'msg' => '',
 
-         'tip' => '',
 
-         'ok' => '',
 
-         'extend' => '',
 
-     ],
 
-     [
 
-         'name' => 'secret',
 
-         'title' => '密钥secret',
 
-         'type' => 'string',
 
-         'content' => [],
 
-         'value' => 'wBxojKDMnpgaH6BmknUM3SBoR7cMGZ',
 
-         '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' => [
 
-             'login' => 'SMS_227625289',
 
-             'resetpwd' => 'SMS_114000000',
 
-             'changepwd' => 'SMS_114000000',
 
-             'changemobile' => 'SMS_114000000',
 
-             'profile' => 'SMS_114000000',
 
-             'notice' => 'SMS_114000000',
 
-         ],
 
-         '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' => '',
 
-     ],
 
- ];
 
 
  |