tencentcloud-sdk-captcha 3.0.545 → 3.0.546

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190722/models.rb +13 -4
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c748d60cb5a261dca1648106015fd0245815745
4
- data.tar.gz: c25e5a77d48fee2faf8fc852b631e48c8be0d0ab
3
+ metadata.gz: 7a264cc0a862f02e77d544a6291ae45049200452
4
+ data.tar.gz: 9c4b025906582730d8e400e76c8771374910d6db
5
5
  SHA512:
6
- metadata.gz: 7b8516330394395f5f3d4ed1513e2a3674b59aa58de8efc79b09f19796267afe9347ffad7489ce976c4d94ff8739ae1bb368b8a7efd73f8fe0b867f0560d804b
7
- data.tar.gz: 9815a3f8697a250b9d257afe57e129b70410d54687f27657c2ded56e5cc6d7b12d54dd672d053ed174de67316bb3cdd24a55089515687bb109467eb1fa384148
6
+ metadata.gz: 961a4b01711b0a13602035e6f76015aebd4e1f9419f440dada67a2a0925f9f05ff98804aba2323a1217a3d0a6394f0d0c41d479cb5f922de6709fbcfa93cd6a7
7
+ data.tar.gz: 5be07e3d144ef5b7c343780fc3af7ffbc305749038c007b79a8c16ad948462c3bae327c54708a90d82662fbcfd83a28dcb88af28d50b7b3265e3207d7a5c8ae6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.545
1
+ 3.0.546
@@ -1047,9 +1047,9 @@ module TencentCloud
1047
1047
  # @type CaptchaAppId: Integer
1048
1048
  # @param AppSecretKey: 验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。
1049
1049
  # @type AppSecretKey: String
1050
- # @param BusinessId: 业务 ID,网站或应用在多个业务中使用此服务,通过此 ID 区分统计数据
1050
+ # @param BusinessId: 预留字段
1051
1051
  # @type BusinessId: Integer
1052
- # @param SceneId: 场景 ID,网站或应用的业务下有多个场景使用此服务,通过此 ID 区分统计数据
1052
+ # @param SceneId: 预留字段
1053
1053
  # @type SceneId: Integer
1054
1054
  # @param MacAddress: mac 地址或设备唯一标识
1055
1055
  # @type MacAddress: String
@@ -1111,16 +1111,23 @@ module TencentCloud
1111
1111
  # @param GetCaptchaTime: 前端获取验证码时间,时间戳格式
1112
1112
  # 注意:此字段可能返回 null,表示取不到有效值。
1113
1113
  # @type GetCaptchaTime: Integer
1114
+ # @param EvilBitmap: 拦截类型
1115
+ # 注意:此字段可能返回 null,表示取不到有效值。
1116
+ # @type EvilBitmap: Integer
1117
+ # @param SubmitCaptchaTime: 提交验证码时间
1118
+ # @type SubmitCaptchaTime: Integer
1114
1119
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1115
1120
  # @type RequestId: String
1116
1121
 
1117
- attr_accessor :CaptchaCode, :CaptchaMsg, :EvilLevel, :GetCaptchaTime, :RequestId
1122
+ attr_accessor :CaptchaCode, :CaptchaMsg, :EvilLevel, :GetCaptchaTime, :EvilBitmap, :SubmitCaptchaTime, :RequestId
1118
1123
 
1119
- def initialize(captchacode=nil, captchamsg=nil, evillevel=nil, getcaptchatime=nil, requestid=nil)
1124
+ def initialize(captchacode=nil, captchamsg=nil, evillevel=nil, getcaptchatime=nil, evilbitmap=nil, submitcaptchatime=nil, requestid=nil)
1120
1125
  @CaptchaCode = captchacode
1121
1126
  @CaptchaMsg = captchamsg
1122
1127
  @EvilLevel = evillevel
1123
1128
  @GetCaptchaTime = getcaptchatime
1129
+ @EvilBitmap = evilbitmap
1130
+ @SubmitCaptchaTime = submitcaptchatime
1124
1131
  @RequestId = requestid
1125
1132
  end
1126
1133
 
@@ -1129,6 +1136,8 @@ module TencentCloud
1129
1136
  @CaptchaMsg = params['CaptchaMsg']
1130
1137
  @EvilLevel = params['EvilLevel']
1131
1138
  @GetCaptchaTime = params['GetCaptchaTime']
1139
+ @EvilBitmap = params['EvilBitmap']
1140
+ @SubmitCaptchaTime = params['SubmitCaptchaTime']
1132
1141
  @RequestId = params['RequestId']
1133
1142
  end
1134
1143
  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.545
4
+ version: 3.0.546
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-05 00:00:00.000000000 Z
11
+ date: 2023-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20190722/models.rb
37
- - lib/v20190722/client.rb
38
36
  - lib/tencentcloud-sdk-captcha.rb
37
+ - lib/v20190722/client.rb
38
+ - lib/v20190722/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: