1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
| <?php
|
| return [
| [
| 'name' => 'key',
| 'title' => '应用key',
| 'type' => 'string',
| 'content' => [],
| 'value' => 'LTAI5tAJz8ufW9Uh934Kbo8y',
| 'rule' => 'required',
| 'msg' => '',
| 'tip' => '',
| 'ok' => '',
| 'extend' => '',
| ],
| [
| 'name' => 'secret',
| 'title' => '密钥secret',
| 'type' => 'string',
| 'content' => [],
| 'value' => 'Nvs8m3Q70pvLaSDBNeyeylUpcrjOjA',
| '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_277225620',
| 'resetpwd' => 'SMS_277225620',
| 'changepwd' => 'SMS_277225620',
| 'changemobile' => 'SMS_277225620',
| 'profile' => 'SMS_277225620',
| 'notice' => 'SMS_277225620',
| 'mobilelogin' => 'SMS_277225620',
| 'bind' => 'SMS_277225620',
| ],
| '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' => '',
| ],
| ];
|
|