From 380db625f9173a50be888b4d2719be9ade1a6d89 Mon Sep 17 00:00:00 2001 From: John Mai Date: Tue, 16 May 2023 20:54:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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)