diff --git a/README.md b/README.md index 16bc897..bd06f99 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ - [云片](https://www.yunpian.com) - [阿里云](https://www.aliyun.com/) +- [腾讯云 SMS](https://cloud.tencent.com/product/sms) + ## 安装 @@ -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)