tencentcloud-sdk-nodejs-faceid 4.1.47 → 4.1.56
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.
package/package.json
CHANGED
|
@@ -715,10 +715,11 @@ export interface BankCard2EVerificationResponse {
|
|
|
715
715
|
'-13': '受限制的卡'。
|
|
716
716
|
'-14': '密码错误次数超限'。
|
|
717
717
|
'-15': '发卡行不支持此交易'。
|
|
718
|
+
'-18': '卡状态异常或卡号错误'。
|
|
718
719
|
|
|
719
720
|
- 不计费结果码:
|
|
720
721
|
'-2': '姓名校验不通过'。
|
|
721
|
-
'-3': '
|
|
722
|
+
'-3': '银行卡号格式有误'。
|
|
722
723
|
'-16': '验证中心服务繁忙'。
|
|
723
724
|
'-17': '验证次数超限,请次日重试'。
|
|
724
725
|
|
|
@@ -861,6 +862,11 @@ export interface DetectInfoVideoData {
|
|
|
861
862
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
862
863
|
*/
|
|
863
864
|
LivenessVideo?: string;
|
|
865
|
+
/**
|
|
866
|
+
* 当次token中所有用户活体视频的COS存储路径,仅当您开启数据存储服务且“IsReturnAllVideo”入参取值为true 时返回。
|
|
867
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
868
|
+
*/
|
|
869
|
+
LivenessVideos?: Array<VideoDetailData>;
|
|
864
870
|
}
|
|
865
871
|
/**
|
|
866
872
|
* Liveness请求参数结构体
|
|
@@ -939,11 +945,13 @@ export interface CheckBankCardInformationResponse {
|
|
|
939
945
|
- 收费结果码:
|
|
940
946
|
0: 查询成功
|
|
941
947
|
-1: 未查到信息
|
|
948
|
+
-5: 卡号无效
|
|
942
949
|
|
|
943
950
|
- 不收费结果码:
|
|
944
951
|
-2:验证中心服务繁忙
|
|
945
952
|
-3:银行卡不存在
|
|
946
953
|
-4:认证次数超过当日限制,请次日重试
|
|
954
|
+
-6: 暂不支持该银行卡种
|
|
947
955
|
|
|
948
956
|
*/
|
|
949
957
|
Result?: string;
|
|
@@ -1416,6 +1424,21 @@ export interface DetectDetail {
|
|
|
1416
1424
|
*/
|
|
1417
1425
|
LivenessMode?: number;
|
|
1418
1426
|
}
|
|
1427
|
+
/**
|
|
1428
|
+
* 核身过程视频信息。
|
|
1429
|
+
*/
|
|
1430
|
+
export interface VideoDetailData {
|
|
1431
|
+
/**
|
|
1432
|
+
* 本次活体一比一请求的唯一标记。
|
|
1433
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1434
|
+
*/
|
|
1435
|
+
Seq?: string;
|
|
1436
|
+
/**
|
|
1437
|
+
* 活体视频的base64编码。
|
|
1438
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1439
|
+
*/
|
|
1440
|
+
Video?: string;
|
|
1441
|
+
}
|
|
1419
1442
|
/**
|
|
1420
1443
|
* 模版检索详细信息
|
|
1421
1444
|
*/
|
|
@@ -1764,11 +1787,12 @@ export interface BankCard4EVerificationResponse {
|
|
|
1764
1787
|
'-15': '受限制的卡'。
|
|
1765
1788
|
'-16': '密码错误次数超限'。
|
|
1766
1789
|
'-17': '发卡行不支持此交易'。
|
|
1790
|
+
'-21': '卡状态异常或卡号错误'。
|
|
1767
1791
|
|
|
1768
1792
|
- 不收费结果码:
|
|
1769
1793
|
'-2': '姓名校验不通过'。
|
|
1770
1794
|
'-3': '身份证号码有误'。
|
|
1771
|
-
'-4': '
|
|
1795
|
+
'-4': '银行卡号格式有误'。
|
|
1772
1796
|
'-5': '手机号码不合法'。
|
|
1773
1797
|
'-18': '验证中心服务繁忙'。
|
|
1774
1798
|
'-19': '验证次数超限,请次日重试'。
|
|
@@ -2134,11 +2158,12 @@ export interface BankCardVerificationResponse {
|
|
|
2134
2158
|
'-14': '受限制的卡'。
|
|
2135
2159
|
'-15': '密码错误次数超限'。
|
|
2136
2160
|
'-16': '发卡行不支持此交易'。
|
|
2161
|
+
'-20': '卡状态异常或卡号错误'。
|
|
2137
2162
|
|
|
2138
2163
|
- 不收费结果码:
|
|
2139
2164
|
'-2': '姓名校验不通过'。
|
|
2140
2165
|
'-3': '身份证号码有误'。
|
|
2141
|
-
'-4': '
|
|
2166
|
+
'-4': '银行卡号格式有误'。
|
|
2142
2167
|
'-17': '验证中心服务繁忙'。
|
|
2143
2168
|
'-18': '验证次数超限,请次日重试'。
|
|
2144
2169
|
'-19': '该证件号暂不支持核验,当前仅支持二代身份证'。
|
|
@@ -2621,6 +2646,10 @@ export interface GetDetectInfoEnhancedRequest {
|
|
|
2621
2646
|
* 是否对回包整体进行加密。
|
|
2622
2647
|
*/
|
|
2623
2648
|
IsEncryptResponse?: boolean;
|
|
2649
|
+
/**
|
|
2650
|
+
* 是否需要返回认证中间过程的刷脸重试视频,默认不开启,多段视频需要存储到COS空间中,因此开启后还需要额外开启数据存储服务才可生效。详见[数据存储指引](https://cloud.tencent.com/document/product/1007/104229)。
|
|
2651
|
+
*/
|
|
2652
|
+
IsReturnAllVideo?: boolean;
|
|
2624
2653
|
}
|
|
2625
2654
|
/**
|
|
2626
2655
|
* LivenessRecognition返回参数结构体
|