tencentcloud-sdk-captcha 1.0.290 → 1.0.293
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190722/client.rb +2 -2
- data/lib/v20190722/models.rb +4 -4
- 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: 96eea5455863a945e3628e898739d409fdc52c97
|
4
|
+
data.tar.gz: 2fa7c98fc8ba84626162e404978d0e6af06944e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0bb3ebb83b031031720624e7aed8ea2fdda09aea07aaec23e9f96b4eaeb7dfa404eeccd992cb09fbc6181ca52eadc9fbedcb8aac12f5093027e072c0cd8a33a3
|
7
|
+
data.tar.gz: deb0d434ad357da2ab7c54d8ec8b5afd9d1474fcc7997abda279b114e096beaa8f561bec4389b0c6ea1a831374a46532cb90efbf5665a725f61e73d578197f7d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.293
|
data/lib/v20190722/client.rb
CHANGED
@@ -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`
|
data/lib/v20190722/models.rb
CHANGED
@@ -713,9 +713,9 @@ module TencentCloud
|
|
713
713
|
# @type Ticket: String
|
714
714
|
# @param UserIp: 业务侧获取到的验证码使用者的外网IP
|
715
715
|
# @type UserIp: String
|
716
|
-
# @param CaptchaAppId: 验证码应用
|
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.
|
4
|
+
version: 1.0.293
|
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-
|
11
|
+
date: 2022-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|