fastadmin/addons/alisms/config.php

70 lines
1.2 KiB
PHP

<?php
return array (
0 =>
array (
'name' => 'key',
'title' => '应用key',
'type' => 'string',
'content' =>
array (
),
'value' => 'LTAIrWkYK52SWqlA',
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
),
1 =>
array (
'name' => 'secret',
'title' => '密钥secret',
'type' => 'string',
'content' =>
array (
),
'value' => 'mAoToIZsRvuzM1n1Z66uj5cQctawCX',
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
),
2 =>
array (
'name' => 'sign',
'title' => '签名',
'type' => 'string',
'content' =>
array (
),
'value' => '吉泰隆',
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
),
3 =>
array (
'name' => 'template',
'title' => '短信模板',
'type' => 'array',
'content' =>
array (
),
'value' =>
array (
'register' => 'SMS_114000000',
'resetpwd' => '',
'changepwd' => 'SMS_114000000',
),
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
),
);