tencentcloud-sdk-captcha 1.0.291 → 1.0.292

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: 26918ec8d805dfb64879ca85a27ac21eca7441a5
4
- data.tar.gz: a59b131fba662e8a4a54c1fc282660fd1e0ab6fb
3
+ metadata.gz: 8073d1780288318966ae64c9f219314b4e5522da
4
+ data.tar.gz: fb80874cd4850ddabcfb33a6ef27ef7e986abdeb
5
5
  SHA512:
6
- metadata.gz: 7bb31a795734e7b98ba0fb0f3014ae8f21b19866709f42529b5b0a4ae655f14053cfdb2c6a520ad6ee67d804bcacceea8146994d9f61e19d6a0a5ba1bed8406c
7
- data.tar.gz: 1d72b0d7a4963af1c9aa7a0147b6c4ce0ff815bd83f945c992e3ef667f1e23b31043972a76eb6a1fcf41d004d205aaac43bf4f9549ca62cb9f6ff18b9043699c
6
+ metadata.gz: 9832112ff7404efbe95782fb6c269987652885bcdc88033880991385a2002dc2de03ce45195c5222137ea7a6f04e4f2084da0919d2038d74db86e7b903ecf516
7
+ data.tar.gz: 1fbaf9e0e3ccad814db488c5f75b356d440c5dca2999df40bdb7f8bee87127842001f8726798ae07d86a1ffcb8d48c6c7ab082cb81587c607c5afa21f6c78629
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.291
1
+ 1.0.292
@@ -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,7 +1,7 @@
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.292
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud