Skip to content

Commit

Permalink
Update README.md (overtrue#278)
Browse files Browse the repository at this point in the history
* Update README.md

read me update for tiniyo

* Update README.md

Co-authored-by: 安正超 <[email protected]>
  • Loading branch information
tiniyoadmin and overtrue authored Nov 24, 2020
1 parent 1ebff43 commit cbf093d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
- [UE35.net](http://uesms.ue35.cn/)
- [Ucloud](https://www.ucloud.cn)
- [短信宝](http://www.smsbao.com/)
- [Tiniyo] (https://tiniyo.com/)

## 环境需求

- PHP >= 5.6
Expand Down Expand Up @@ -516,6 +518,20 @@ $easySms->send(13188888888, $message);
],
```

### [tiniyo](https://www.tiniyo.com)

短信使用 `content`
发送对象需要 使用`+`添加区号

```php
'tiniyo' => [
'account_sid' => '', // auth_id from https://tiniyo.com
'from' => '', // 发送的号码 可以在控制台购买
'token' => '', // auth_secret from https://tiniyo.com
],
```


### [腾讯云 SMS](https://cloud.tencent.com/product/sms)

短信内容使用 `content`
Expand Down

0 comments on commit cbf093d

Please sign in to comment.