tencentcloud-sdk-sms 1.0.224 → 1.0.228

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9777bfa00cd5357accd19b3edbc20f46bf31d74
4
- data.tar.gz: 66c2b45ed8873bb6ac18ea6f860213ed22dd54bf
3
+ metadata.gz: 7c7d56aff44dcba02c1a4293c6c977210cbee6dd
4
+ data.tar.gz: 124e48cd6ec728dfa01b054ded126dab27aa48d4
5
5
  SHA512:
6
- metadata.gz: 821f48cb7103ec3f8a6d9d5ffd0ae90001feb01de634cb2ae5492c7e7ab63cf03dec6b9bdd6b898f18e032e1d0703a062577a65b9617814807e00fdb9fa97873
7
- data.tar.gz: 43d625bde7bfa32e3a7001e29afa95841df178f9dc1f2d99c42cc73284a88bcc448e1e149d85e72bf2fdaa8ae9be2540b48189c562075a5a75b290b54ad4ac53
6
+ metadata.gz: 538f2b54f6a49e7f4becff0c5c10653a63da4635f17701296824e5f25504d9d0270a5901b43d09a117a7b835d8cc2144cfc8fa93fb79dd0f0664089d6dec642e
7
+ data.tar.gz: f912aea0aa7df4dd1a7108e1b723d2cb26f9ee845161cc29beee5c5248b5586ef4d7b6c26a3d74c6988b0718087079505d3ad74a6b71d7193c98df9ed1f31708
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.224
1
+ 1.0.228
@@ -404,8 +404,9 @@ module TencentCloud
404
404
  end
405
405
 
406
406
  # 短信发送接口,用于给用户发短信验证码、通知类短信或营销短信。
407
- # >- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 SDK 来使用云短信服务。
408
- # >- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2021-01-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
407
+ # >- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 [SDK](https://cloud.tencent.com/document/product/382/43193) 来使用云短信服务。
408
+ # >- 注:您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2021-01-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
409
+ # >- 注:当前接口属于 2021-01-11 版本,如果您仍在使用 [2019-07-11 版本](https://cloud.tencent.com/document/product/382/38778),建议您使用当前最新版本的接口,版本差异可参考[版本描述](https://cloud.tencent.com/document/product/382/63195#.E7.89.88.E6.9C.AC.E6.8F.8F.E8.BF.B0)。
409
410
 
410
411
  # @param request: Request instance for SendSms.
411
412
  # @type request: :class:`Tencentcloud::sms::V20210111::SendSmsRequest`
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.224
4
+ version: 1.0.228
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-15 00:00:00.000000000 Z
11
+ date: 2021-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common