tencentcloud-sdk-faceid 3.0.624 → 3.0.625

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c975ff522d4bef5aedc0794933a6e8f5dde8f54e
4
- data.tar.gz: 184b386b4271bdf8e37a679051419697922c4da4
3
+ metadata.gz: 096e524b2fbd2502e2026a2c3842375ed41ae140
4
+ data.tar.gz: aa45fc11056d7ca09aaa79b55784967c3920bc1e
5
5
  SHA512:
6
- metadata.gz: 08b909d55f3b8e3901eacd67bf3b981ca7a46eb65d323c17a55cff35f6629b130a359c5881a5c4affe2b8725422b190ce0030943329d298687189bee49e9f3be
7
- data.tar.gz: cc53577e955fb71ec35d867607a4df767b4e732bfa5abc77ab0a53c82b43f613d70959fd115f1e91bedca890be3fca86d5119c4db97a1d3e17ba2143c3cb8313
6
+ metadata.gz: 509821fefbf61459129c3bf7251ec4988311c70a03b975639a994581a53a3a29e0b2c28a05ae9bec9179a2c3998af1575fd48062d0041037aae87a9aa44aa2a3
7
+ data.tar.gz: 9829f6ca19fe1349581f0c01a21103aabbf25406766e3a3015b471a764ce7d53e37859699d6da852a466c6c4453117cb482522f6ec1f8c8a27fed4cd758ac694
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.624
1
+ 3.0.625
@@ -66,6 +66,7 @@ module TencentCloud
66
66
  # '-2': '姓名校验不通过'
67
67
  # '-3': '银行卡号码有误'
68
68
  # '-16': '验证中心服务繁忙'
69
+ # '-17': '验证次数超限,请次日重试'
69
70
  # @type Result: String
70
71
  # @param Description: 业务结果描述。
71
72
  # @type Description: String
@@ -151,6 +152,7 @@ module TencentCloud
151
152
  # '-4': '银行卡号码有误'
152
153
  # '-5': '手机号码不合法'
153
154
  # '-18': '验证中心服务繁忙'
155
+ # '-19': '验证次数超限,请次日重试'
154
156
  # @type Result: String
155
157
  # @param Description: 业务结果描述。
156
158
  # @type Description: String
@@ -231,6 +233,7 @@ module TencentCloud
231
233
  # '-3': '身份证号码有误'
232
234
  # '-4': '银行卡号码有误'
233
235
  # '-17': '验证中心服务繁忙'
236
+ # '-18': '验证次数超限,请次日重试'
234
237
  # @type Result: String
235
238
  # @param Description: 业务结果描述。
236
239
  # @type Description: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-faceid
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.624
4
+ version: 3.0.625
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-07-31 00:00:00.000000000 Z
11
+ date: 2023-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common