tencentcloud-sdk-captcha 3.0.1073 → 3.0.1085
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 +6 -2
- 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: e308f999e744bdf2b626e0ad2a2d3daa6605e9e8
|
4
|
+
data.tar.gz: 17329359fda1d7c0b8470dae013f91ed509964b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e7681f5e33e55a1d58b5a3133c491320c9df5ff2c0b69d33b8526280b978e2ee8f46b9faa8cb5a1dff77dade4cb200898dd3bc890e7b41ef84a809c26c34da6
|
7
|
+
data.tar.gz: f28207baf8e95558c4ed6a37b8f818946048e3ba1257f04e20172180362c89501d1bb42815e183ebcd7164b9c0e6911aaeeae81dd73dde0d15a34f7ad25c3827
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1085
|
data/lib/v20190722/models.rb
CHANGED
@@ -1211,12 +1211,14 @@ module TencentCloud
|
|
1211
1211
|
# @param DeviceRiskCategory: 设备风险大类
|
1212
1212
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1213
1213
|
# @type DeviceRiskCategory: String
|
1214
|
+
# @param Score: 验证码评分
|
1215
|
+
# @type Score: Integer
|
1214
1216
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1215
1217
|
# @type RequestId: String
|
1216
1218
|
|
1217
|
-
attr_accessor :CaptchaCode, :CaptchaMsg, :EvilLevel, :GetCaptchaTime, :EvilBitmap, :SubmitCaptchaTime, :DeviceRiskCategory, :RequestId
|
1219
|
+
attr_accessor :CaptchaCode, :CaptchaMsg, :EvilLevel, :GetCaptchaTime, :EvilBitmap, :SubmitCaptchaTime, :DeviceRiskCategory, :Score, :RequestId
|
1218
1220
|
|
1219
|
-
def initialize(captchacode=nil, captchamsg=nil, evillevel=nil, getcaptchatime=nil, evilbitmap=nil, submitcaptchatime=nil, deviceriskcategory=nil, requestid=nil)
|
1221
|
+
def initialize(captchacode=nil, captchamsg=nil, evillevel=nil, getcaptchatime=nil, evilbitmap=nil, submitcaptchatime=nil, deviceriskcategory=nil, score=nil, requestid=nil)
|
1220
1222
|
@CaptchaCode = captchacode
|
1221
1223
|
@CaptchaMsg = captchamsg
|
1222
1224
|
@EvilLevel = evillevel
|
@@ -1224,6 +1226,7 @@ module TencentCloud
|
|
1224
1226
|
@EvilBitmap = evilbitmap
|
1225
1227
|
@SubmitCaptchaTime = submitcaptchatime
|
1226
1228
|
@DeviceRiskCategory = deviceriskcategory
|
1229
|
+
@Score = score
|
1227
1230
|
@RequestId = requestid
|
1228
1231
|
end
|
1229
1232
|
|
@@ -1235,6 +1238,7 @@ module TencentCloud
|
|
1235
1238
|
@EvilBitmap = params['EvilBitmap']
|
1236
1239
|
@SubmitCaptchaTime = params['SubmitCaptchaTime']
|
1237
1240
|
@DeviceRiskCategory = params['DeviceRiskCategory']
|
1241
|
+
@Score = params['Score']
|
1238
1242
|
@RequestId = params['RequestId']
|
1239
1243
|
end
|
1240
1244
|
end
|
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.1085
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|