tencentcloud-sdk-sms 3.0.825 → 3.0.827
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210111/models.rb +4 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab31b38fde5afac2587b8033c85cffa2b4307ddf
|
|
4
|
+
data.tar.gz: 4cc8e1a49b332d65d903cdf825ae01ccd3453835
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da8d9516d26a8824e007c91620cbac306728094650ae48bbcd2dae26df0ff757932bd071c8729aa034a4aac7d6ca2a698efdd8985a366546b080e2faa6127ff7
|
|
7
|
+
data.tar.gz: 915e9c8bd9f295f01b5888c24ee6e4c87c803de56bc58e7f5639620fbaa75bbd12875e34c85be184f16512bff95aa0085522ea49711ce437d6549280fe228931
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.827
|
data/lib/v20210111/models.rb
CHANGED
|
@@ -130,7 +130,8 @@ module TencentCloud
|
|
|
130
130
|
# @type TemplateName: String
|
|
131
131
|
# @param TemplateContent: 模板内容。
|
|
132
132
|
# @type TemplateContent: String
|
|
133
|
-
# @param SmsType: 短信类型,
|
|
133
|
+
# @param SmsType: 短信类型,1表示营销短信,2表示通知短信,3表示验证码短信。
|
|
134
|
+
# 注:原“普通短信”类型模板目前仍支持提交申请,但为进一步提升短信发送质量、提高短信模板审核通过率,建议按“通知短信”类型或“验证码短信”类型申请新增模板,可参考[关于腾讯云短信模板类型优化公告](https://cloud.tencent.com/document/product/382/106171)。
|
|
134
135
|
# @type SmsType: Integer
|
|
135
136
|
# @param International: 是否国际/港澳台短信:
|
|
136
137
|
# 0:表示国内短信。
|
|
@@ -773,7 +774,8 @@ module TencentCloud
|
|
|
773
774
|
# @type TemplateName: String
|
|
774
775
|
# @param TemplateContent: 新的模板内容。
|
|
775
776
|
# @type TemplateContent: String
|
|
776
|
-
# @param SmsType: 短信类型,
|
|
777
|
+
# @param SmsType: 短信类型,1表示营销短信,2表示通知短信,3表示验证码短信。
|
|
778
|
+
# 注:原“普通短信”类型模板目前仍支持提交申请,为进一步提升短信发送质量、提高短信模板审核通过率,建议按“通知短信”类型或“验证码短信”类型申请新增模板,可参考[关于腾讯云短信模板类型优化公告](https://cloud.tencent.com/document/product/382/106171)。
|
|
777
779
|
# @type SmsType: Integer
|
|
778
780
|
# @param International: 是否国际/港澳台短信:
|
|
779
781
|
# 0:表示国内短信。
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-sms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.827
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-05-
|
|
11
|
+
date: 2024-05-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|