Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow committed Aug 6, 2018
1 parent 8e9f875 commit af5ed0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ $result = [

## 配置

- [阿里云](https://www.aliyun.com)
- [阿里云](https://help.aliyun.com/document_detail/55451.html)

> 使用说明:templateCode + templateParam
Expand All @@ -134,7 +134,7 @@ $result = [
],
```

- [云片网](https://www.yunpian.com)
- [云片网](https://www.yunpian.com/doc/zh_CN/introduction/demos/php.html)

> 使用说明:templateCode + templateParam
Expand All @@ -144,7 +144,7 @@ $result = [
],
```

- [腾讯云](https://cloud.tencent.com/product/sms)
- [腾讯云](https://cloud.tencent.com/document/product/382/9557)

> 使用说明:templateCode + templateParam
Expand All @@ -156,7 +156,7 @@ $result = [
],
```

- [短信宝](http://www.smsbao.com)
- [短信宝](http://www.smsbao.com/openapi/55.html)

> 使用说明:templateContent + templateParam
Expand All @@ -168,7 +168,7 @@ $result = [
],
```

- [赛邮云](https://www.mysubmail.com)
- [赛邮云](https://www.mysubmail.com/chs/documents/developer/t2f1J2)

> 使用说明:templateCode + templateParam
Expand All @@ -179,7 +179,7 @@ $result = [
],
```

- [SendCloud](https://www.sendcloud.net)
- [SendCloud](https://www.sendcloud.net/doc/sms)

> 使用说明:templateCode + templateParam
Expand All @@ -190,7 +190,7 @@ $result = [
],
```

- [互亿无线](http://www.ihuyi.com)
- [互亿无线](http://www.ihuyi.com/demo/sms/php.html)

> 使用说明:templateContent + templateParam
Expand Down
2 changes: 1 addition & 1 deletion src/Sms.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function aliyun($phoneNumbers, $templateCode, $templateParam)

/**
* 云片网短信
* @see https://www.yunpian.com/doc/zh_CN/returnValue/example.html
* @see https://www.yunpian.com/doc/zh_CN/introduction/demos/php.html
*
* @param $phoneNumbers
* @param $templateCode
Expand Down

0 comments on commit af5ed0e

Please sign in to comment.