colly_wyx
2018-06-13 e4d5467f055ece8cc9dfdc02dd836bcc187034a5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * 短信配置
 */
return array(
 
    'alidayu' => array(
        //短信签名
        'sign_name' => '七星博士',
 
        //模版列表
        'templates' => array(
            'register' => '71245307',
            'resetPwd' => '71245307'
        )
    )
);