关于 overtrue/easy-sms 在 Laravel 中使用阿里云发送短信的一些疑问
overtrue/easy-sms 在laravel中的配置文件如何创建,就像laravel-wechat中的
php artisan vendor:publish --provider="Overtrue\LaravelWeChat\ServiceProvider"
还需要在config/app.php中添加如:
'EasyWeChat' => Overtrue\LaravelWeChat\Facade::class,
吗?
阿里云支持群发短信吗?
overtrue/easy-sms 在laravel中的配置文件如何创建,就像laravel-wechat中的
还需要在config/app.php中添加如:
吗?
阿里云支持群发短信吗?
为什么有些时候发不成功 提示 All the gateways have failed. You can get error details by $exception->getExceptions(), 但有时却成功了
好吧。谢谢了,您也遇见此情况吗?
阿里云的产品有自己的sdk。用的也还可以。