tencentcloud-sdk-captcha 1.0.291 → 1.0.292
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 +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8073d1780288318966ae64c9f219314b4e5522da
|
4
|
+
data.tar.gz: fb80874cd4850ddabcfb33a6ef27ef7e986abdeb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9832112ff7404efbe95782fb6c269987652885bcdc88033880991385a2002dc2de03ce45195c5222137ea7a6f04e4f2084da0919d2038d74db86e7b903ecf516
|
7
|
+
data.tar.gz: 1fbaf9e0e3ccad814db488c5f75b356d440c5dca2999df40bdb7f8bee87127842001f8726798ae07d86a1ffcb8d48c6c7ab082cb81587c607c5afa21f6c78629
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.292
|
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
|