tencentcloud-sdk-sms 1.0.239 → 1.0.240

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bdad26e432373702813887ba70e8a4f308138ba5
4
- data.tar.gz: 87205512b8abae97cf160a2eef9c4bb2beb54247
3
+ metadata.gz: 5968e7818877957136502b38ab238c2ab6c0edaf
4
+ data.tar.gz: c216cf33efb1fb09872f97e20670b53e32407561
5
5
  SHA512:
6
- metadata.gz: c197c4a0d1453a4e326f1f2a4e3da317f0e638a608b9efa9743d33d79071521cd8738fe5c4b9d8f1c2f36191b3a2778470cd7ae484184545c61a2743a1cf4d64
7
- data.tar.gz: a55a3b2f8ced542fb91587fb935103e3348218424d8fb6711408a55fbd231c385169ec2073da90496ab47fb9e9586fe07900abd71eb7f8aaeb9bd269117968b3
6
+ metadata.gz: 370889b22b4dff202935ee2981f7625123c55de815c407be8315187caf6c4bb4c9f10fa6366b7b17b44d53f7ee446cdf34a974ea9f3e534e3fe1f32c02b8d075
7
+ data.tar.gz: 726277f7dc584a594fc5be48f0a3fb8804dd400606110eedd122942f3a86eba953995ffb67ec81f33c91d31d7e6360bc00fc33fef0da2be0a5a0ce8d72af93c9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.239
1
+ 1.0.240
@@ -271,6 +271,7 @@ module TencentCloud
271
271
 
272
272
  # 拉取短信回复状态。
273
273
  # 目前也支持 [配置回复回调](https://cloud.tencent.com/document/product/382/42907) 的方式来获取上行回复。
274
+ # >- 注:此接口需要联系 [腾讯云短信小助手](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81) 开通。
274
275
  # >- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 [SDK](https://cloud.tencent.com/document/product/382/43193) 来使用云短信服务。
275
276
  # >- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
276
277
 
@@ -378,7 +379,7 @@ module TencentCloud
378
379
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
379
380
  end
380
381
 
381
- # 短信发送接口,用户给用户发短信验证码、通知类短信或营销短信。
382
+ # 短信发送接口,用于给用户发短信验证码、通知类短信或营销短信。
382
383
  # >- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 [SDK](https://cloud.tencent.com/document/product/382/43193) 来使用云短信服务。
383
384
  # >- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2019-07-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
384
385
 
@@ -43,12 +43,13 @@ module TencentCloud
43
43
  # 注:不能重复申请已通过或待审核的签名。
44
44
  # @type SignName: String
45
45
  # @param SignType: 签名类型。其中每种类型后面标注了其可选的 DocumentType(证明类型):
46
- # 0:公司(0,1,2,3)。
47
- # 1:APP0,1,2,3,4) 。
48
- # 2:网站(0,1,2,3,5)。
49
- # 3:公众号或者小程序(0,1,2,3,6)。
50
- # 4:商标(7)。
51
- # 5:政府/机关事业单位/其他机构(2,3)。
46
+ # 0:公司,可选 DocumentType 有(0,1)。
47
+ # 1:APP,可选 DocumentType 有(0,1,2,3,4) 。
48
+ # 2:网站,可选 DocumentType 有(0,1,2,3,5)。
49
+ # 3:公众号,可选 DocumentType 有(0,1,2,3,8)。
50
+ # 4:商标,可选 DocumentType 有(7)。
51
+ # 5:政府/机关事业单位/其他机构,可选 DocumentType 有(2,3)。
52
+ # 6:小程序,可选 DocumentType 有(0,1,2,3,6)。
52
53
  # 注:必须按照对应关系选择证明类型,否则会审核失败。
53
54
  # @type SignType: Integer
54
55
  # @param DocumentType: 证明类型:
@@ -60,6 +61,7 @@ module TencentCloud
60
61
  # 5:网站备案后台截图(个人开发网站)。
61
62
  # 6:小程序设置页面截图(个人认证小程序)。
62
63
  # 7:商标注册书。
64
+ # 8:公众号设置页面截图(个人认证公众号)。
63
65
  # @type DocumentType: Integer
64
66
  # @param International: 是否国际/港澳台短信:
65
67
  # 0:表示国内短信。
@@ -630,12 +632,13 @@ module TencentCloud
630
632
  # @param SignName: 签名名称。
631
633
  # @type SignName: String
632
634
  # @param SignType: 签名类型。其中每种类型后面标注了其可选的 DocumentType(证明类型):
633
- # 0:公司(0,1,2,3)。
634
- # 1:APP0,1,2,3,4) 。
635
- # 2:网站(0,1,2,3,5)。
636
- # 3:公众号或者小程序(0,1,2,3,6)。
637
- # 4:商标(7)。
638
- # 5:政府/机关事业单位/其他机构(2,3)。
635
+ # 0:公司,可选 DocumentType 有(0,1)。
636
+ # 1:APP,可选 DocumentType 有(0,1,2,3,4) 。
637
+ # 2:网站,可选 DocumentType 有(0,1,2,3,5)。
638
+ # 3:公众号,可选 DocumentType 有(0,1,2,3,8)。
639
+ # 4:商标,可选 DocumentType 有(7)。
640
+ # 5:政府/机关事业单位/其他机构,可选 DocumentType 有(2,3)。
641
+ # 6:小程序,可选 DocumentType 有(0,1,2,3,6)。
639
642
  # 注:必须按照对应关系选择证明类型,否则会审核失败。
640
643
  # @type SignType: Integer
641
644
  # @param DocumentType: 证明类型:
@@ -643,10 +646,11 @@ module TencentCloud
643
646
  # 1:企业营业执照。
644
647
  # 2:组织机构代码证书。
645
648
  # 3:社会信用代码证书。
646
- # 4:应用后台管理截图(个人开发APP)。
647
- # 5:网站备案后台截图(个人开发网站)。
648
- # 6:小程序设置页面截图(个人认证小程序)。
649
+ # 4:应用后台管理截图(个人开发APP)。
650
+ # 5:网站备案后台截图(个人开发网站)。
651
+ # 6:小程序设置页面截图(个人认证小程序)。
649
652
  # 7:商标注册书。
653
+ # 8:公众号设置页面截图(个人认证公众号)。
650
654
  # @type DocumentType: Integer
651
655
  # @param International: 是否国际/港澳台短信:
652
656
  # 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: 1.0.239
4
+ version: 1.0.240
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-11 00:00:00.000000000 Z
11
+ date: 2022-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common