You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ymww_backend/addons/alisms/config.php

74 lines
1.8 KiB

1 year ago
<?php
return [
[
'name' => 'key',
'title' => '应用key',
'type' => 'string',
'content' => [],
1 year ago
'value' => 'LTAI5tPGGohByohCiS3TmHNA',
1 year ago
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
[
'name' => 'secret',
'title' => '密钥secret',
'type' => 'string',
'content' => [],
1 year ago
'value' => 'j4rMmZm8YmfuQbVOIoYXenJMENmebZ',
1 year ago
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
[
'name' => 'sign',
'title' => '签名',
'type' => 'string',
'content' => [],
1 year ago
'value' => '一鸣网络',
1 year ago
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
[
'name' => 'template',
'title' => '短信模板',
'type' => 'array',
'content' => [],
'value' => [
1 year ago
'register' => 'SMS_288490555',
'resetpwd' => 'SMS_288490555',
'changepwd' => 'SMS_288490555',
'changemobile' => 'SMS_288490555',
'profile' => 'SMS_288490555',
'notice' => 'SMS_288490555',
'mobilelogin' => 'SMS_288490555',
'bind' => 'SMS_288490555',
1 year ago
],
'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' => '',
],
];