@antchain/realperson 1.22.6 → 1.22.10
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/dist/client.d.ts +122 -2
- package/dist/client.js +184 -4
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +267 -5
package/dist/client.d.ts
CHANGED
|
@@ -194,6 +194,20 @@ export declare class OcrInfo extends $tea.Model {
|
|
|
194
194
|
[key: string]: any;
|
|
195
195
|
});
|
|
196
196
|
}
|
|
197
|
+
export declare class CarInfoPlus extends $tea.Model {
|
|
198
|
+
plateNo?: string;
|
|
199
|
+
model?: string;
|
|
200
|
+
color?: string;
|
|
201
|
+
static names(): {
|
|
202
|
+
[key: string]: string;
|
|
203
|
+
};
|
|
204
|
+
static types(): {
|
|
205
|
+
[key: string]: any;
|
|
206
|
+
};
|
|
207
|
+
constructor(map?: {
|
|
208
|
+
[key: string]: any;
|
|
209
|
+
});
|
|
210
|
+
}
|
|
197
211
|
export declare class CarInfoDetail extends $tea.Model {
|
|
198
212
|
clxh?: string;
|
|
199
213
|
engineCode?: string;
|
|
@@ -258,6 +272,20 @@ export declare class CarInfoBrief extends $tea.Model {
|
|
|
258
272
|
[key: string]: any;
|
|
259
273
|
});
|
|
260
274
|
}
|
|
275
|
+
export declare class CarInfo extends $tea.Model {
|
|
276
|
+
highFrequency?: string;
|
|
277
|
+
value?: string;
|
|
278
|
+
type?: string;
|
|
279
|
+
static names(): {
|
|
280
|
+
[key: string]: string;
|
|
281
|
+
};
|
|
282
|
+
static types(): {
|
|
283
|
+
[key: string]: any;
|
|
284
|
+
};
|
|
285
|
+
constructor(map?: {
|
|
286
|
+
[key: string]: any;
|
|
287
|
+
});
|
|
288
|
+
}
|
|
261
289
|
export declare class XNameValuePair extends $tea.Model {
|
|
262
290
|
name: string;
|
|
263
291
|
value: string;
|
|
@@ -2510,7 +2538,7 @@ export declare class ApplyCutpaymentPaymentRequest extends $tea.Model {
|
|
|
2510
2538
|
userId: string;
|
|
2511
2539
|
securityCode?: string;
|
|
2512
2540
|
validDate?: string;
|
|
2513
|
-
shareInfo?:
|
|
2541
|
+
shareInfo?: string;
|
|
2514
2542
|
static names(): {
|
|
2515
2543
|
[key: string]: string;
|
|
2516
2544
|
};
|
|
@@ -2592,7 +2620,7 @@ export declare class ApplyCutpaymentRefundRequest extends $tea.Model {
|
|
|
2592
2620
|
refundSerialNo: string;
|
|
2593
2621
|
refundReason: string;
|
|
2594
2622
|
refundAmt: string;
|
|
2595
|
-
shareRefundInfo?:
|
|
2623
|
+
shareRefundInfo?: string;
|
|
2596
2624
|
static names(): {
|
|
2597
2625
|
[key: string]: string;
|
|
2598
2626
|
};
|
|
@@ -2718,6 +2746,74 @@ export declare class ExecFaceThreemetaResponse extends $tea.Model {
|
|
|
2718
2746
|
[key: string]: any;
|
|
2719
2747
|
});
|
|
2720
2748
|
}
|
|
2749
|
+
export declare class QueryCarinfoUltimateRequest extends $tea.Model {
|
|
2750
|
+
authToken?: string;
|
|
2751
|
+
productInstanceId?: string;
|
|
2752
|
+
outerOrderNo: string;
|
|
2753
|
+
reqEncType?: string;
|
|
2754
|
+
mobile: string;
|
|
2755
|
+
externInfo?: string;
|
|
2756
|
+
static names(): {
|
|
2757
|
+
[key: string]: string;
|
|
2758
|
+
};
|
|
2759
|
+
static types(): {
|
|
2760
|
+
[key: string]: any;
|
|
2761
|
+
};
|
|
2762
|
+
constructor(map?: {
|
|
2763
|
+
[key: string]: any;
|
|
2764
|
+
});
|
|
2765
|
+
}
|
|
2766
|
+
export declare class QueryCarinfoUltimateResponse extends $tea.Model {
|
|
2767
|
+
reqMsgId?: string;
|
|
2768
|
+
resultCode?: string;
|
|
2769
|
+
resultMsg?: string;
|
|
2770
|
+
externInfo?: string;
|
|
2771
|
+
amont?: string;
|
|
2772
|
+
carInfos?: CarInfo[];
|
|
2773
|
+
static names(): {
|
|
2774
|
+
[key: string]: string;
|
|
2775
|
+
};
|
|
2776
|
+
static types(): {
|
|
2777
|
+
[key: string]: any;
|
|
2778
|
+
};
|
|
2779
|
+
constructor(map?: {
|
|
2780
|
+
[key: string]: any;
|
|
2781
|
+
});
|
|
2782
|
+
}
|
|
2783
|
+
export declare class QueryCarinfoPlusRequest extends $tea.Model {
|
|
2784
|
+
authToken?: string;
|
|
2785
|
+
productInstanceId?: string;
|
|
2786
|
+
outerOrderNo: string;
|
|
2787
|
+
reqEncType?: string;
|
|
2788
|
+
certNo: string;
|
|
2789
|
+
externInfo?: string;
|
|
2790
|
+
static names(): {
|
|
2791
|
+
[key: string]: string;
|
|
2792
|
+
};
|
|
2793
|
+
static types(): {
|
|
2794
|
+
[key: string]: any;
|
|
2795
|
+
};
|
|
2796
|
+
constructor(map?: {
|
|
2797
|
+
[key: string]: any;
|
|
2798
|
+
});
|
|
2799
|
+
}
|
|
2800
|
+
export declare class QueryCarinfoPlusResponse extends $tea.Model {
|
|
2801
|
+
reqMsgId?: string;
|
|
2802
|
+
resultCode?: string;
|
|
2803
|
+
resultMsg?: string;
|
|
2804
|
+
externInfo?: string;
|
|
2805
|
+
amont?: string;
|
|
2806
|
+
carInfos?: CarInfoPlus[];
|
|
2807
|
+
static names(): {
|
|
2808
|
+
[key: string]: string;
|
|
2809
|
+
};
|
|
2810
|
+
static types(): {
|
|
2811
|
+
[key: string]: any;
|
|
2812
|
+
};
|
|
2813
|
+
constructor(map?: {
|
|
2814
|
+
[key: string]: any;
|
|
2815
|
+
});
|
|
2816
|
+
}
|
|
2721
2817
|
export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
|
|
2722
2818
|
authToken?: string;
|
|
2723
2819
|
apiCode: string;
|
|
@@ -3600,6 +3696,30 @@ export default class Client {
|
|
|
3600
3696
|
execFaceThreemetaEx(request: ExecFaceThreemetaRequest, headers: {
|
|
3601
3697
|
[key: string]: string;
|
|
3602
3698
|
}, runtime: $Util.RuntimeOptions): Promise<ExecFaceThreemetaResponse>;
|
|
3699
|
+
/**
|
|
3700
|
+
* Description: 用户资产验证-车辆资产验证旗舰版
|
|
3701
|
+
* Summary: 用户资产验证-车辆资产验证旗舰版
|
|
3702
|
+
*/
|
|
3703
|
+
queryCarinfoUltimate(request: QueryCarinfoUltimateRequest): Promise<QueryCarinfoUltimateResponse>;
|
|
3704
|
+
/**
|
|
3705
|
+
* Description: 用户资产验证-车辆资产验证旗舰版
|
|
3706
|
+
* Summary: 用户资产验证-车辆资产验证旗舰版
|
|
3707
|
+
*/
|
|
3708
|
+
queryCarinfoUltimateEx(request: QueryCarinfoUltimateRequest, headers: {
|
|
3709
|
+
[key: string]: string;
|
|
3710
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryCarinfoUltimateResponse>;
|
|
3711
|
+
/**
|
|
3712
|
+
* Description: 用户资产验证-车辆资产验证增强版
|
|
3713
|
+
* Summary: 用户资产验证-车辆资产验证增强版
|
|
3714
|
+
*/
|
|
3715
|
+
queryCarinfoPlus(request: QueryCarinfoPlusRequest): Promise<QueryCarinfoPlusResponse>;
|
|
3716
|
+
/**
|
|
3717
|
+
* Description: 用户资产验证-车辆资产验证增强版
|
|
3718
|
+
* Summary: 用户资产验证-车辆资产验证增强版
|
|
3719
|
+
*/
|
|
3720
|
+
queryCarinfoPlusEx(request: QueryCarinfoPlusRequest, headers: {
|
|
3721
|
+
[key: string]: string;
|
|
3722
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryCarinfoPlusResponse>;
|
|
3603
3723
|
/**
|
|
3604
3724
|
* Description: 创建HTTP PUT提交的文件上传
|
|
3605
3725
|
* Summary: 文件上传创建
|
package/dist/client.js
CHANGED
|
@@ -22,7 +22,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
22
22
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.CreateAntcloudGatewayxFileUploadResponse = exports.CreateAntcloudGatewayxFileUploadRequest = exports.ExecFaceThreemetaResponse = exports.ExecFaceThreemetaRequest = exports.QueryCutpaymentStatementResponse = exports.QueryCutpaymentStatementRequest = exports.QueryCutpaymentRefundResponse = exports.QueryCutpaymentRefundRequest = exports.ApplyCutpaymentRefundResponse = exports.ApplyCutpaymentRefundRequest = exports.QueryCutpaymentPaymentResponse = exports.QueryCutpaymentPaymentRequest = exports.ApplyCutpaymentPaymentResponse = exports.ApplyCutpaymentPaymentRequest = exports.QueryCutpaymentBindResponse = exports.QueryCutpaymentBindRequest = exports.UnbindCutpaymentSignResponse = exports.UnbindCutpaymentSignRequest = exports.BindCutpaymentSignResponse = exports.BindCutpaymentSignRequest = exports.BindCutpaymentPreResponse = exports.BindCutpaymentPreRequest = exports.QueryCarinfoBriefResponse = exports.QueryCarinfoBriefRequest = exports.QueryCarinfoDetailResponse = exports.QueryCarinfoDetailRequest = exports.CheckIdcardFourmetaResponse = exports.CheckIdcardFourmetaRequest = exports.RecognizeOcrIndividualcardResponse = exports.RecognizeOcrIndividualcardRequest = exports.ScaleinImageResponse = exports.ScaleinImageRequest = exports.QueryFaceverifyServermaterialResponse = exports.QueryFaceverifyServermaterialRequest = exports.QueryBankLivenessfourResponse = exports.QueryBankLivenessfourRequest = exports.QueryEducationBackgroundResponse = exports.QueryEducationBackgroundRequest = exports.CheckCarTwometaResponse = exports.CheckCarTwometaRequest = exports.QueryAlipayverifyServerResponse = exports.QueryAlipayverifyServerRequest = exports.CreateAlipayverifyServerResponse = exports.CreateAlipayverifyServerRequest = exports.ExecFaceverifyServermodeResponse = exports.ExecFaceverifyServermodeRequest = exports.QueryBankLivenessplusResponse = exports.QueryBankLivenessplusRequest = exports.QueryFaceverifyServerResponse = exports.QueryFaceverifyServerRequest = exports.CreateFaceverifyServerResponse = exports.CreateFaceverifyServerRequest = exports.ApplyExtOrgdataResponse = exports.ApplyExtOrgdataRequest = exports.BindCarrierRepairmobileResponse = exports.BindCarrierRepairmobileRequest = exports.QueryCarrierRepairmobileResponse = exports.QueryCarrierRepairmobileRequest = exports.InitCarrierRepairmobileResponse = exports.InitCarrierRepairmobileRequest = exports.DeleteConsoleDomainResponse = exports.DeleteConsoleDomainRequest = exports.CreateConsoleDomainResponse = exports.CreateConsoleDomainRequest = exports.QueryBankLivenessResponse = exports.QueryBankLivenessRequest = exports.ExecFacevrfServermodeResponse = exports.ExecFacevrfServermodeRequest = exports.QuerySocialriskTobriskResponse = exports.QuerySocialriskTobriskRequest = exports.QuerySocialriskBriefResponse = exports.QuerySocialriskBriefRequest = exports.QueryCarrierNetstatusResponse = exports.QueryCarrierNetstatusRequest = exports.QuerySocialriskDetailResponse = exports.QuerySocialriskDetailRequest = exports.QueryNfcServerResponse = exports.QueryNfcServerRequest = exports.CreateNfcServerResponse = exports.CreateNfcServerRequest = exports.CheckCarrierTwometaResponse = exports.CheckCarrierTwometaRequest = exports.CheckBankcardTwometaResponse = exports.CheckBankcardTwometaRequest = exports.QueryDemoInfoResponse = exports.QueryDemoInfoRequest = exports.QueryEducationInfoResponse = exports.QueryEducationInfoRequest = exports.QueryTscenterDeviceResponse = exports.QueryTscenterDeviceRequest = exports.QueryThreemetaPhonereuseResponse = exports.QueryThreemetaPhonereuseRequest = exports.QueryDeepsecTsbmrqResponse = exports.QueryDeepsecTsbmrqRequest = exports.QueryDeepsecRiskResponse = exports.QueryDeepsecRiskRequest = exports.CheckThreemetaBankcardResponse = exports.CheckThreemetaBankcardRequest = exports.RecognizeDocIndividualcardResponse = exports.RecognizeDocIndividualcardRequest = exports.VerifyFacevrfZimResponse = exports.VerifyFacevrfZimRequest = exports.InitFacevrfZimResponse = exports.InitFacevrfZimRequest = exports.QueryThreemetaOnlinetimeResponse = exports.QueryThreemetaOnlinetimeRequest = exports.CheckTwometaHashResponse = exports.CheckTwometaHashRequest = exports.CheckAnticheatPersonalResponse = exports.CheckAnticheatPersonalRequest = exports.DetailFacevrfServerResponse = exports.DetailFacevrfServerRequest = exports.QueryMobileRiskResponse = exports.QueryMobileRiskRequest = exports.CheckRouteTwometaResponse = exports.CheckRouteTwometaRequest = exports.VerifyVoiceprintServermodeResponse = exports.VerifyVoiceprintServermodeRequest = exports.CreateVoiceprintServermodeResponse = exports.CreateVoiceprintServermodeRequest = exports.CheckRouteThreemetaResponse = exports.CheckRouteThreemetaRequest = exports.CheckIndividualidFourmetaResponse = exports.CheckIndividualidFourmetaRequest = exports.CheckIndividualidThreemetaResponse = exports.CheckIndividualidThreemetaRequest = exports.CheckIndividualidTwometaResponse = exports.CheckIndividualidTwometaRequest = exports.GetFacevrfEvidenceResponse = exports.GetFacevrfEvidenceRequest = exports.ExecFacevrfServerResponse = exports.ExecFacevrfServerRequest = exports.CreateFacevrfServerResponse = exports.CreateFacevrfServerRequest = exports.QueryFacevrfServerResponse = exports.QueryFacevrfServerRequest = exports.XNameValuePair = exports.CarInfoBrief = exports.CarInfoDetail = exports.OcrInfo = exports.Audio = exports.ShareInfo = exports.ShareRefundInfo = exports.AudioMeta = exports.RiskInfo = exports.CardQuality = exports.OcrLocation = exports.Config = void 0;
|
|
25
|
+
exports.CreateAntcloudGatewayxFileUploadResponse = exports.CreateAntcloudGatewayxFileUploadRequest = exports.QueryCarinfoPlusResponse = exports.QueryCarinfoPlusRequest = exports.QueryCarinfoUltimateResponse = exports.QueryCarinfoUltimateRequest = exports.ExecFaceThreemetaResponse = exports.ExecFaceThreemetaRequest = exports.QueryCutpaymentStatementResponse = exports.QueryCutpaymentStatementRequest = exports.QueryCutpaymentRefundResponse = exports.QueryCutpaymentRefundRequest = exports.ApplyCutpaymentRefundResponse = exports.ApplyCutpaymentRefundRequest = exports.QueryCutpaymentPaymentResponse = exports.QueryCutpaymentPaymentRequest = exports.ApplyCutpaymentPaymentResponse = exports.ApplyCutpaymentPaymentRequest = exports.QueryCutpaymentBindResponse = exports.QueryCutpaymentBindRequest = exports.UnbindCutpaymentSignResponse = exports.UnbindCutpaymentSignRequest = exports.BindCutpaymentSignResponse = exports.BindCutpaymentSignRequest = exports.BindCutpaymentPreResponse = exports.BindCutpaymentPreRequest = exports.QueryCarinfoBriefResponse = exports.QueryCarinfoBriefRequest = exports.QueryCarinfoDetailResponse = exports.QueryCarinfoDetailRequest = exports.CheckIdcardFourmetaResponse = exports.CheckIdcardFourmetaRequest = exports.RecognizeOcrIndividualcardResponse = exports.RecognizeOcrIndividualcardRequest = exports.ScaleinImageResponse = exports.ScaleinImageRequest = exports.QueryFaceverifyServermaterialResponse = exports.QueryFaceverifyServermaterialRequest = exports.QueryBankLivenessfourResponse = exports.QueryBankLivenessfourRequest = exports.QueryEducationBackgroundResponse = exports.QueryEducationBackgroundRequest = exports.CheckCarTwometaResponse = exports.CheckCarTwometaRequest = exports.QueryAlipayverifyServerResponse = exports.QueryAlipayverifyServerRequest = exports.CreateAlipayverifyServerResponse = exports.CreateAlipayverifyServerRequest = exports.ExecFaceverifyServermodeResponse = exports.ExecFaceverifyServermodeRequest = exports.QueryBankLivenessplusResponse = exports.QueryBankLivenessplusRequest = exports.QueryFaceverifyServerResponse = exports.QueryFaceverifyServerRequest = exports.CreateFaceverifyServerResponse = exports.CreateFaceverifyServerRequest = exports.ApplyExtOrgdataResponse = exports.ApplyExtOrgdataRequest = exports.BindCarrierRepairmobileResponse = exports.BindCarrierRepairmobileRequest = exports.QueryCarrierRepairmobileResponse = exports.QueryCarrierRepairmobileRequest = exports.InitCarrierRepairmobileResponse = exports.InitCarrierRepairmobileRequest = exports.DeleteConsoleDomainResponse = exports.DeleteConsoleDomainRequest = exports.CreateConsoleDomainResponse = exports.CreateConsoleDomainRequest = exports.QueryBankLivenessResponse = exports.QueryBankLivenessRequest = exports.ExecFacevrfServermodeResponse = exports.ExecFacevrfServermodeRequest = exports.QuerySocialriskTobriskResponse = exports.QuerySocialriskTobriskRequest = exports.QuerySocialriskBriefResponse = exports.QuerySocialriskBriefRequest = exports.QueryCarrierNetstatusResponse = exports.QueryCarrierNetstatusRequest = exports.QuerySocialriskDetailResponse = exports.QuerySocialriskDetailRequest = exports.QueryNfcServerResponse = exports.QueryNfcServerRequest = exports.CreateNfcServerResponse = exports.CreateNfcServerRequest = exports.CheckCarrierTwometaResponse = exports.CheckCarrierTwometaRequest = exports.CheckBankcardTwometaResponse = exports.CheckBankcardTwometaRequest = exports.QueryDemoInfoResponse = exports.QueryDemoInfoRequest = exports.QueryEducationInfoResponse = exports.QueryEducationInfoRequest = exports.QueryTscenterDeviceResponse = exports.QueryTscenterDeviceRequest = exports.QueryThreemetaPhonereuseResponse = exports.QueryThreemetaPhonereuseRequest = exports.QueryDeepsecTsbmrqResponse = exports.QueryDeepsecTsbmrqRequest = exports.QueryDeepsecRiskResponse = exports.QueryDeepsecRiskRequest = exports.CheckThreemetaBankcardResponse = exports.CheckThreemetaBankcardRequest = exports.RecognizeDocIndividualcardResponse = exports.RecognizeDocIndividualcardRequest = exports.VerifyFacevrfZimResponse = exports.VerifyFacevrfZimRequest = exports.InitFacevrfZimResponse = exports.InitFacevrfZimRequest = exports.QueryThreemetaOnlinetimeResponse = exports.QueryThreemetaOnlinetimeRequest = exports.CheckTwometaHashResponse = exports.CheckTwometaHashRequest = exports.CheckAnticheatPersonalResponse = exports.CheckAnticheatPersonalRequest = exports.DetailFacevrfServerResponse = exports.DetailFacevrfServerRequest = exports.QueryMobileRiskResponse = exports.QueryMobileRiskRequest = exports.CheckRouteTwometaResponse = exports.CheckRouteTwometaRequest = exports.VerifyVoiceprintServermodeResponse = exports.VerifyVoiceprintServermodeRequest = exports.CreateVoiceprintServermodeResponse = exports.CreateVoiceprintServermodeRequest = exports.CheckRouteThreemetaResponse = exports.CheckRouteThreemetaRequest = exports.CheckIndividualidFourmetaResponse = exports.CheckIndividualidFourmetaRequest = exports.CheckIndividualidThreemetaResponse = exports.CheckIndividualidThreemetaRequest = exports.CheckIndividualidTwometaResponse = exports.CheckIndividualidTwometaRequest = exports.GetFacevrfEvidenceResponse = exports.GetFacevrfEvidenceRequest = exports.ExecFacevrfServerResponse = exports.ExecFacevrfServerRequest = exports.CreateFacevrfServerResponse = exports.CreateFacevrfServerRequest = exports.QueryFacevrfServerResponse = exports.QueryFacevrfServerRequest = exports.XNameValuePair = exports.CarInfo = exports.CarInfoBrief = exports.CarInfoDetail = exports.CarInfoPlus = exports.OcrInfo = exports.Audio = exports.ShareInfo = exports.ShareRefundInfo = exports.AudioMeta = exports.RiskInfo = exports.CardQuality = exports.OcrLocation = exports.Config = void 0;
|
|
26
26
|
// This file is auto-generated, don't edit it
|
|
27
27
|
const alipay_util_1 = __importDefault(require("@antchain/alipay-util"));
|
|
28
28
|
const tea_util_1 = __importStar(require("@alicloud/tea-util")), $Util = tea_util_1;
|
|
@@ -345,6 +345,27 @@ class OcrInfo extends $tea.Model {
|
|
|
345
345
|
}
|
|
346
346
|
}
|
|
347
347
|
exports.OcrInfo = OcrInfo;
|
|
348
|
+
// 车辆资产验证增强版车辆信息
|
|
349
|
+
class CarInfoPlus extends $tea.Model {
|
|
350
|
+
constructor(map) {
|
|
351
|
+
super(map);
|
|
352
|
+
}
|
|
353
|
+
static names() {
|
|
354
|
+
return {
|
|
355
|
+
plateNo: 'plate_no',
|
|
356
|
+
model: 'model',
|
|
357
|
+
color: 'color',
|
|
358
|
+
};
|
|
359
|
+
}
|
|
360
|
+
static types() {
|
|
361
|
+
return {
|
|
362
|
+
plateNo: 'string',
|
|
363
|
+
model: 'string',
|
|
364
|
+
color: 'string',
|
|
365
|
+
};
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
exports.CarInfoPlus = CarInfoPlus;
|
|
348
369
|
// 车辆资产验证详版车辆信息
|
|
349
370
|
class CarInfoDetail extends $tea.Model {
|
|
350
371
|
constructor(map) {
|
|
@@ -459,6 +480,27 @@ class CarInfoBrief extends $tea.Model {
|
|
|
459
480
|
}
|
|
460
481
|
}
|
|
461
482
|
exports.CarInfoBrief = CarInfoBrief;
|
|
483
|
+
// 车辆资产验证旗舰版车辆信息
|
|
484
|
+
class CarInfo extends $tea.Model {
|
|
485
|
+
constructor(map) {
|
|
486
|
+
super(map);
|
|
487
|
+
}
|
|
488
|
+
static names() {
|
|
489
|
+
return {
|
|
490
|
+
highFrequency: 'high_frequency',
|
|
491
|
+
value: 'value',
|
|
492
|
+
type: 'type',
|
|
493
|
+
};
|
|
494
|
+
}
|
|
495
|
+
static types() {
|
|
496
|
+
return {
|
|
497
|
+
highFrequency: 'string',
|
|
498
|
+
value: 'string',
|
|
499
|
+
type: 'string',
|
|
500
|
+
};
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
exports.CarInfo = CarInfo;
|
|
462
504
|
// 键值对
|
|
463
505
|
class XNameValuePair extends $tea.Model {
|
|
464
506
|
constructor(map) {
|
|
@@ -3989,7 +4031,7 @@ class ApplyCutpaymentPaymentRequest extends $tea.Model {
|
|
|
3989
4031
|
userId: 'string',
|
|
3990
4032
|
securityCode: 'string',
|
|
3991
4033
|
validDate: 'string',
|
|
3992
|
-
shareInfo:
|
|
4034
|
+
shareInfo: 'string',
|
|
3993
4035
|
};
|
|
3994
4036
|
}
|
|
3995
4037
|
}
|
|
@@ -4121,7 +4163,7 @@ class ApplyCutpaymentRefundRequest extends $tea.Model {
|
|
|
4121
4163
|
refundSerialNo: 'string',
|
|
4122
4164
|
refundReason: 'string',
|
|
4123
4165
|
refundAmt: 'string',
|
|
4124
|
-
shareRefundInfo:
|
|
4166
|
+
shareRefundInfo: 'string',
|
|
4125
4167
|
};
|
|
4126
4168
|
}
|
|
4127
4169
|
}
|
|
@@ -4300,6 +4342,110 @@ class ExecFaceThreemetaResponse extends $tea.Model {
|
|
|
4300
4342
|
}
|
|
4301
4343
|
}
|
|
4302
4344
|
exports.ExecFaceThreemetaResponse = ExecFaceThreemetaResponse;
|
|
4345
|
+
class QueryCarinfoUltimateRequest extends $tea.Model {
|
|
4346
|
+
constructor(map) {
|
|
4347
|
+
super(map);
|
|
4348
|
+
}
|
|
4349
|
+
static names() {
|
|
4350
|
+
return {
|
|
4351
|
+
authToken: 'auth_token',
|
|
4352
|
+
productInstanceId: 'product_instance_id',
|
|
4353
|
+
outerOrderNo: 'outer_order_no',
|
|
4354
|
+
reqEncType: 'req_enc_type',
|
|
4355
|
+
mobile: 'mobile',
|
|
4356
|
+
externInfo: 'extern_info',
|
|
4357
|
+
};
|
|
4358
|
+
}
|
|
4359
|
+
static types() {
|
|
4360
|
+
return {
|
|
4361
|
+
authToken: 'string',
|
|
4362
|
+
productInstanceId: 'string',
|
|
4363
|
+
outerOrderNo: 'string',
|
|
4364
|
+
reqEncType: 'string',
|
|
4365
|
+
mobile: 'string',
|
|
4366
|
+
externInfo: 'string',
|
|
4367
|
+
};
|
|
4368
|
+
}
|
|
4369
|
+
}
|
|
4370
|
+
exports.QueryCarinfoUltimateRequest = QueryCarinfoUltimateRequest;
|
|
4371
|
+
class QueryCarinfoUltimateResponse extends $tea.Model {
|
|
4372
|
+
constructor(map) {
|
|
4373
|
+
super(map);
|
|
4374
|
+
}
|
|
4375
|
+
static names() {
|
|
4376
|
+
return {
|
|
4377
|
+
reqMsgId: 'req_msg_id',
|
|
4378
|
+
resultCode: 'result_code',
|
|
4379
|
+
resultMsg: 'result_msg',
|
|
4380
|
+
externInfo: 'extern_info',
|
|
4381
|
+
amont: 'amont',
|
|
4382
|
+
carInfos: 'car_infos',
|
|
4383
|
+
};
|
|
4384
|
+
}
|
|
4385
|
+
static types() {
|
|
4386
|
+
return {
|
|
4387
|
+
reqMsgId: 'string',
|
|
4388
|
+
resultCode: 'string',
|
|
4389
|
+
resultMsg: 'string',
|
|
4390
|
+
externInfo: 'string',
|
|
4391
|
+
amont: 'string',
|
|
4392
|
+
carInfos: { 'type': 'array', 'itemType': CarInfo },
|
|
4393
|
+
};
|
|
4394
|
+
}
|
|
4395
|
+
}
|
|
4396
|
+
exports.QueryCarinfoUltimateResponse = QueryCarinfoUltimateResponse;
|
|
4397
|
+
class QueryCarinfoPlusRequest extends $tea.Model {
|
|
4398
|
+
constructor(map) {
|
|
4399
|
+
super(map);
|
|
4400
|
+
}
|
|
4401
|
+
static names() {
|
|
4402
|
+
return {
|
|
4403
|
+
authToken: 'auth_token',
|
|
4404
|
+
productInstanceId: 'product_instance_id',
|
|
4405
|
+
outerOrderNo: 'outer_order_no',
|
|
4406
|
+
reqEncType: 'req_enc_type',
|
|
4407
|
+
certNo: 'cert_no',
|
|
4408
|
+
externInfo: 'extern_info',
|
|
4409
|
+
};
|
|
4410
|
+
}
|
|
4411
|
+
static types() {
|
|
4412
|
+
return {
|
|
4413
|
+
authToken: 'string',
|
|
4414
|
+
productInstanceId: 'string',
|
|
4415
|
+
outerOrderNo: 'string',
|
|
4416
|
+
reqEncType: 'string',
|
|
4417
|
+
certNo: 'string',
|
|
4418
|
+
externInfo: 'string',
|
|
4419
|
+
};
|
|
4420
|
+
}
|
|
4421
|
+
}
|
|
4422
|
+
exports.QueryCarinfoPlusRequest = QueryCarinfoPlusRequest;
|
|
4423
|
+
class QueryCarinfoPlusResponse extends $tea.Model {
|
|
4424
|
+
constructor(map) {
|
|
4425
|
+
super(map);
|
|
4426
|
+
}
|
|
4427
|
+
static names() {
|
|
4428
|
+
return {
|
|
4429
|
+
reqMsgId: 'req_msg_id',
|
|
4430
|
+
resultCode: 'result_code',
|
|
4431
|
+
resultMsg: 'result_msg',
|
|
4432
|
+
externInfo: 'extern_info',
|
|
4433
|
+
amont: 'amont',
|
|
4434
|
+
carInfos: 'car_infos',
|
|
4435
|
+
};
|
|
4436
|
+
}
|
|
4437
|
+
static types() {
|
|
4438
|
+
return {
|
|
4439
|
+
reqMsgId: 'string',
|
|
4440
|
+
resultCode: 'string',
|
|
4441
|
+
resultMsg: 'string',
|
|
4442
|
+
externInfo: 'string',
|
|
4443
|
+
amont: 'string',
|
|
4444
|
+
carInfos: { 'type': 'array', 'itemType': CarInfoPlus },
|
|
4445
|
+
};
|
|
4446
|
+
}
|
|
4447
|
+
}
|
|
4448
|
+
exports.QueryCarinfoPlusResponse = QueryCarinfoPlusResponse;
|
|
4303
4449
|
class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
|
|
4304
4450
|
constructor(map) {
|
|
4305
4451
|
super(map);
|
|
@@ -4444,7 +4590,7 @@ class Client {
|
|
|
4444
4590
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
4445
4591
|
access_key: this._accessKeyId,
|
|
4446
4592
|
base_sdk_version: "TeaSDK-2.0",
|
|
4447
|
-
sdk_version: "1.22.
|
|
4593
|
+
sdk_version: "1.22.10",
|
|
4448
4594
|
_prod_code: "REALPERSON",
|
|
4449
4595
|
_prod_channel: "undefined",
|
|
4450
4596
|
};
|
|
@@ -5760,6 +5906,40 @@ class Client {
|
|
|
5760
5906
|
tea_util_1.default.validateModel(request);
|
|
5761
5907
|
return $tea.cast(await this.doRequest("1.0", "di.realperson.face.threemeta.exec", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new ExecFaceThreemetaResponse({}));
|
|
5762
5908
|
}
|
|
5909
|
+
/**
|
|
5910
|
+
* Description: 用户资产验证-车辆资产验证旗舰版
|
|
5911
|
+
* Summary: 用户资产验证-车辆资产验证旗舰版
|
|
5912
|
+
*/
|
|
5913
|
+
async queryCarinfoUltimate(request) {
|
|
5914
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
5915
|
+
let headers = {};
|
|
5916
|
+
return await this.queryCarinfoUltimateEx(request, headers, runtime);
|
|
5917
|
+
}
|
|
5918
|
+
/**
|
|
5919
|
+
* Description: 用户资产验证-车辆资产验证旗舰版
|
|
5920
|
+
* Summary: 用户资产验证-车辆资产验证旗舰版
|
|
5921
|
+
*/
|
|
5922
|
+
async queryCarinfoUltimateEx(request, headers, runtime) {
|
|
5923
|
+
tea_util_1.default.validateModel(request);
|
|
5924
|
+
return $tea.cast(await this.doRequest("1.0", "di.realperson.carinfo.ultimate.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryCarinfoUltimateResponse({}));
|
|
5925
|
+
}
|
|
5926
|
+
/**
|
|
5927
|
+
* Description: 用户资产验证-车辆资产验证增强版
|
|
5928
|
+
* Summary: 用户资产验证-车辆资产验证增强版
|
|
5929
|
+
*/
|
|
5930
|
+
async queryCarinfoPlus(request) {
|
|
5931
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
5932
|
+
let headers = {};
|
|
5933
|
+
return await this.queryCarinfoPlusEx(request, headers, runtime);
|
|
5934
|
+
}
|
|
5935
|
+
/**
|
|
5936
|
+
* Description: 用户资产验证-车辆资产验证增强版
|
|
5937
|
+
* Summary: 用户资产验证-车辆资产验证增强版
|
|
5938
|
+
*/
|
|
5939
|
+
async queryCarinfoPlusEx(request, headers, runtime) {
|
|
5940
|
+
tea_util_1.default.validateModel(request);
|
|
5941
|
+
return $tea.cast(await this.doRequest("1.0", "di.realperson.carinfo.plus.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryCarinfoPlusResponse({}));
|
|
5942
|
+
}
|
|
5763
5943
|
/**
|
|
5764
5944
|
* Description: 创建HTTP PUT提交的文件上传
|
|
5765
5945
|
* Summary: 文件上传创建
|