提交 34ee70d2 编写于 作者: O overtrue

📖 Update readme.

上级 103c8df3
......@@ -240,6 +240,8 @@ $easySms->send(13188888888, $message);
### [阿里云](https://www.aliyun.com/)
短信内容使用 `template` + `data`
```php
'aliyun' => [
'access_key_id' => '',
......@@ -250,6 +252,8 @@ $easySms->send(13188888888, $message);
### [阿里大于](https://www.alidayu.com/)
短信内容使用 `template` + `data`
```php
'alidayu' => [
'app_key' => '',
......@@ -260,6 +264,8 @@ $easySms->send(13188888888, $message);
### [云片](https://www.yunpian.com)
短信内容使用 `content`
```php
'yunpian' => [
'api_key' => '',
......@@ -268,6 +274,8 @@ $easySms->send(13188888888, $message);
### [Submail](https://www.mysubmail.com)
短信内容使用 `data`
```php
'submail' => [
'app_id' => '',
......@@ -278,6 +286,8 @@ $easySms->send(13188888888, $message);
### [螺丝帽](https://luosimao.com/)
短信内容使用 `content`
```php
'luosimao' => [
'api_key' => '',
......@@ -286,6 +296,8 @@ $easySms->send(13188888888, $message);
### [容联云通讯](http://www.yuntongxun.com)
短信内容使用 `template` + `data`
```php
'yuntongxun' => [
'app_id' => '',
......@@ -297,6 +309,8 @@ $easySms->send(13188888888, $message);
### [互亿无线](http://www.ihuyi.com)
短信内容使用 `content`
```php
'huyi' => [
'api_id' => '',
......@@ -306,6 +320,8 @@ $easySms->send(13188888888, $message);
### [聚合数据](https://www.juhe.cn)
短信内容使用 `template` + `data`
```php
'juhe' => [
'app_key' => '',
......@@ -314,6 +330,8 @@ $easySms->send(13188888888, $message);
### [SendCloud](http://www.sendcloud.net/)
短信内容使用 `template` + `data`
```php
'sendcloud' => [
'sms_user' => '',
......@@ -322,6 +340,8 @@ $easySms->send(13188888888, $message);
```
### [百度云](https://cloud.baidu.com/)
短信内容使用 `template` + `data`
```php
'baidu' => [
'ak' => '',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册