death_satan/thinkphp-sms-tencent

1.0.1 2021-08-19 17:41 UTC

This package is auto-updated.

Last update: 2024-04-20 11:52:20 UTC


README

修改配置文件 config/sms.php

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