Skip to content

Commit

Permalink
📝 Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
maiqingqiang committed May 16, 2023
1 parent a1b82a1 commit 380db62
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

- [云片](https://www.yunpian.com)
- [阿里云](https://www.aliyun.com/)
- [腾讯云 SMS](https://cloud.tencent.com/product/sms)


## 安装

Expand Down Expand Up @@ -206,6 +208,19 @@ client.Send(18888888888, &OrderPaidMessage{OrderNo: "1234"})
}
```

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

短信内容使用 `Template` + `Data`

```go
&qcloud.Gateway{
SdkAppId: "",
SecretId: "",
SecretKey: "",
SignName: "",
}
```

## 版权说明

该项目签署了 MIT 授权许可,详情请参阅 [LICENSE](LICENSE)
Expand Down

0 comments on commit 380db62

Please sign in to comment.