cali / yuntongxun-sms

v1.2 2016-07-22 15:09 UTC

This package is auto-updated.

Last update: 2024-09-14 03:56:56 UTC


README

composer require cali/yuntongxun-sms

config/app.php

Cali\YuntongxunSms\YuntongxunSmsServiceProvider::class,

在别名字符数组中

'SMS' => Cali\YuntongxunSms\Facade\YuntongxunSms::class,
php artisan vendor:publish

在根目录的 .env 文件内编写配置。

SMS::sendTemplateMessage($templateId, ['param1','param2'], $phone_number})
SMS::voiceVerify('123123','138xxxx')