tencentcloud-sdk-captcha 3.0.778 → 3.0.780
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190722/models.rb +18 -18
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 24ac8ee88bbe81b21ea686fa4332314cb7852907
|
|
4
|
+
data.tar.gz: 3b2f1ed3ea135fb53a4a7fc83d2ba57e0f5dc645
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c803d32f6094112f28d631d1cd539c3d544a91fa09b51e2122afb95b523e0198bb9d560565d654c12399d2e9d25592f4d6e0771fd1ffc01319c5074e1ad091ec
|
|
7
|
+
data.tar.gz: ab9882f2ce44e80c09d8361f63d09f1f1f0d4c88546b33359dd201ad9192c2b8746c5a974421b88f551c1382a379125e2452aa1f6121caff8274a0db5ea80e25
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.780
|
data/lib/v20190722/models.rb
CHANGED
|
@@ -392,7 +392,7 @@ module TencentCloud
|
|
|
392
392
|
# @param CaptchaMsg: 返回操作信息
|
|
393
393
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
394
394
|
# @type CaptchaMsg: String
|
|
395
|
-
# @param RequestId: 唯一请求 ID
|
|
395
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
396
396
|
# @type RequestId: String
|
|
397
397
|
|
|
398
398
|
attr_accessor :SchemeColor, :Language, :SceneType, :EvilInterceptGrade, :SmartVerify, :SmartEngine, :CapType, :AppName, :DomainLimit, :MailAlarm, :TrafficThreshold, :EncryptKey, :TopFullScreen, :CaptchaCode, :CaptchaMsg, :RequestId
|
|
@@ -474,7 +474,7 @@ module TencentCloud
|
|
|
474
474
|
# @param CaptchaMsg: 返回信息描述
|
|
475
475
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
476
476
|
# @type CaptchaMsg: String
|
|
477
|
-
# @param RequestId: 唯一请求 ID
|
|
477
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
478
478
|
# @type RequestId: String
|
|
479
479
|
|
|
480
480
|
attr_accessor :CaptchaCode, :Data, :CaptchaMsg, :RequestId
|
|
@@ -546,7 +546,7 @@ module TencentCloud
|
|
|
546
546
|
# @type TicketThroughputSum: Integer
|
|
547
547
|
# @param TicketInterceptSum: 票据验证拦截量
|
|
548
548
|
# @type TicketInterceptSum: Integer
|
|
549
|
-
# @param RequestId: 唯一请求 ID
|
|
549
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
550
550
|
# @type RequestId: String
|
|
551
551
|
|
|
552
552
|
attr_accessor :GetSum, :VfySuccSum, :VfySum, :AttackSum, :CaptchaMsg, :CaptchaCode, :CheckTicketSum, :TicketThroughputSum, :TicketInterceptSum, :RequestId
|
|
@@ -616,7 +616,7 @@ module TencentCloud
|
|
|
616
616
|
# @param CaptchaMsg: 返回信息描述
|
|
617
617
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
618
618
|
# @type CaptchaMsg: String
|
|
619
|
-
# @param RequestId: 唯一请求 ID
|
|
619
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
620
620
|
# @type RequestId: String
|
|
621
621
|
|
|
622
622
|
attr_accessor :CaptchaCode, :Data, :CaptchaMsg, :RequestId
|
|
@@ -696,7 +696,7 @@ module TencentCloud
|
|
|
696
696
|
# @param TicketInterceptSum: 票据验证拦截量
|
|
697
697
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
698
698
|
# @type TicketInterceptSum: Integer
|
|
699
|
-
# @param RequestId: 唯一请求 ID
|
|
699
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
700
700
|
# @type RequestId: String
|
|
701
701
|
|
|
702
702
|
attr_accessor :GetSum, :VfySuccSum, :VfySum, :AttackSum, :CaptchaMsg, :CaptchaCode, :CheckTicketSum, :TicketThroughputSum, :TicketInterceptSum, :RequestId
|
|
@@ -766,7 +766,7 @@ module TencentCloud
|
|
|
766
766
|
# @param Data: 用户操作数据
|
|
767
767
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
768
768
|
# @type Data: :class:`Tencentcloud::Captcha.v20190722.models.CaptchaOperDataRes`
|
|
769
|
-
# @param RequestId: 唯一请求 ID
|
|
769
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
770
770
|
# @type RequestId: String
|
|
771
771
|
|
|
772
772
|
attr_accessor :CaptchaCode, :CaptchaMsg, :Data, :RequestId
|
|
@@ -854,7 +854,7 @@ module TencentCloud
|
|
|
854
854
|
# @param CaptchaMsg: 状态描述及验证错误信息
|
|
855
855
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
856
856
|
# @type CaptchaMsg: String
|
|
857
|
-
# @param RequestId: 唯一请求 ID
|
|
857
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
858
858
|
# @type RequestId: String
|
|
859
859
|
|
|
860
860
|
attr_accessor :CaptchaCode, :CaptchaMsg, :RequestId
|
|
@@ -949,7 +949,7 @@ module TencentCloud
|
|
|
949
949
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
950
950
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
951
951
|
# @type ManageMarketingRiskValue: :class:`Tencentcloud::Captcha.v20190722.models.OutputManageMarketingRiskValue`
|
|
952
|
-
# @param RequestId: 唯一请求 ID
|
|
952
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
953
953
|
# @type RequestId: String
|
|
954
954
|
|
|
955
955
|
attr_accessor :CaptchaCode, :CaptchaMsg, :ManageMarketingRiskValue, :RequestId
|
|
@@ -1010,7 +1010,7 @@ module TencentCloud
|
|
|
1010
1010
|
# @param Data: 用户操作数据
|
|
1011
1011
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1012
1012
|
# @type Data: :class:`Tencentcloud::Captcha.v20190722.models.CaptchaOperDataRes`
|
|
1013
|
-
# @param RequestId: 唯一请求 ID
|
|
1013
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1014
1014
|
# @type RequestId: String
|
|
1015
1015
|
|
|
1016
1016
|
attr_accessor :CaptchaCode, :CaptchaMsg, :Data, :RequestId
|
|
@@ -1119,7 +1119,7 @@ module TencentCloud
|
|
|
1119
1119
|
# @param RceResult: rce检测结果
|
|
1120
1120
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1121
1121
|
# @type RceResult: :class:`Tencentcloud::Captcha.v20190722.models.RceResult`
|
|
1122
|
-
# @param RequestId: 唯一请求 ID
|
|
1122
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1123
1123
|
# @type RequestId: String
|
|
1124
1124
|
|
|
1125
1125
|
attr_accessor :CaptchaCode, :CaptchaMsg, :EvilLevel, :GetCaptchaTime, :EvilBitmap, :SubmitCaptchaTime, :RceResult, :RequestId
|
|
@@ -1233,7 +1233,7 @@ module TencentCloud
|
|
|
1233
1233
|
# @type EvilBitmap: Integer
|
|
1234
1234
|
# @param SubmitCaptchaTime: 提交验证码时间
|
|
1235
1235
|
# @type SubmitCaptchaTime: Integer
|
|
1236
|
-
# @param RequestId: 唯一请求 ID
|
|
1236
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1237
1237
|
# @type RequestId: String
|
|
1238
1238
|
|
|
1239
1239
|
attr_accessor :CaptchaCode, :CaptchaMsg, :EvilLevel, :GetCaptchaTime, :EvilBitmap, :SubmitCaptchaTime, :RequestId
|
|
@@ -1293,7 +1293,7 @@ module TencentCloud
|
|
|
1293
1293
|
# @param Data: 验证码票据信息
|
|
1294
1294
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1295
1295
|
# @type Data: :class:`Tencentcloud::Captcha.v20190722.models.CaptchaTicketDataRes`
|
|
1296
|
-
# @param RequestId: 唯一请求 ID
|
|
1296
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1297
1297
|
# @type RequestId: String
|
|
1298
1298
|
|
|
1299
1299
|
attr_accessor :CaptchaCode, :CaptchaMsg, :Data, :RequestId
|
|
@@ -1337,7 +1337,7 @@ module TencentCloud
|
|
|
1337
1337
|
# @param CaptchaMsg: 返回操作信息
|
|
1338
1338
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1339
1339
|
# @type CaptchaMsg: String
|
|
1340
|
-
# @param RequestId: 唯一请求 ID
|
|
1340
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1341
1341
|
# @type RequestId: String
|
|
1342
1342
|
|
|
1343
1343
|
attr_accessor :Data, :CaptchaCode, :CaptchaMsg, :RequestId
|
|
@@ -1401,7 +1401,7 @@ module TencentCloud
|
|
|
1401
1401
|
# @type CaptchaCode: Integer
|
|
1402
1402
|
# @param CaptchaMsg: 验证码返回信息
|
|
1403
1403
|
# @type CaptchaMsg: String
|
|
1404
|
-
# @param RequestId: 唯一请求 ID
|
|
1404
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1405
1405
|
# @type RequestId: String
|
|
1406
1406
|
|
|
1407
1407
|
attr_accessor :Data, :CaptchaCode, :CaptchaMsg, :RequestId
|
|
@@ -1461,7 +1461,7 @@ module TencentCloud
|
|
|
1461
1461
|
# @type CaptchaCode: Integer
|
|
1462
1462
|
# @param CaptchaMsg: 验证码返回信息
|
|
1463
1463
|
# @type CaptchaMsg: String
|
|
1464
|
-
# @param RequestId: 唯一请求 ID
|
|
1464
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1465
1465
|
# @type RequestId: String
|
|
1466
1466
|
|
|
1467
1467
|
attr_accessor :Data, :CaptchaCode, :CaptchaMsg, :RequestId
|
|
@@ -1517,7 +1517,7 @@ module TencentCloud
|
|
|
1517
1517
|
# @type CaptchaCode: Integer
|
|
1518
1518
|
# @param CaptchaMsg: 验证码返回信息
|
|
1519
1519
|
# @type CaptchaMsg: String
|
|
1520
|
-
# @param RequestId: 唯一请求 ID
|
|
1520
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1521
1521
|
# @type RequestId: String
|
|
1522
1522
|
|
|
1523
1523
|
attr_accessor :Data, :CaptchaCode, :CaptchaMsg, :RequestId
|
|
@@ -1576,7 +1576,7 @@ module TencentCloud
|
|
|
1576
1576
|
# @type CaptchaCode: Integer
|
|
1577
1577
|
# @param CaptchaMsg: 返回信息
|
|
1578
1578
|
# @type CaptchaMsg: String
|
|
1579
|
-
# @param RequestId: 唯一请求 ID
|
|
1579
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1580
1580
|
# @type RequestId: String
|
|
1581
1581
|
|
|
1582
1582
|
attr_accessor :Data, :CaptchaCode, :CaptchaMsg, :RequestId
|
|
@@ -1943,7 +1943,7 @@ module TencentCloud
|
|
|
1943
1943
|
# @param CaptchaMsg: 返回操作信息
|
|
1944
1944
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1945
1945
|
# @type CaptchaMsg: String
|
|
1946
|
-
# @param RequestId: 唯一请求 ID
|
|
1946
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1947
1947
|
# @type RequestId: String
|
|
1948
1948
|
|
|
1949
1949
|
attr_accessor :CaptchaCode, :CaptchaMsg, :RequestId
|
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: 3.0.
|
|
4
|
+
version: 3.0.780
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-03-
|
|
11
|
+
date: 2024-03-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,8 +33,8 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20190722/models.rb
|
|
37
36
|
- lib/v20190722/client.rb
|
|
37
|
+
- lib/v20190722/models.rb
|
|
38
38
|
- lib/tencentcloud-sdk-captcha.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|