Skip to content

Commit

Permalink
添加对融云的平台的说明。 (overtrue#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Gao authored and overtrue committed Dec 22, 2017
1 parent 6c9df3e commit 47f6ba9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
- [百度云](https://cloud.baidu.com/)
- [华信短信平台](http://www.ipyy.com/)
- [253云通讯(创蓝)](https://www.253.com/)
- [融云](http://www.rongcloud.cn)


## 环境需求
Expand Down Expand Up @@ -379,6 +380,17 @@ $easySms->send(13188888888, $message);
],
```

### [融云](http://www.rongcloud.cn)

短信分为两大类,验证类和通知类短信。 发送验证类短信使用 `template` + `data`

```php
'rongcloud' => [
'app_key' => '',
'app_secret' => '',
]
```

## License

MIT

0 comments on commit 47f6ba9

Please sign in to comment.