Skip to content

zds-s/thinkphp-sms-tencent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thinkphp6 腾讯云 sms 驱动

修改配置文件 config/sms.php


return [
    'default'=>env('sms.default','aliyun'),
    'drives'=>[
        'tencent'=>[
            'type'=>'Tencent',
            'region'=>null,//地域
            'secretId'=>null,//
            'secretKey'=>null,//
            'endpoint'=>null,//
        ]
    ]
];