tencentcloud-sdk-captcha 1.0.291 → 1.0.294

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: 26918ec8d805dfb64879ca85a27ac21eca7441a5
4
- data.tar.gz: a59b131fba662e8a4a54c1fc282660fd1e0ab6fb
3
+ metadata.gz: 76a4eaa6ac5a77d69f3e80e980728f1626b41cd2
4
+ data.tar.gz: 79ece1ab21f5a5f7392f80b6c64b6b7f41e39d0b
5
5
  SHA512:
6
- metadata.gz: 7bb31a795734e7b98ba0fb0f3014ae8f21b19866709f42529b5b0a4ae655f14053cfdb2c6a520ad6ee67d804bcacceea8146994d9f61e19d6a0a5ba1bed8406c
7
- data.tar.gz: 1d72b0d7a4963af1c9aa7a0147b6c4ce0ff815bd83f945c992e3ef667f1e23b31043972a76eb6a1fcf41d004d205aaac43bf4f9549ca62cb9f6ff18b9043699c
6
+ metadata.gz: 681a38b95d45b913c77cb29c24c211de5bd5c6547dc417d9209eb62c02a3216b78c6bb10713c4131154c6b9cae801c649b877574c3c13afdee38be8e77b3c36a
7
+ data.tar.gz: e918a0fd436d8d17f3452de845b8e734b60fcc3f835c66c24bc55c4e147cb2e76451e437687f44f2baf6b6948612221a3498a18186f59651f60846b0a51df0f4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.291
1
+ 1.0.294
@@ -173,7 +173,7 @@ module TencentCloud
173
173
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
174
174
  end
175
175
 
176
- # 核查验证码小程序插件票据结果
176
+ # 核查验证码票据结果(小程序插件)
177
177
 
178
178
  # @param request: Request instance for DescribeCaptchaMiniResult.
179
179
  # @type request: :class:`Tencentcloud::captcha::V20190722::DescribeCaptchaMiniResultRequest`
@@ -245,7 +245,7 @@ module TencentCloud
245
245
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
246
246
  end
247
247
 
248
- # 核查验证码票据结果
248
+ # 核查验证码票据结果(Web及APP)
249
249
 
250
250
  # @param request: Request instance for DescribeCaptchaResult.
251
251
  # @type request: :class:`Tencentcloud::captcha::V20190722::DescribeCaptchaResultRequest`
@@ -713,9 +713,9 @@ module TencentCloud
713
713
  # @type Ticket: String
714
714
  # @param UserIp: 业务侧获取到的验证码使用者的外网IP
715
715
  # @type UserIp: String
716
- # @param CaptchaAppId: 验证码应用APPID
716
+ # @param CaptchaAppId: 验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。
717
717
  # @type CaptchaAppId: Integer
718
- # @param AppSecretKey: 用于服务器端校验验证码票据的验证密钥,请妥善保密,请勿泄露给第三方
718
+ # @param AppSecretKey: 验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。
719
719
  # @type AppSecretKey: String
720
720
  # @param BusinessId: 业务 ID,网站或应用在多个业务中使用此服务,通过此 ID 区分统计数据
721
721
  # @type BusinessId: Integer
@@ -958,9 +958,9 @@ module TencentCloud
958
958
  # @type UserIp: String
959
959
  # @param Randstr: 前端回调函数返回的随机字符串
960
960
  # @type Randstr: String
961
- # @param CaptchaAppId: 验证码应用ID
961
+ # @param CaptchaAppId: 验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。
962
962
  # @type CaptchaAppId: Integer
963
- # @param AppSecretKey: 用于服务器端校验验证码票据的验证密钥,请妥善保密,请勿泄露给第三方
963
+ # @param AppSecretKey: 验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。
964
964
  # @type AppSecretKey: String
965
965
  # @param BusinessId: 业务 ID,网站或应用在多个业务中使用此服务,通过此 ID 区分统计数据
966
966
  # @type BusinessId: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-captcha
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.291
4
+ version: 1.0.294
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-04-07 00:00:00.000000000 Z
11
+ date: 2022-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common