@alicloud/cloudauth20190307 2.6.0 → 2.6.2
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 +1689 -164
- package/dist/client.js +171 -162
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +1722 -184
package/src/client.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// This file is auto-generated, don't edit it
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
3
|
*/
|
|
5
4
|
import Util, * as $Util from '@alicloud/tea-util';
|
|
6
5
|
import OSS, * as $OSS from '@alicloud/oss-client';
|
|
@@ -14,12 +13,40 @@ import { Readable } from 'stream';
|
|
|
14
13
|
import * as $tea from '@alicloud/tea-typescript';
|
|
15
14
|
|
|
16
15
|
export class AIGCFaceVerifyRequest extends $tea.Model {
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
19
|
+
*/
|
|
17
20
|
faceContrastPicture?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
24
|
+
*/
|
|
18
25
|
faceContrastPictureUrl?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
29
|
+
*/
|
|
19
30
|
ossBucketName?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @example
|
|
33
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
34
|
+
*/
|
|
20
35
|
ossObjectName?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @example
|
|
38
|
+
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
39
|
+
*/
|
|
21
40
|
outerOrderNo?: string;
|
|
41
|
+
/**
|
|
42
|
+
* @example
|
|
43
|
+
* LR_FR_AIGC
|
|
44
|
+
*/
|
|
22
45
|
productCode?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @example
|
|
48
|
+
* 100000xxxx
|
|
49
|
+
*/
|
|
23
50
|
sceneId?: number;
|
|
24
51
|
static names(): { [key: string]: string } {
|
|
25
52
|
return {
|
|
@@ -51,8 +78,20 @@ export class AIGCFaceVerifyRequest extends $tea.Model {
|
|
|
51
78
|
}
|
|
52
79
|
|
|
53
80
|
export class AIGCFaceVerifyResponseBody extends $tea.Model {
|
|
81
|
+
/**
|
|
82
|
+
* @example
|
|
83
|
+
* 200
|
|
84
|
+
*/
|
|
54
85
|
code?: string;
|
|
86
|
+
/**
|
|
87
|
+
* @example
|
|
88
|
+
* success
|
|
89
|
+
*/
|
|
55
90
|
message?: string;
|
|
91
|
+
/**
|
|
92
|
+
* @example
|
|
93
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
94
|
+
*/
|
|
56
95
|
requestId?: string;
|
|
57
96
|
resultObject?: AIGCFaceVerifyResponseBodyResultObject;
|
|
58
97
|
static names(): { [key: string]: string } {
|
|
@@ -104,12 +143,36 @@ export class AIGCFaceVerifyResponse extends $tea.Model {
|
|
|
104
143
|
}
|
|
105
144
|
|
|
106
145
|
export class BankMetaVerifyRequest extends $tea.Model {
|
|
146
|
+
/**
|
|
147
|
+
* @example
|
|
148
|
+
* 610*************1181
|
|
149
|
+
*/
|
|
107
150
|
bankCard?: string;
|
|
151
|
+
/**
|
|
152
|
+
* @example
|
|
153
|
+
* 429001********8211
|
|
154
|
+
*/
|
|
108
155
|
identifyNum?: string;
|
|
156
|
+
/**
|
|
157
|
+
* @example
|
|
158
|
+
* 138******11
|
|
159
|
+
*/
|
|
109
160
|
mobile?: string;
|
|
161
|
+
/**
|
|
162
|
+
* @example
|
|
163
|
+
* normal
|
|
164
|
+
*/
|
|
110
165
|
paramType?: string;
|
|
166
|
+
/**
|
|
167
|
+
* @example
|
|
168
|
+
* BANK_CARD_2_META
|
|
169
|
+
*/
|
|
111
170
|
productType?: string;
|
|
112
171
|
userName?: string;
|
|
172
|
+
/**
|
|
173
|
+
* @example
|
|
174
|
+
* VERIFY_BANK_CARD
|
|
175
|
+
*/
|
|
113
176
|
verifyMode?: string;
|
|
114
177
|
static names(): { [key: string]: string } {
|
|
115
178
|
return {
|
|
@@ -141,8 +204,20 @@ export class BankMetaVerifyRequest extends $tea.Model {
|
|
|
141
204
|
}
|
|
142
205
|
|
|
143
206
|
export class BankMetaVerifyResponseBody extends $tea.Model {
|
|
207
|
+
/**
|
|
208
|
+
* @example
|
|
209
|
+
* 200
|
|
210
|
+
*/
|
|
144
211
|
code?: string;
|
|
212
|
+
/**
|
|
213
|
+
* @example
|
|
214
|
+
* success
|
|
215
|
+
*/
|
|
145
216
|
message?: string;
|
|
217
|
+
/**
|
|
218
|
+
* @example
|
|
219
|
+
* 473469C7-A***B-A3DC0DE3C83E
|
|
220
|
+
*/
|
|
146
221
|
requestId?: string;
|
|
147
222
|
resultObject?: BankMetaVerifyResponseBodyResultObject;
|
|
148
223
|
static names(): { [key: string]: string } {
|
|
@@ -195,18 +270,70 @@ export class BankMetaVerifyResponse extends $tea.Model {
|
|
|
195
270
|
|
|
196
271
|
export class CompareFaceVerifyRequest extends $tea.Model {
|
|
197
272
|
crop?: string;
|
|
273
|
+
/**
|
|
274
|
+
* @example
|
|
275
|
+
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
276
|
+
*/
|
|
198
277
|
outerOrderNo?: string;
|
|
278
|
+
/**
|
|
279
|
+
* @example
|
|
280
|
+
* PV_FC
|
|
281
|
+
*/
|
|
199
282
|
productCode?: string;
|
|
283
|
+
/**
|
|
284
|
+
* @example
|
|
285
|
+
* 1000000006
|
|
286
|
+
*/
|
|
200
287
|
sceneId?: number;
|
|
288
|
+
/**
|
|
289
|
+
* @example
|
|
290
|
+
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
291
|
+
*/
|
|
201
292
|
sourceCertifyId?: string;
|
|
293
|
+
/**
|
|
294
|
+
* @example
|
|
295
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
296
|
+
*/
|
|
202
297
|
sourceFaceContrastPicture?: string;
|
|
298
|
+
/**
|
|
299
|
+
* @example
|
|
300
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
301
|
+
*/
|
|
203
302
|
sourceFaceContrastPictureUrl?: string;
|
|
303
|
+
/**
|
|
304
|
+
* @example
|
|
305
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
306
|
+
*/
|
|
204
307
|
sourceOssBucketName?: string;
|
|
308
|
+
/**
|
|
309
|
+
* @example
|
|
310
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
311
|
+
*/
|
|
205
312
|
sourceOssObjectName?: string;
|
|
313
|
+
/**
|
|
314
|
+
* @example
|
|
315
|
+
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
316
|
+
*/
|
|
206
317
|
targetCertifyId?: string;
|
|
318
|
+
/**
|
|
319
|
+
* @example
|
|
320
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
321
|
+
*/
|
|
207
322
|
targetFaceContrastPicture?: string;
|
|
323
|
+
/**
|
|
324
|
+
* @example
|
|
325
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
326
|
+
*/
|
|
208
327
|
targetFaceContrastPictureUrl?: string;
|
|
328
|
+
/**
|
|
329
|
+
* @example
|
|
330
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
331
|
+
*/
|
|
209
332
|
targetOssBucketName?: string;
|
|
333
|
+
/**
|
|
334
|
+
* @example
|
|
335
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
336
|
+
*/
|
|
210
337
|
targetOssObjectName?: string;
|
|
211
338
|
static names(): { [key: string]: string } {
|
|
212
339
|
return {
|
|
@@ -252,8 +379,20 @@ export class CompareFaceVerifyRequest extends $tea.Model {
|
|
|
252
379
|
}
|
|
253
380
|
|
|
254
381
|
export class CompareFaceVerifyResponseBody extends $tea.Model {
|
|
382
|
+
/**
|
|
383
|
+
* @example
|
|
384
|
+
* 200
|
|
385
|
+
*/
|
|
255
386
|
code?: string;
|
|
387
|
+
/**
|
|
388
|
+
* @example
|
|
389
|
+
* success
|
|
390
|
+
*/
|
|
256
391
|
message?: string;
|
|
392
|
+
/**
|
|
393
|
+
* @example
|
|
394
|
+
* 130A2C10-B9EE-4D84-88E3-5384FF039795
|
|
395
|
+
*/
|
|
257
396
|
requestId?: string;
|
|
258
397
|
resultObject?: CompareFaceVerifyResponseBodyResultObject;
|
|
259
398
|
static names(): { [key: string]: string } {
|
|
@@ -305,9 +444,25 @@ export class CompareFaceVerifyResponse extends $tea.Model {
|
|
|
305
444
|
}
|
|
306
445
|
|
|
307
446
|
export class CompareFacesRequest extends $tea.Model {
|
|
447
|
+
/**
|
|
448
|
+
* @example
|
|
449
|
+
* FacePic
|
|
450
|
+
*/
|
|
308
451
|
sourceImageType?: string;
|
|
452
|
+
/**
|
|
453
|
+
* @example
|
|
454
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
455
|
+
*/
|
|
309
456
|
sourceImageValue?: string;
|
|
457
|
+
/**
|
|
458
|
+
* @example
|
|
459
|
+
* FacePic
|
|
460
|
+
*/
|
|
310
461
|
targetImageType?: string;
|
|
462
|
+
/**
|
|
463
|
+
* @example
|
|
464
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
465
|
+
*/
|
|
311
466
|
targetImageValue?: string;
|
|
312
467
|
static names(): { [key: string]: string } {
|
|
313
468
|
return {
|
|
@@ -333,10 +488,26 @@ export class CompareFacesRequest extends $tea.Model {
|
|
|
333
488
|
}
|
|
334
489
|
|
|
335
490
|
export class CompareFacesResponseBody extends $tea.Model {
|
|
491
|
+
/**
|
|
492
|
+
* @example
|
|
493
|
+
* 200
|
|
494
|
+
*/
|
|
336
495
|
code?: string;
|
|
337
496
|
data?: CompareFacesResponseBodyData;
|
|
497
|
+
/**
|
|
498
|
+
* @example
|
|
499
|
+
* Error.InternalError
|
|
500
|
+
*/
|
|
338
501
|
message?: string;
|
|
502
|
+
/**
|
|
503
|
+
* @example
|
|
504
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
505
|
+
*/
|
|
339
506
|
requestId?: string;
|
|
507
|
+
/**
|
|
508
|
+
* @example
|
|
509
|
+
* true
|
|
510
|
+
*/
|
|
340
511
|
success?: boolean;
|
|
341
512
|
static names(): { [key: string]: string } {
|
|
342
513
|
return {
|
|
@@ -390,23 +561,79 @@ export class CompareFacesResponse extends $tea.Model {
|
|
|
390
561
|
|
|
391
562
|
export class ContrastFaceVerifyRequest extends $tea.Model {
|
|
392
563
|
certName?: string;
|
|
564
|
+
/**
|
|
565
|
+
* @example
|
|
566
|
+
* 330103xxxxxxxxxxxx
|
|
567
|
+
*/
|
|
393
568
|
certNo?: string;
|
|
569
|
+
/**
|
|
570
|
+
* @example
|
|
571
|
+
* IDENTITY_CARD
|
|
572
|
+
*/
|
|
394
573
|
certType?: string;
|
|
574
|
+
/**
|
|
575
|
+
* @example
|
|
576
|
+
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
577
|
+
*/
|
|
395
578
|
certifyId?: string;
|
|
396
579
|
crop?: string;
|
|
580
|
+
/**
|
|
581
|
+
* @example
|
|
582
|
+
* McozS1ZWRcRZStlERcZZo_QOytx5jcgZoZJEoRLOxxxxxxx
|
|
583
|
+
*/
|
|
397
584
|
deviceToken?: string;
|
|
398
585
|
encryptType?: string;
|
|
399
586
|
faceContrastFile?: string;
|
|
587
|
+
/**
|
|
588
|
+
* @example
|
|
589
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
590
|
+
*/
|
|
400
591
|
faceContrastPicture?: string;
|
|
592
|
+
/**
|
|
593
|
+
* @example
|
|
594
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
595
|
+
*/
|
|
401
596
|
faceContrastPictureUrl?: string;
|
|
597
|
+
/**
|
|
598
|
+
* @example
|
|
599
|
+
* 114.xxx.xxx.xxx
|
|
600
|
+
*/
|
|
402
601
|
ip?: string;
|
|
602
|
+
/**
|
|
603
|
+
* @example
|
|
604
|
+
* 130xxxxxxxx
|
|
605
|
+
*/
|
|
403
606
|
mobile?: string;
|
|
404
607
|
model?: string;
|
|
608
|
+
/**
|
|
609
|
+
* @example
|
|
610
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
611
|
+
*/
|
|
405
612
|
ossBucketName?: string;
|
|
613
|
+
/**
|
|
614
|
+
* @example
|
|
615
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
616
|
+
*/
|
|
406
617
|
ossObjectName?: string;
|
|
618
|
+
/**
|
|
619
|
+
* @example
|
|
620
|
+
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
621
|
+
*/
|
|
407
622
|
outerOrderNo?: string;
|
|
623
|
+
/**
|
|
624
|
+
* @example
|
|
625
|
+
* ID_MIN
|
|
626
|
+
*/
|
|
408
627
|
productCode?: string;
|
|
628
|
+
/**
|
|
629
|
+
* @example
|
|
630
|
+
* 1000000006
|
|
631
|
+
*/
|
|
409
632
|
sceneId?: number;
|
|
633
|
+
/**
|
|
634
|
+
* @example
|
|
635
|
+
* 123456789
|
|
636
|
+
*/
|
|
410
637
|
userId?: string;
|
|
411
638
|
static names(): { [key: string]: string } {
|
|
412
639
|
return {
|
|
@@ -463,23 +690,79 @@ export class ContrastFaceVerifyRequest extends $tea.Model {
|
|
|
463
690
|
|
|
464
691
|
export class ContrastFaceVerifyAdvanceRequest extends $tea.Model {
|
|
465
692
|
certName?: string;
|
|
693
|
+
/**
|
|
694
|
+
* @example
|
|
695
|
+
* 330103xxxxxxxxxxxx
|
|
696
|
+
*/
|
|
466
697
|
certNo?: string;
|
|
698
|
+
/**
|
|
699
|
+
* @example
|
|
700
|
+
* IDENTITY_CARD
|
|
701
|
+
*/
|
|
467
702
|
certType?: string;
|
|
703
|
+
/**
|
|
704
|
+
* @example
|
|
705
|
+
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
706
|
+
*/
|
|
468
707
|
certifyId?: string;
|
|
469
708
|
crop?: string;
|
|
709
|
+
/**
|
|
710
|
+
* @example
|
|
711
|
+
* McozS1ZWRcRZStlERcZZo_QOytx5jcgZoZJEoRLOxxxxxxx
|
|
712
|
+
*/
|
|
470
713
|
deviceToken?: string;
|
|
471
714
|
encryptType?: string;
|
|
472
715
|
faceContrastFileObject?: Readable;
|
|
716
|
+
/**
|
|
717
|
+
* @example
|
|
718
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
719
|
+
*/
|
|
473
720
|
faceContrastPicture?: string;
|
|
721
|
+
/**
|
|
722
|
+
* @example
|
|
723
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
724
|
+
*/
|
|
474
725
|
faceContrastPictureUrl?: string;
|
|
726
|
+
/**
|
|
727
|
+
* @example
|
|
728
|
+
* 114.xxx.xxx.xxx
|
|
729
|
+
*/
|
|
475
730
|
ip?: string;
|
|
731
|
+
/**
|
|
732
|
+
* @example
|
|
733
|
+
* 130xxxxxxxx
|
|
734
|
+
*/
|
|
476
735
|
mobile?: string;
|
|
477
736
|
model?: string;
|
|
737
|
+
/**
|
|
738
|
+
* @example
|
|
739
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
740
|
+
*/
|
|
478
741
|
ossBucketName?: string;
|
|
742
|
+
/**
|
|
743
|
+
* @example
|
|
744
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
745
|
+
*/
|
|
479
746
|
ossObjectName?: string;
|
|
747
|
+
/**
|
|
748
|
+
* @example
|
|
749
|
+
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
750
|
+
*/
|
|
480
751
|
outerOrderNo?: string;
|
|
752
|
+
/**
|
|
753
|
+
* @example
|
|
754
|
+
* ID_MIN
|
|
755
|
+
*/
|
|
481
756
|
productCode?: string;
|
|
757
|
+
/**
|
|
758
|
+
* @example
|
|
759
|
+
* 1000000006
|
|
760
|
+
*/
|
|
482
761
|
sceneId?: number;
|
|
762
|
+
/**
|
|
763
|
+
* @example
|
|
764
|
+
* 123456789
|
|
765
|
+
*/
|
|
483
766
|
userId?: string;
|
|
484
767
|
static names(): { [key: string]: string } {
|
|
485
768
|
return {
|
|
@@ -535,8 +818,20 @@ export class ContrastFaceVerifyAdvanceRequest extends $tea.Model {
|
|
|
535
818
|
}
|
|
536
819
|
|
|
537
820
|
export class ContrastFaceVerifyResponseBody extends $tea.Model {
|
|
821
|
+
/**
|
|
822
|
+
* @example
|
|
823
|
+
* 200
|
|
824
|
+
*/
|
|
538
825
|
code?: string;
|
|
826
|
+
/**
|
|
827
|
+
* @example
|
|
828
|
+
* success
|
|
829
|
+
*/
|
|
539
830
|
message?: string;
|
|
831
|
+
/**
|
|
832
|
+
* @example
|
|
833
|
+
* 130A2C10-B9EE-4D84-88E3-5384FF039795
|
|
834
|
+
*/
|
|
540
835
|
requestId?: string;
|
|
541
836
|
resultObject?: ContrastFaceVerifyResponseBodyResultObject;
|
|
542
837
|
static names(): { [key: string]: string } {
|
|
@@ -588,9 +883,25 @@ export class ContrastFaceVerifyResponse extends $tea.Model {
|
|
|
588
883
|
}
|
|
589
884
|
|
|
590
885
|
export class CreateAuthKeyRequest extends $tea.Model {
|
|
886
|
+
/**
|
|
887
|
+
* @example
|
|
888
|
+
* 1
|
|
889
|
+
*/
|
|
591
890
|
authYears?: number;
|
|
891
|
+
/**
|
|
892
|
+
* @example
|
|
893
|
+
* FACE_TEST
|
|
894
|
+
*/
|
|
592
895
|
bizType?: string;
|
|
896
|
+
/**
|
|
897
|
+
* @example
|
|
898
|
+
* false
|
|
899
|
+
*/
|
|
593
900
|
test?: boolean;
|
|
901
|
+
/**
|
|
902
|
+
* @example
|
|
903
|
+
* 3iJ1AY$oHcu7mC69
|
|
904
|
+
*/
|
|
594
905
|
userDeviceId?: string;
|
|
595
906
|
static names(): { [key: string]: string } {
|
|
596
907
|
return {
|
|
@@ -616,7 +927,15 @@ export class CreateAuthKeyRequest extends $tea.Model {
|
|
|
616
927
|
}
|
|
617
928
|
|
|
618
929
|
export class CreateAuthKeyResponseBody extends $tea.Model {
|
|
930
|
+
/**
|
|
931
|
+
* @example
|
|
932
|
+
* auth.1KQMcnLd4m37LN2D0F0WCD-1qtQI$
|
|
933
|
+
*/
|
|
619
934
|
authKey?: string;
|
|
935
|
+
/**
|
|
936
|
+
* @example
|
|
937
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
938
|
+
*/
|
|
620
939
|
requestId?: string;
|
|
621
940
|
static names(): { [key: string]: string } {
|
|
622
941
|
return {
|
|
@@ -663,11 +982,41 @@ export class CreateAuthKeyResponse extends $tea.Model {
|
|
|
663
982
|
}
|
|
664
983
|
|
|
665
984
|
export class CreateVerifySettingRequest extends $tea.Model {
|
|
985
|
+
/**
|
|
986
|
+
* @remarks
|
|
987
|
+
* This parameter is required.
|
|
988
|
+
*/
|
|
666
989
|
bizName?: string;
|
|
990
|
+
/**
|
|
991
|
+
* @remarks
|
|
992
|
+
* This parameter is required.
|
|
993
|
+
*
|
|
994
|
+
* @example
|
|
995
|
+
* UserRegister
|
|
996
|
+
*/
|
|
667
997
|
bizType?: string;
|
|
998
|
+
/**
|
|
999
|
+
* @example
|
|
1000
|
+
* false
|
|
1001
|
+
*/
|
|
668
1002
|
guideStep?: boolean;
|
|
1003
|
+
/**
|
|
1004
|
+
* @example
|
|
1005
|
+
* true
|
|
1006
|
+
*/
|
|
669
1007
|
privacyStep?: boolean;
|
|
1008
|
+
/**
|
|
1009
|
+
* @example
|
|
1010
|
+
* false
|
|
1011
|
+
*/
|
|
670
1012
|
resultStep?: boolean;
|
|
1013
|
+
/**
|
|
1014
|
+
* @remarks
|
|
1015
|
+
* This parameter is required.
|
|
1016
|
+
*
|
|
1017
|
+
* @example
|
|
1018
|
+
* RPBasic
|
|
1019
|
+
*/
|
|
671
1020
|
solution?: string;
|
|
672
1021
|
static names(): { [key: string]: string } {
|
|
673
1022
|
return {
|
|
@@ -698,8 +1047,20 @@ export class CreateVerifySettingRequest extends $tea.Model {
|
|
|
698
1047
|
|
|
699
1048
|
export class CreateVerifySettingResponseBody extends $tea.Model {
|
|
700
1049
|
bizName?: string;
|
|
1050
|
+
/**
|
|
1051
|
+
* @example
|
|
1052
|
+
* UserRegister
|
|
1053
|
+
*/
|
|
701
1054
|
bizType?: string;
|
|
1055
|
+
/**
|
|
1056
|
+
* @example
|
|
1057
|
+
* D6163397-15C5-419C-9ACC-B7C83E0B4C10
|
|
1058
|
+
*/
|
|
702
1059
|
requestId?: string;
|
|
1060
|
+
/**
|
|
1061
|
+
* @example
|
|
1062
|
+
* RPBasic
|
|
1063
|
+
*/
|
|
703
1064
|
solution?: string;
|
|
704
1065
|
stepList?: string[];
|
|
705
1066
|
static names(): { [key: string]: string } {
|
|
@@ -753,13 +1114,45 @@ export class CreateVerifySettingResponse extends $tea.Model {
|
|
|
753
1114
|
}
|
|
754
1115
|
|
|
755
1116
|
export class CredentialVerifyRequest extends $tea.Model {
|
|
1117
|
+
/**
|
|
1118
|
+
* @example
|
|
1119
|
+
* 4601*****
|
|
1120
|
+
*/
|
|
756
1121
|
certNum?: string;
|
|
1122
|
+
/**
|
|
1123
|
+
* @example
|
|
1124
|
+
* 0104
|
|
1125
|
+
*/
|
|
757
1126
|
credName?: string;
|
|
1127
|
+
/**
|
|
1128
|
+
* @example
|
|
1129
|
+
* 01
|
|
1130
|
+
*/
|
|
758
1131
|
credType?: string;
|
|
1132
|
+
/**
|
|
1133
|
+
* @example
|
|
1134
|
+
* 429001********8211
|
|
1135
|
+
*/
|
|
759
1136
|
identifyNum?: string;
|
|
1137
|
+
/**
|
|
1138
|
+
* @example
|
|
1139
|
+
* base64
|
|
1140
|
+
*/
|
|
760
1141
|
imageContext?: string;
|
|
1142
|
+
/**
|
|
1143
|
+
* @example
|
|
1144
|
+
* http://marry.momocdn.com/avatar/3B/B6/3BB6527E-7467-926E-1048-B43614F20CC420230803_L.jpg
|
|
1145
|
+
*/
|
|
761
1146
|
imageUrl?: string;
|
|
1147
|
+
/**
|
|
1148
|
+
* @example
|
|
1149
|
+
* 0
|
|
1150
|
+
*/
|
|
762
1151
|
isCheck?: string;
|
|
1152
|
+
/**
|
|
1153
|
+
* @example
|
|
1154
|
+
* 1
|
|
1155
|
+
*/
|
|
763
1156
|
isOCR?: string;
|
|
764
1157
|
merchantId?: string;
|
|
765
1158
|
userName?: string;
|
|
@@ -799,8 +1192,20 @@ export class CredentialVerifyRequest extends $tea.Model {
|
|
|
799
1192
|
}
|
|
800
1193
|
|
|
801
1194
|
export class CredentialVerifyResponseBody extends $tea.Model {
|
|
1195
|
+
/**
|
|
1196
|
+
* @example
|
|
1197
|
+
* 200
|
|
1198
|
+
*/
|
|
802
1199
|
code?: string;
|
|
1200
|
+
/**
|
|
1201
|
+
* @example
|
|
1202
|
+
* success
|
|
1203
|
+
*/
|
|
803
1204
|
message?: string;
|
|
1205
|
+
/**
|
|
1206
|
+
* @example
|
|
1207
|
+
* D6163397-15C5-419C-9ACC-B7C83E0B4C10
|
|
1208
|
+
*/
|
|
804
1209
|
requestId?: string;
|
|
805
1210
|
resultObject?: CredentialVerifyResponseBodyResultObject;
|
|
806
1211
|
static names(): { [key: string]: string } {
|
|
@@ -852,9 +1257,25 @@ export class CredentialVerifyResponse extends $tea.Model {
|
|
|
852
1257
|
}
|
|
853
1258
|
|
|
854
1259
|
export class DeepfakeDetectRequest extends $tea.Model {
|
|
1260
|
+
/**
|
|
1261
|
+
* @example
|
|
1262
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
1263
|
+
*/
|
|
855
1264
|
faceBase64?: string;
|
|
1265
|
+
/**
|
|
1266
|
+
* @example
|
|
1267
|
+
* IMAGE
|
|
1268
|
+
*/
|
|
856
1269
|
faceInputType?: string;
|
|
1270
|
+
/**
|
|
1271
|
+
* @example
|
|
1272
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
1273
|
+
*/
|
|
857
1274
|
faceUrl?: string;
|
|
1275
|
+
/**
|
|
1276
|
+
* @example
|
|
1277
|
+
* e0c34a77f5ac40a5aa5e6ed20c******
|
|
1278
|
+
*/
|
|
858
1279
|
outerOrderNo?: string;
|
|
859
1280
|
static names(): { [key: string]: string } {
|
|
860
1281
|
return {
|
|
@@ -880,8 +1301,23 @@ export class DeepfakeDetectRequest extends $tea.Model {
|
|
|
880
1301
|
}
|
|
881
1302
|
|
|
882
1303
|
export class DeepfakeDetectResponseBody extends $tea.Model {
|
|
1304
|
+
/**
|
|
1305
|
+
* @example
|
|
1306
|
+
* 200
|
|
1307
|
+
*/
|
|
883
1308
|
code?: string;
|
|
1309
|
+
/**
|
|
1310
|
+
* @example
|
|
1311
|
+
* success
|
|
1312
|
+
*/
|
|
884
1313
|
message?: string;
|
|
1314
|
+
/**
|
|
1315
|
+
* @remarks
|
|
1316
|
+
* Id of the request
|
|
1317
|
+
*
|
|
1318
|
+
* @example
|
|
1319
|
+
* 8FC3D6AC-9FED-4311-8DA7-C4BF47D9F260
|
|
1320
|
+
*/
|
|
885
1321
|
requestId?: string;
|
|
886
1322
|
resultObject?: DeepfakeDetectResponseBodyResultObject;
|
|
887
1323
|
static names(): { [key: string]: string } {
|
|
@@ -933,12 +1369,40 @@ export class DeepfakeDetectResponse extends $tea.Model {
|
|
|
933
1369
|
}
|
|
934
1370
|
|
|
935
1371
|
export class DescribeDeviceInfoRequest extends $tea.Model {
|
|
1372
|
+
/**
|
|
1373
|
+
* @example
|
|
1374
|
+
* FACE_TEST
|
|
1375
|
+
*/
|
|
936
1376
|
bizType?: string;
|
|
1377
|
+
/**
|
|
1378
|
+
* @example
|
|
1379
|
+
* 1
|
|
1380
|
+
*/
|
|
937
1381
|
currentPage?: number;
|
|
1382
|
+
/**
|
|
1383
|
+
* @example
|
|
1384
|
+
* wd.6ziUffspAeW5FVYbaqmexR-1qwNjM
|
|
1385
|
+
*/
|
|
938
1386
|
deviceId?: string;
|
|
1387
|
+
/**
|
|
1388
|
+
* @example
|
|
1389
|
+
* 20200330
|
|
1390
|
+
*/
|
|
939
1391
|
expiredEndDay?: string;
|
|
1392
|
+
/**
|
|
1393
|
+
* @example
|
|
1394
|
+
* 20190401
|
|
1395
|
+
*/
|
|
940
1396
|
expiredStartDay?: string;
|
|
1397
|
+
/**
|
|
1398
|
+
* @example
|
|
1399
|
+
* 20
|
|
1400
|
+
*/
|
|
941
1401
|
pageSize?: number;
|
|
1402
|
+
/**
|
|
1403
|
+
* @example
|
|
1404
|
+
* 3iJ1AY$oHcu7mC69
|
|
1405
|
+
*/
|
|
942
1406
|
userDeviceId?: string;
|
|
943
1407
|
static names(): { [key: string]: string } {
|
|
944
1408
|
return {
|
|
@@ -970,10 +1434,26 @@ export class DescribeDeviceInfoRequest extends $tea.Model {
|
|
|
970
1434
|
}
|
|
971
1435
|
|
|
972
1436
|
export class DescribeDeviceInfoResponseBody extends $tea.Model {
|
|
1437
|
+
/**
|
|
1438
|
+
* @example
|
|
1439
|
+
* 1
|
|
1440
|
+
*/
|
|
973
1441
|
currentPage?: number;
|
|
974
1442
|
deviceInfoList?: DescribeDeviceInfoResponseBodyDeviceInfoList;
|
|
1443
|
+
/**
|
|
1444
|
+
* @example
|
|
1445
|
+
* 20
|
|
1446
|
+
*/
|
|
975
1447
|
pageSize?: number;
|
|
1448
|
+
/**
|
|
1449
|
+
* @example
|
|
1450
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
1451
|
+
*/
|
|
976
1452
|
requestId?: string;
|
|
1453
|
+
/**
|
|
1454
|
+
* @example
|
|
1455
|
+
* 1
|
|
1456
|
+
*/
|
|
977
1457
|
totalCount?: number;
|
|
978
1458
|
static names(): { [key: string]: string } {
|
|
979
1459
|
return {
|
|
@@ -1026,8 +1506,20 @@ export class DescribeDeviceInfoResponse extends $tea.Model {
|
|
|
1026
1506
|
}
|
|
1027
1507
|
|
|
1028
1508
|
export class DescribeFaceVerifyRequest extends $tea.Model {
|
|
1509
|
+
/**
|
|
1510
|
+
* @example
|
|
1511
|
+
* 91707dc296d469ad38e4c5efa6a0f24b
|
|
1512
|
+
*/
|
|
1029
1513
|
certifyId?: string;
|
|
1514
|
+
/**
|
|
1515
|
+
* @example
|
|
1516
|
+
* JPG
|
|
1517
|
+
*/
|
|
1030
1518
|
pictureReturnType?: string;
|
|
1519
|
+
/**
|
|
1520
|
+
* @example
|
|
1521
|
+
* 1000000006
|
|
1522
|
+
*/
|
|
1031
1523
|
sceneId?: number;
|
|
1032
1524
|
static names(): { [key: string]: string } {
|
|
1033
1525
|
return {
|
|
@@ -1051,8 +1543,20 @@ export class DescribeFaceVerifyRequest extends $tea.Model {
|
|
|
1051
1543
|
}
|
|
1052
1544
|
|
|
1053
1545
|
export class DescribeFaceVerifyResponseBody extends $tea.Model {
|
|
1546
|
+
/**
|
|
1547
|
+
* @example
|
|
1548
|
+
* 200
|
|
1549
|
+
*/
|
|
1054
1550
|
code?: string;
|
|
1551
|
+
/**
|
|
1552
|
+
* @example
|
|
1553
|
+
* success
|
|
1554
|
+
*/
|
|
1055
1555
|
message?: string;
|
|
1556
|
+
/**
|
|
1557
|
+
* @example
|
|
1558
|
+
* 130A2C10-B9EE-4D84-88E3-5384FF039795
|
|
1559
|
+
*/
|
|
1056
1560
|
requestId?: string;
|
|
1057
1561
|
resultObject?: DescribeFaceVerifyResponseBodyResultObject;
|
|
1058
1562
|
static names(): { [key: string]: string } {
|
|
@@ -1105,6 +1609,10 @@ export class DescribeFaceVerifyResponse extends $tea.Model {
|
|
|
1105
1609
|
|
|
1106
1610
|
export class DescribeOssUploadTokenResponseBody extends $tea.Model {
|
|
1107
1611
|
ossUploadToken?: DescribeOssUploadTokenResponseBodyOssUploadToken;
|
|
1612
|
+
/**
|
|
1613
|
+
* @example
|
|
1614
|
+
* 2FA2C773-47DB-4156-B1EE-5B047321A939
|
|
1615
|
+
*/
|
|
1108
1616
|
requestId?: string;
|
|
1109
1617
|
static names(): { [key: string]: string } {
|
|
1110
1618
|
return {
|
|
@@ -1151,11 +1659,35 @@ export class DescribeOssUploadTokenResponse extends $tea.Model {
|
|
|
1151
1659
|
}
|
|
1152
1660
|
|
|
1153
1661
|
export class DescribePageFaceVerifyDataRequest extends $tea.Model {
|
|
1662
|
+
/**
|
|
1663
|
+
* @example
|
|
1664
|
+
* 1
|
|
1665
|
+
*/
|
|
1154
1666
|
currentPage?: number;
|
|
1667
|
+
/**
|
|
1668
|
+
* @example
|
|
1669
|
+
* 2023-04-30
|
|
1670
|
+
*/
|
|
1155
1671
|
endDate?: string;
|
|
1672
|
+
/**
|
|
1673
|
+
* @example
|
|
1674
|
+
* 10
|
|
1675
|
+
*/
|
|
1156
1676
|
pageSize?: number;
|
|
1677
|
+
/**
|
|
1678
|
+
* @example
|
|
1679
|
+
* ID_PLUS
|
|
1680
|
+
*/
|
|
1157
1681
|
productCode?: string;
|
|
1682
|
+
/**
|
|
1683
|
+
* @example
|
|
1684
|
+
* 36**01
|
|
1685
|
+
*/
|
|
1158
1686
|
sceneId?: number;
|
|
1687
|
+
/**
|
|
1688
|
+
* @example
|
|
1689
|
+
* 2023-04-10
|
|
1690
|
+
*/
|
|
1159
1691
|
startDate?: string;
|
|
1160
1692
|
static names(): { [key: string]: string } {
|
|
1161
1693
|
return {
|
|
@@ -1185,14 +1717,46 @@ export class DescribePageFaceVerifyDataRequest extends $tea.Model {
|
|
|
1185
1717
|
}
|
|
1186
1718
|
|
|
1187
1719
|
export class DescribePageFaceVerifyDataResponseBody extends $tea.Model {
|
|
1720
|
+
/**
|
|
1721
|
+
* @example
|
|
1722
|
+
* 200
|
|
1723
|
+
*/
|
|
1188
1724
|
code?: string;
|
|
1725
|
+
/**
|
|
1726
|
+
* @example
|
|
1727
|
+
* 1
|
|
1728
|
+
*/
|
|
1189
1729
|
currentPage?: string;
|
|
1190
1730
|
items?: DescribePageFaceVerifyDataResponseBodyItems[];
|
|
1731
|
+
/**
|
|
1732
|
+
* @example
|
|
1733
|
+
* OK
|
|
1734
|
+
*/
|
|
1191
1735
|
message?: string;
|
|
1736
|
+
/**
|
|
1737
|
+
* @example
|
|
1738
|
+
* 10
|
|
1739
|
+
*/
|
|
1192
1740
|
pageSize?: string;
|
|
1741
|
+
/**
|
|
1742
|
+
* @example
|
|
1743
|
+
* 473469C7-A***B-A3DC0DE3C83E
|
|
1744
|
+
*/
|
|
1193
1745
|
requestId?: string;
|
|
1746
|
+
/**
|
|
1747
|
+
* @example
|
|
1748
|
+
* true
|
|
1749
|
+
*/
|
|
1194
1750
|
success?: string;
|
|
1751
|
+
/**
|
|
1752
|
+
* @example
|
|
1753
|
+
* 100
|
|
1754
|
+
*/
|
|
1195
1755
|
totalCount?: string;
|
|
1756
|
+
/**
|
|
1757
|
+
* @example
|
|
1758
|
+
* 5
|
|
1759
|
+
*/
|
|
1196
1760
|
totalPage?: string;
|
|
1197
1761
|
static names(): { [key: string]: string } {
|
|
1198
1762
|
return {
|
|
@@ -1253,11 +1817,50 @@ export class DescribePageFaceVerifyDataResponse extends $tea.Model {
|
|
|
1253
1817
|
}
|
|
1254
1818
|
|
|
1255
1819
|
export class DescribeSmartStatisticsPageListRequest extends $tea.Model {
|
|
1820
|
+
/**
|
|
1821
|
+
* @remarks
|
|
1822
|
+
* This parameter is required.
|
|
1823
|
+
*
|
|
1824
|
+
* @example
|
|
1825
|
+
* 1
|
|
1826
|
+
*/
|
|
1256
1827
|
currentPage?: string;
|
|
1828
|
+
/**
|
|
1829
|
+
* @remarks
|
|
1830
|
+
* This parameter is required.
|
|
1831
|
+
*
|
|
1832
|
+
* @example
|
|
1833
|
+
* 2022-11-16 23:59:59 +0800
|
|
1834
|
+
*/
|
|
1257
1835
|
endDate?: string;
|
|
1836
|
+
/**
|
|
1837
|
+
* @remarks
|
|
1838
|
+
* This parameter is required.
|
|
1839
|
+
*
|
|
1840
|
+
* @example
|
|
1841
|
+
* 10
|
|
1842
|
+
*/
|
|
1258
1843
|
pageSize?: string;
|
|
1844
|
+
/**
|
|
1845
|
+
* @remarks
|
|
1846
|
+
* This parameter is required.
|
|
1847
|
+
*
|
|
1848
|
+
* @example
|
|
1849
|
+
* 36**01
|
|
1850
|
+
*/
|
|
1259
1851
|
sceneId?: string;
|
|
1852
|
+
/**
|
|
1853
|
+
* @example
|
|
1854
|
+
* cloudauthst
|
|
1855
|
+
*/
|
|
1260
1856
|
serviceCode?: string;
|
|
1857
|
+
/**
|
|
1858
|
+
* @remarks
|
|
1859
|
+
* This parameter is required.
|
|
1860
|
+
*
|
|
1861
|
+
* @example
|
|
1862
|
+
* 2023-11-01 00:00:00 +0800
|
|
1863
|
+
*/
|
|
1261
1864
|
startDate?: string;
|
|
1262
1865
|
static names(): { [key: string]: string } {
|
|
1263
1866
|
return {
|
|
@@ -1287,11 +1890,31 @@ export class DescribeSmartStatisticsPageListRequest extends $tea.Model {
|
|
|
1287
1890
|
}
|
|
1288
1891
|
|
|
1289
1892
|
export class DescribeSmartStatisticsPageListResponseBody extends $tea.Model {
|
|
1893
|
+
/**
|
|
1894
|
+
* @example
|
|
1895
|
+
* 1
|
|
1896
|
+
*/
|
|
1290
1897
|
currentPage?: number;
|
|
1291
1898
|
items?: DescribeSmartStatisticsPageListResponseBodyItems[];
|
|
1899
|
+
/**
|
|
1900
|
+
* @example
|
|
1901
|
+
* 10
|
|
1902
|
+
*/
|
|
1292
1903
|
pageSize?: number;
|
|
1904
|
+
/**
|
|
1905
|
+
* @example
|
|
1906
|
+
* 96943***4E39F805
|
|
1907
|
+
*/
|
|
1293
1908
|
requestId?: string;
|
|
1909
|
+
/**
|
|
1910
|
+
* @example
|
|
1911
|
+
* 29
|
|
1912
|
+
*/
|
|
1294
1913
|
totalCount?: number;
|
|
1914
|
+
/**
|
|
1915
|
+
* @example
|
|
1916
|
+
* 3
|
|
1917
|
+
*/
|
|
1295
1918
|
totalPage?: number;
|
|
1296
1919
|
static names(): { [key: string]: string } {
|
|
1297
1920
|
return {
|
|
@@ -1346,7 +1969,21 @@ export class DescribeSmartStatisticsPageListResponse extends $tea.Model {
|
|
|
1346
1969
|
}
|
|
1347
1970
|
|
|
1348
1971
|
export class DescribeVerifyResultRequest extends $tea.Model {
|
|
1972
|
+
/**
|
|
1973
|
+
* @remarks
|
|
1974
|
+
* This parameter is required.
|
|
1975
|
+
*
|
|
1976
|
+
* @example
|
|
1977
|
+
* 39ecf51e-2f81-4dc5-90ee-ff86125b****
|
|
1978
|
+
*/
|
|
1349
1979
|
bizId?: string;
|
|
1980
|
+
/**
|
|
1981
|
+
* @remarks
|
|
1982
|
+
* This parameter is required.
|
|
1983
|
+
*
|
|
1984
|
+
* @example
|
|
1985
|
+
* FVBioOnlyTest
|
|
1986
|
+
*/
|
|
1350
1987
|
bizType?: string;
|
|
1351
1988
|
static names(): { [key: string]: string } {
|
|
1352
1989
|
return {
|
|
@@ -1368,11 +2005,31 @@ export class DescribeVerifyResultRequest extends $tea.Model {
|
|
|
1368
2005
|
}
|
|
1369
2006
|
|
|
1370
2007
|
export class DescribeVerifyResultResponseBody extends $tea.Model {
|
|
2008
|
+
/**
|
|
2009
|
+
* @example
|
|
2010
|
+
* 97
|
|
2011
|
+
*/
|
|
1371
2012
|
authorityComparisionScore?: number;
|
|
2013
|
+
/**
|
|
2014
|
+
* @example
|
|
2015
|
+
* 97
|
|
2016
|
+
*/
|
|
1372
2017
|
faceComparisonScore?: number;
|
|
2018
|
+
/**
|
|
2019
|
+
* @example
|
|
2020
|
+
* 97
|
|
2021
|
+
*/
|
|
1373
2022
|
idCardFaceComparisonScore?: number;
|
|
1374
2023
|
material?: DescribeVerifyResultResponseBodyMaterial;
|
|
2024
|
+
/**
|
|
2025
|
+
* @example
|
|
2026
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
2027
|
+
*/
|
|
1375
2028
|
requestId?: string;
|
|
2029
|
+
/**
|
|
2030
|
+
* @example
|
|
2031
|
+
* 1
|
|
2032
|
+
*/
|
|
1376
2033
|
verifyStatus?: number;
|
|
1377
2034
|
static names(): { [key: string]: string } {
|
|
1378
2035
|
return {
|
|
@@ -1427,6 +2084,13 @@ export class DescribeVerifyResultResponse extends $tea.Model {
|
|
|
1427
2084
|
}
|
|
1428
2085
|
|
|
1429
2086
|
export class DescribeVerifySDKRequest extends $tea.Model {
|
|
2087
|
+
/**
|
|
2088
|
+
* @remarks
|
|
2089
|
+
* This parameter is required.
|
|
2090
|
+
*
|
|
2091
|
+
* @example
|
|
2092
|
+
* 1KQMcnLd4m37LN2D0F0WCD
|
|
2093
|
+
*/
|
|
1430
2094
|
taskId?: string;
|
|
1431
2095
|
static names(): { [key: string]: string } {
|
|
1432
2096
|
return {
|
|
@@ -1446,7 +2110,15 @@ export class DescribeVerifySDKRequest extends $tea.Model {
|
|
|
1446
2110
|
}
|
|
1447
2111
|
|
|
1448
2112
|
export class DescribeVerifySDKResponseBody extends $tea.Model {
|
|
2113
|
+
/**
|
|
2114
|
+
* @example
|
|
2115
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
2116
|
+
*/
|
|
1449
2117
|
requestId?: string;
|
|
2118
|
+
/**
|
|
2119
|
+
* @example
|
|
2120
|
+
* https://www.xxx.com
|
|
2121
|
+
*/
|
|
1450
2122
|
sdkUrl?: string;
|
|
1451
2123
|
static names(): { [key: string]: string } {
|
|
1452
2124
|
return {
|
|
@@ -1493,20 +2165,82 @@ export class DescribeVerifySDKResponse extends $tea.Model {
|
|
|
1493
2165
|
}
|
|
1494
2166
|
|
|
1495
2167
|
export class DescribeVerifyTokenRequest extends $tea.Model {
|
|
2168
|
+
/**
|
|
2169
|
+
* @remarks
|
|
2170
|
+
* This parameter is required.
|
|
2171
|
+
*
|
|
2172
|
+
* @example
|
|
2173
|
+
* 39ecf51e-2f81-4dc5-90ee-ff86125be683
|
|
2174
|
+
*/
|
|
1496
2175
|
bizId?: string;
|
|
2176
|
+
/**
|
|
2177
|
+
* @remarks
|
|
2178
|
+
* This parameter is required.
|
|
2179
|
+
*
|
|
2180
|
+
* @example
|
|
2181
|
+
* RPBasicTest
|
|
2182
|
+
*/
|
|
1497
2183
|
bizType?: string;
|
|
2184
|
+
/**
|
|
2185
|
+
* @example
|
|
2186
|
+
* -
|
|
2187
|
+
*/
|
|
1498
2188
|
callbackSeed?: string;
|
|
2189
|
+
/**
|
|
2190
|
+
* @example
|
|
2191
|
+
* -
|
|
2192
|
+
*/
|
|
1499
2193
|
callbackUrl?: string;
|
|
2194
|
+
/**
|
|
2195
|
+
* @example
|
|
2196
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
2197
|
+
*/
|
|
1500
2198
|
faceRetainedImageUrl?: string;
|
|
2199
|
+
/**
|
|
2200
|
+
* @example
|
|
2201
|
+
* -
|
|
2202
|
+
*/
|
|
1501
2203
|
failedRedirectUrl?: string;
|
|
2204
|
+
/**
|
|
2205
|
+
* @example
|
|
2206
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
2207
|
+
*/
|
|
1502
2208
|
idCardBackImageUrl?: string;
|
|
2209
|
+
/**
|
|
2210
|
+
* @example
|
|
2211
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
2212
|
+
*/
|
|
1503
2213
|
idCardFrontImageUrl?: string;
|
|
2214
|
+
/**
|
|
2215
|
+
* @example
|
|
2216
|
+
* 330100xxxxxxxxxxxx
|
|
2217
|
+
*/
|
|
1504
2218
|
idCardNumber?: string;
|
|
1505
2219
|
name?: string;
|
|
2220
|
+
/**
|
|
2221
|
+
* @example
|
|
2222
|
+
* -
|
|
2223
|
+
*/
|
|
1506
2224
|
passedRedirectUrl?: string;
|
|
2225
|
+
/**
|
|
2226
|
+
* @example
|
|
2227
|
+
* user111
|
|
2228
|
+
*/
|
|
1507
2229
|
userId?: string;
|
|
2230
|
+
/**
|
|
2231
|
+
* @example
|
|
2232
|
+
* 192.168.***.***
|
|
2233
|
+
*/
|
|
1508
2234
|
userIp?: string;
|
|
2235
|
+
/**
|
|
2236
|
+
* @example
|
|
2237
|
+
* 187********
|
|
2238
|
+
*/
|
|
1509
2239
|
userPhoneNumber?: string;
|
|
2240
|
+
/**
|
|
2241
|
+
* @example
|
|
2242
|
+
* 1577808000000
|
|
2243
|
+
*/
|
|
1510
2244
|
userRegistTime?: number;
|
|
1511
2245
|
static names(): { [key: string]: string } {
|
|
1512
2246
|
return {
|
|
@@ -1555,8 +2289,20 @@ export class DescribeVerifyTokenRequest extends $tea.Model {
|
|
|
1555
2289
|
|
|
1556
2290
|
export class DescribeVerifyTokenResponseBody extends $tea.Model {
|
|
1557
2291
|
ossUploadToken?: DescribeVerifyTokenResponseBodyOssUploadToken;
|
|
2292
|
+
/**
|
|
2293
|
+
* @example
|
|
2294
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
2295
|
+
*/
|
|
1558
2296
|
requestId?: string;
|
|
2297
|
+
/**
|
|
2298
|
+
* @example
|
|
2299
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
2300
|
+
*/
|
|
1559
2301
|
verifyPageUrl?: string;
|
|
2302
|
+
/**
|
|
2303
|
+
* @example
|
|
2304
|
+
* c302c0797679457685410ee51a5ba375
|
|
2305
|
+
*/
|
|
1560
2306
|
verifyToken?: string;
|
|
1561
2307
|
static names(): { [key: string]: string } {
|
|
1562
2308
|
return {
|
|
@@ -1607,7 +2353,18 @@ export class DescribeVerifyTokenResponse extends $tea.Model {
|
|
|
1607
2353
|
}
|
|
1608
2354
|
|
|
1609
2355
|
export class DetectFaceAttributesRequest extends $tea.Model {
|
|
2356
|
+
/**
|
|
2357
|
+
* @example
|
|
2358
|
+
* RPBasicTest
|
|
2359
|
+
*/
|
|
1610
2360
|
bizType?: string;
|
|
2361
|
+
/**
|
|
2362
|
+
* @remarks
|
|
2363
|
+
* This parameter is required.
|
|
2364
|
+
*
|
|
2365
|
+
* @example
|
|
2366
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example.jpg
|
|
2367
|
+
*/
|
|
1611
2368
|
materialValue?: string;
|
|
1612
2369
|
static names(): { [key: string]: string } {
|
|
1613
2370
|
return {
|
|
@@ -1629,10 +2386,26 @@ export class DetectFaceAttributesRequest extends $tea.Model {
|
|
|
1629
2386
|
}
|
|
1630
2387
|
|
|
1631
2388
|
export class DetectFaceAttributesResponseBody extends $tea.Model {
|
|
2389
|
+
/**
|
|
2390
|
+
* @example
|
|
2391
|
+
* 200
|
|
2392
|
+
*/
|
|
1632
2393
|
code?: string;
|
|
1633
2394
|
data?: DetectFaceAttributesResponseBodyData;
|
|
2395
|
+
/**
|
|
2396
|
+
* @example
|
|
2397
|
+
* Error.InternalError
|
|
2398
|
+
*/
|
|
1634
2399
|
message?: string;
|
|
2400
|
+
/**
|
|
2401
|
+
* @example
|
|
2402
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
2403
|
+
*/
|
|
1635
2404
|
requestId?: string;
|
|
2405
|
+
/**
|
|
2406
|
+
* @example
|
|
2407
|
+
* true
|
|
2408
|
+
*/
|
|
1636
2409
|
success?: boolean;
|
|
1637
2410
|
static names(): { [key: string]: string } {
|
|
1638
2411
|
return {
|
|
@@ -1685,7 +2458,15 @@ export class DetectFaceAttributesResponse extends $tea.Model {
|
|
|
1685
2458
|
}
|
|
1686
2459
|
|
|
1687
2460
|
export class Id2MetaVerifyRequest extends $tea.Model {
|
|
2461
|
+
/**
|
|
2462
|
+
* @example
|
|
2463
|
+
* 412722198610274919
|
|
2464
|
+
*/
|
|
1688
2465
|
identifyNum?: string;
|
|
2466
|
+
/**
|
|
2467
|
+
* @example
|
|
2468
|
+
* normal
|
|
2469
|
+
*/
|
|
1689
2470
|
paramType?: string;
|
|
1690
2471
|
userName?: string;
|
|
1691
2472
|
static names(): { [key: string]: string } {
|
|
@@ -1710,8 +2491,20 @@ export class Id2MetaVerifyRequest extends $tea.Model {
|
|
|
1710
2491
|
}
|
|
1711
2492
|
|
|
1712
2493
|
export class Id2MetaVerifyResponseBody extends $tea.Model {
|
|
2494
|
+
/**
|
|
2495
|
+
* @example
|
|
2496
|
+
* 200
|
|
2497
|
+
*/
|
|
1713
2498
|
code?: string;
|
|
2499
|
+
/**
|
|
2500
|
+
* @example
|
|
2501
|
+
* success
|
|
2502
|
+
*/
|
|
1714
2503
|
message?: string;
|
|
2504
|
+
/**
|
|
2505
|
+
* @example
|
|
2506
|
+
* D6163397-15C5-419C-9ACC-B7C83E0B4C10
|
|
2507
|
+
*/
|
|
1715
2508
|
requestId?: string;
|
|
1716
2509
|
resultObject?: Id2MetaVerifyResponseBodyResultObject;
|
|
1717
2510
|
static names(): { [key: string]: string } {
|
|
@@ -1763,42 +2556,105 @@ export class Id2MetaVerifyResponse extends $tea.Model {
|
|
|
1763
2556
|
}
|
|
1764
2557
|
|
|
1765
2558
|
export class InitFaceVerifyRequest extends $tea.Model {
|
|
2559
|
+
appQualityCheck?: string;
|
|
1766
2560
|
authId?: string;
|
|
1767
2561
|
birthday?: string;
|
|
1768
2562
|
callbackToken?: string;
|
|
1769
2563
|
callbackUrl?: string;
|
|
1770
2564
|
certName?: string;
|
|
2565
|
+
/**
|
|
2566
|
+
* @example
|
|
2567
|
+
* 330103xxxxxxxxxxxx
|
|
2568
|
+
*/
|
|
1771
2569
|
certNo?: string;
|
|
2570
|
+
/**
|
|
2571
|
+
* @example
|
|
2572
|
+
* IDENTITY_CARD
|
|
2573
|
+
*/
|
|
1772
2574
|
certType?: string;
|
|
2575
|
+
/**
|
|
2576
|
+
* @example
|
|
2577
|
+
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
2578
|
+
*/
|
|
1773
2579
|
certifyId?: string;
|
|
1774
2580
|
certifyUrlStyle?: string;
|
|
1775
2581
|
certifyUrlType?: string;
|
|
1776
2582
|
crop?: string;
|
|
1777
2583
|
encryptType?: string;
|
|
2584
|
+
/**
|
|
2585
|
+
* @example
|
|
2586
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
2587
|
+
*/
|
|
1778
2588
|
faceContrastPicture?: string;
|
|
2589
|
+
/**
|
|
2590
|
+
* @example
|
|
2591
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
2592
|
+
*/
|
|
1779
2593
|
faceContrastPictureUrl?: string;
|
|
1780
2594
|
faceGuardOutput?: string;
|
|
2595
|
+
/**
|
|
2596
|
+
* @example
|
|
2597
|
+
* 114.xxx.xxx.xxx
|
|
2598
|
+
*/
|
|
1781
2599
|
ip?: string;
|
|
2600
|
+
/**
|
|
2601
|
+
* @example
|
|
2602
|
+
* {"zimVer":"3.0.0","appVersion": "1","bioMetaInfo": "4.1.0:11501568,0","appName": "com.aliyun.antcloudauth","deviceType": "ios","osVersion": "iOS 10.3.2","apdidToken": "","deviceModel": "iPhone9,1"}
|
|
2603
|
+
*/
|
|
1782
2604
|
metaInfo?: string;
|
|
2605
|
+
/**
|
|
2606
|
+
* @example
|
|
2607
|
+
* 130xxxxxxxx
|
|
2608
|
+
*/
|
|
1783
2609
|
mobile?: string;
|
|
1784
2610
|
mode?: string;
|
|
1785
2611
|
model?: string;
|
|
2612
|
+
/**
|
|
2613
|
+
* @example
|
|
2614
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
2615
|
+
*/
|
|
1786
2616
|
ossBucketName?: string;
|
|
2617
|
+
/**
|
|
2618
|
+
* @example
|
|
2619
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
2620
|
+
*/
|
|
1787
2621
|
ossObjectName?: string;
|
|
2622
|
+
/**
|
|
2623
|
+
* @example
|
|
2624
|
+
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
2625
|
+
*/
|
|
1788
2626
|
outerOrderNo?: string;
|
|
1789
2627
|
procedurePriority?: string;
|
|
2628
|
+
/**
|
|
2629
|
+
* @example
|
|
2630
|
+
* ID_PRO
|
|
2631
|
+
*/
|
|
1790
2632
|
productCode?: string;
|
|
1791
2633
|
rarelyCharacters?: string;
|
|
1792
2634
|
readImg?: string;
|
|
2635
|
+
/**
|
|
2636
|
+
* @example
|
|
2637
|
+
* www.aliyun.com
|
|
2638
|
+
*/
|
|
1793
2639
|
returnUrl?: string;
|
|
2640
|
+
/**
|
|
2641
|
+
* @example
|
|
2642
|
+
* 1000000006
|
|
2643
|
+
*/
|
|
1794
2644
|
sceneId?: number;
|
|
1795
2645
|
suitableType?: string;
|
|
1796
2646
|
uiCustomUrl?: string;
|
|
2647
|
+
/**
|
|
2648
|
+
* @example
|
|
2649
|
+
* 123456789
|
|
2650
|
+
*/
|
|
1797
2651
|
userId?: string;
|
|
1798
2652
|
validityDate?: string;
|
|
2653
|
+
videoEvidence?: string;
|
|
1799
2654
|
voluntaryCustomizedContent?: string;
|
|
1800
2655
|
static names(): { [key: string]: string } {
|
|
1801
2656
|
return {
|
|
2657
|
+
appQualityCheck: 'AppQualityCheck',
|
|
1802
2658
|
authId: 'AuthId',
|
|
1803
2659
|
birthday: 'Birthday',
|
|
1804
2660
|
callbackToken: 'CallbackToken',
|
|
@@ -1832,12 +2688,14 @@ export class InitFaceVerifyRequest extends $tea.Model {
|
|
|
1832
2688
|
uiCustomUrl: 'UiCustomUrl',
|
|
1833
2689
|
userId: 'UserId',
|
|
1834
2690
|
validityDate: 'ValidityDate',
|
|
2691
|
+
videoEvidence: 'VideoEvidence',
|
|
1835
2692
|
voluntaryCustomizedContent: 'VoluntaryCustomizedContent',
|
|
1836
2693
|
};
|
|
1837
2694
|
}
|
|
1838
2695
|
|
|
1839
2696
|
static types(): { [key: string]: any } {
|
|
1840
2697
|
return {
|
|
2698
|
+
appQualityCheck: 'string',
|
|
1841
2699
|
authId: 'string',
|
|
1842
2700
|
birthday: 'string',
|
|
1843
2701
|
callbackToken: 'string',
|
|
@@ -1871,6 +2729,7 @@ export class InitFaceVerifyRequest extends $tea.Model {
|
|
|
1871
2729
|
uiCustomUrl: 'string',
|
|
1872
2730
|
userId: 'string',
|
|
1873
2731
|
validityDate: 'string',
|
|
2732
|
+
videoEvidence: 'string',
|
|
1874
2733
|
voluntaryCustomizedContent: 'string',
|
|
1875
2734
|
};
|
|
1876
2735
|
}
|
|
@@ -1881,8 +2740,20 @@ export class InitFaceVerifyRequest extends $tea.Model {
|
|
|
1881
2740
|
}
|
|
1882
2741
|
|
|
1883
2742
|
export class InitFaceVerifyResponseBody extends $tea.Model {
|
|
2743
|
+
/**
|
|
2744
|
+
* @example
|
|
2745
|
+
* 200
|
|
2746
|
+
*/
|
|
1884
2747
|
code?: string;
|
|
2748
|
+
/**
|
|
2749
|
+
* @example
|
|
2750
|
+
* success
|
|
2751
|
+
*/
|
|
1885
2752
|
message?: string;
|
|
2753
|
+
/**
|
|
2754
|
+
* @example
|
|
2755
|
+
* 130A2C10-B9EE-4D84-88E3-5384FF039795
|
|
2756
|
+
*/
|
|
1886
2757
|
requestId?: string;
|
|
1887
2758
|
resultObject?: InitFaceVerifyResponseBodyResultObject;
|
|
1888
2759
|
static names(): { [key: string]: string } {
|
|
@@ -2045,8 +2916,20 @@ export class LivenessFaceVerifyResponse extends $tea.Model {
|
|
|
2045
2916
|
}
|
|
2046
2917
|
|
|
2047
2918
|
export class Mobile3MetaDetailVerifyRequest extends $tea.Model {
|
|
2919
|
+
/**
|
|
2920
|
+
* @example
|
|
2921
|
+
* 520181199902104631
|
|
2922
|
+
*/
|
|
2048
2923
|
identifyNum?: string;
|
|
2924
|
+
/**
|
|
2925
|
+
* @example
|
|
2926
|
+
* 150000xxxx
|
|
2927
|
+
*/
|
|
2049
2928
|
mobile?: string;
|
|
2929
|
+
/**
|
|
2930
|
+
* @example
|
|
2931
|
+
* normal
|
|
2932
|
+
*/
|
|
2050
2933
|
paramType?: string;
|
|
2051
2934
|
userName?: string;
|
|
2052
2935
|
static names(): { [key: string]: string } {
|
|
@@ -2073,8 +2956,20 @@ export class Mobile3MetaDetailVerifyRequest extends $tea.Model {
|
|
|
2073
2956
|
}
|
|
2074
2957
|
|
|
2075
2958
|
export class Mobile3MetaDetailVerifyResponseBody extends $tea.Model {
|
|
2959
|
+
/**
|
|
2960
|
+
* @example
|
|
2961
|
+
* 200
|
|
2962
|
+
*/
|
|
2076
2963
|
code?: string;
|
|
2964
|
+
/**
|
|
2965
|
+
* @example
|
|
2966
|
+
* success
|
|
2967
|
+
*/
|
|
2077
2968
|
message?: string;
|
|
2969
|
+
/**
|
|
2970
|
+
* @example
|
|
2971
|
+
* 5A6229C0-E156-48E4-B6EC-0F528BDF60D2
|
|
2972
|
+
*/
|
|
2078
2973
|
requestId?: string;
|
|
2079
2974
|
resultObject?: Mobile3MetaDetailVerifyResponseBodyResultObject;
|
|
2080
2975
|
static names(): { [key: string]: string } {
|
|
@@ -2126,8 +3021,20 @@ export class Mobile3MetaDetailVerifyResponse extends $tea.Model {
|
|
|
2126
3021
|
}
|
|
2127
3022
|
|
|
2128
3023
|
export class Mobile3MetaSimpleVerifyRequest extends $tea.Model {
|
|
3024
|
+
/**
|
|
3025
|
+
* @example
|
|
3026
|
+
* 429001********8211
|
|
3027
|
+
*/
|
|
2129
3028
|
identifyNum?: string;
|
|
3029
|
+
/**
|
|
3030
|
+
* @example
|
|
3031
|
+
* 150000****
|
|
3032
|
+
*/
|
|
2130
3033
|
mobile?: string;
|
|
3034
|
+
/**
|
|
3035
|
+
* @example
|
|
3036
|
+
* normal
|
|
3037
|
+
*/
|
|
2131
3038
|
paramType?: string;
|
|
2132
3039
|
userName?: string;
|
|
2133
3040
|
static names(): { [key: string]: string } {
|
|
@@ -2154,8 +3061,20 @@ export class Mobile3MetaSimpleVerifyRequest extends $tea.Model {
|
|
|
2154
3061
|
}
|
|
2155
3062
|
|
|
2156
3063
|
export class Mobile3MetaSimpleVerifyResponseBody extends $tea.Model {
|
|
3064
|
+
/**
|
|
3065
|
+
* @example
|
|
3066
|
+
* 200
|
|
3067
|
+
*/
|
|
2157
3068
|
code?: string;
|
|
3069
|
+
/**
|
|
3070
|
+
* @example
|
|
3071
|
+
* success
|
|
3072
|
+
*/
|
|
2158
3073
|
message?: string;
|
|
3074
|
+
/**
|
|
3075
|
+
* @example
|
|
3076
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
3077
|
+
*/
|
|
2159
3078
|
requestId?: string;
|
|
2160
3079
|
resultObject?: Mobile3MetaSimpleVerifyResponseBodyResultObject;
|
|
2161
3080
|
static names(): { [key: string]: string } {
|
|
@@ -2207,7 +3126,15 @@ export class Mobile3MetaSimpleVerifyResponse extends $tea.Model {
|
|
|
2207
3126
|
}
|
|
2208
3127
|
|
|
2209
3128
|
export class MobileDetectRequest extends $tea.Model {
|
|
3129
|
+
/**
|
|
3130
|
+
* @example
|
|
3131
|
+
* 138********,156********
|
|
3132
|
+
*/
|
|
2210
3133
|
mobiles?: string;
|
|
3134
|
+
/**
|
|
3135
|
+
* @example
|
|
3136
|
+
* normal
|
|
3137
|
+
*/
|
|
2211
3138
|
paramType?: string;
|
|
2212
3139
|
static names(): { [key: string]: string } {
|
|
2213
3140
|
return {
|
|
@@ -2229,8 +3156,20 @@ export class MobileDetectRequest extends $tea.Model {
|
|
|
2229
3156
|
}
|
|
2230
3157
|
|
|
2231
3158
|
export class MobileDetectResponseBody extends $tea.Model {
|
|
3159
|
+
/**
|
|
3160
|
+
* @example
|
|
3161
|
+
* 200
|
|
3162
|
+
*/
|
|
2232
3163
|
code?: string;
|
|
3164
|
+
/**
|
|
3165
|
+
* @example
|
|
3166
|
+
* success
|
|
3167
|
+
*/
|
|
2233
3168
|
message?: string;
|
|
3169
|
+
/**
|
|
3170
|
+
* @example
|
|
3171
|
+
* 969434DF-926B-4997-9881-4DE94E39F805
|
|
3172
|
+
*/
|
|
2234
3173
|
requestId?: string;
|
|
2235
3174
|
resultObject?: MobileDetectResponseBodyResultObject;
|
|
2236
3175
|
static names(): { [key: string]: string } {
|
|
@@ -2282,7 +3221,15 @@ export class MobileDetectResponse extends $tea.Model {
|
|
|
2282
3221
|
}
|
|
2283
3222
|
|
|
2284
3223
|
export class MobileOnlineStatusRequest extends $tea.Model {
|
|
3224
|
+
/**
|
|
3225
|
+
* @example
|
|
3226
|
+
* 130********
|
|
3227
|
+
*/
|
|
2285
3228
|
mobile?: string;
|
|
3229
|
+
/**
|
|
3230
|
+
* @example
|
|
3231
|
+
* normal
|
|
3232
|
+
*/
|
|
2286
3233
|
paramType?: string;
|
|
2287
3234
|
static names(): { [key: string]: string } {
|
|
2288
3235
|
return {
|
|
@@ -2304,8 +3251,20 @@ export class MobileOnlineStatusRequest extends $tea.Model {
|
|
|
2304
3251
|
}
|
|
2305
3252
|
|
|
2306
3253
|
export class MobileOnlineStatusResponseBody extends $tea.Model {
|
|
3254
|
+
/**
|
|
3255
|
+
* @example
|
|
3256
|
+
* 200
|
|
3257
|
+
*/
|
|
2307
3258
|
code?: string;
|
|
3259
|
+
/**
|
|
3260
|
+
* @example
|
|
3261
|
+
* success
|
|
3262
|
+
*/
|
|
2308
3263
|
message?: string;
|
|
3264
|
+
/**
|
|
3265
|
+
* @example
|
|
3266
|
+
* B506328A-D84B-4750-82C7-6A207C585CF1
|
|
3267
|
+
*/
|
|
2309
3268
|
requestId?: string;
|
|
2310
3269
|
resultObject?: MobileOnlineStatusResponseBodyResultObject;
|
|
2311
3270
|
static names(): { [key: string]: string } {
|
|
@@ -2357,7 +3316,15 @@ export class MobileOnlineStatusResponse extends $tea.Model {
|
|
|
2357
3316
|
}
|
|
2358
3317
|
|
|
2359
3318
|
export class MobileOnlineTimeRequest extends $tea.Model {
|
|
3319
|
+
/**
|
|
3320
|
+
* @example
|
|
3321
|
+
* 130********
|
|
3322
|
+
*/
|
|
2360
3323
|
mobile?: string;
|
|
3324
|
+
/**
|
|
3325
|
+
* @example
|
|
3326
|
+
* normal
|
|
3327
|
+
*/
|
|
2361
3328
|
paramType?: string;
|
|
2362
3329
|
static names(): { [key: string]: string } {
|
|
2363
3330
|
return {
|
|
@@ -2379,8 +3346,20 @@ export class MobileOnlineTimeRequest extends $tea.Model {
|
|
|
2379
3346
|
}
|
|
2380
3347
|
|
|
2381
3348
|
export class MobileOnlineTimeResponseBody extends $tea.Model {
|
|
3349
|
+
/**
|
|
3350
|
+
* @example
|
|
3351
|
+
* 200
|
|
3352
|
+
*/
|
|
2382
3353
|
code?: string;
|
|
3354
|
+
/**
|
|
3355
|
+
* @example
|
|
3356
|
+
* success
|
|
3357
|
+
*/
|
|
2383
3358
|
message?: string;
|
|
3359
|
+
/**
|
|
3360
|
+
* @example
|
|
3361
|
+
* B506328A-D84B-4750-82C7-6A207C585CF1
|
|
3362
|
+
*/
|
|
2384
3363
|
requestId?: string;
|
|
2385
3364
|
resultObject?: MobileOnlineTimeResponseBodyResultObject;
|
|
2386
3365
|
static names(): { [key: string]: string } {
|
|
@@ -2432,10 +3411,33 @@ export class MobileOnlineTimeResponse extends $tea.Model {
|
|
|
2432
3411
|
}
|
|
2433
3412
|
|
|
2434
3413
|
export class ModifyDeviceInfoRequest extends $tea.Model {
|
|
3414
|
+
/**
|
|
3415
|
+
* @example
|
|
3416
|
+
* FACE_TEST
|
|
3417
|
+
*/
|
|
2435
3418
|
bizType?: string;
|
|
3419
|
+
/**
|
|
3420
|
+
* @remarks
|
|
3421
|
+
* This parameter is required.
|
|
3422
|
+
*
|
|
3423
|
+
* @example
|
|
3424
|
+
* wd.6ziUffspAeW5FVYbaqmexR-1qwNjM
|
|
3425
|
+
*/
|
|
2436
3426
|
deviceId?: string;
|
|
3427
|
+
/**
|
|
3428
|
+
* @example
|
|
3429
|
+
* 1
|
|
3430
|
+
*/
|
|
2437
3431
|
duration?: string;
|
|
3432
|
+
/**
|
|
3433
|
+
* @example
|
|
3434
|
+
* 20190401
|
|
3435
|
+
*/
|
|
2438
3436
|
expiredDay?: string;
|
|
3437
|
+
/**
|
|
3438
|
+
* @example
|
|
3439
|
+
* 3iJ1AY$oHcu7mC69
|
|
3440
|
+
*/
|
|
2439
3441
|
userDeviceId?: string;
|
|
2440
3442
|
static names(): { [key: string]: string } {
|
|
2441
3443
|
return {
|
|
@@ -2463,11 +3465,35 @@ export class ModifyDeviceInfoRequest extends $tea.Model {
|
|
|
2463
3465
|
}
|
|
2464
3466
|
|
|
2465
3467
|
export class ModifyDeviceInfoResponseBody extends $tea.Model {
|
|
3468
|
+
/**
|
|
3469
|
+
* @example
|
|
3470
|
+
* 20190401
|
|
3471
|
+
*/
|
|
2466
3472
|
beginDay?: string;
|
|
3473
|
+
/**
|
|
3474
|
+
* @example
|
|
3475
|
+
* FACE_TEST
|
|
3476
|
+
*/
|
|
2467
3477
|
bizType?: string;
|
|
3478
|
+
/**
|
|
3479
|
+
* @example
|
|
3480
|
+
* wd.6ziUffspAeW5FVYbaqmexR-1qwNjM
|
|
3481
|
+
*/
|
|
2468
3482
|
deviceId?: string;
|
|
3483
|
+
/**
|
|
3484
|
+
* @example
|
|
3485
|
+
* 20200330
|
|
3486
|
+
*/
|
|
2469
3487
|
expiredDay?: string;
|
|
3488
|
+
/**
|
|
3489
|
+
* @example
|
|
3490
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
3491
|
+
*/
|
|
2470
3492
|
requestId?: string;
|
|
3493
|
+
/**
|
|
3494
|
+
* @example
|
|
3495
|
+
* 3iJ1AY$oHcu7mC69
|
|
3496
|
+
*/
|
|
2471
3497
|
userDeviceId?: string;
|
|
2472
3498
|
static names(): { [key: string]: string } {
|
|
2473
3499
|
return {
|
|
@@ -2522,13 +3548,57 @@ export class ModifyDeviceInfoResponse extends $tea.Model {
|
|
|
2522
3548
|
}
|
|
2523
3549
|
|
|
2524
3550
|
export class VerifyMaterialRequest extends $tea.Model {
|
|
3551
|
+
/**
|
|
3552
|
+
* @remarks
|
|
3553
|
+
* This parameter is required.
|
|
3554
|
+
*
|
|
3555
|
+
* @example
|
|
3556
|
+
* 39ecf51e-2f81-4dc5-90ee-ff86125b****
|
|
3557
|
+
*/
|
|
2525
3558
|
bizId?: string;
|
|
3559
|
+
/**
|
|
3560
|
+
* @remarks
|
|
3561
|
+
* This parameter is required.
|
|
3562
|
+
*
|
|
3563
|
+
* @example
|
|
3564
|
+
* RPMinTest
|
|
3565
|
+
*/
|
|
2526
3566
|
bizType?: string;
|
|
3567
|
+
/**
|
|
3568
|
+
* @remarks
|
|
3569
|
+
* This parameter is required.
|
|
3570
|
+
*
|
|
3571
|
+
* @example
|
|
3572
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example.jpg
|
|
3573
|
+
*/
|
|
2527
3574
|
faceImageUrl?: string;
|
|
3575
|
+
/**
|
|
3576
|
+
* @example
|
|
3577
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example3.jpg
|
|
3578
|
+
*/
|
|
2528
3579
|
idCardBackImageUrl?: string;
|
|
3580
|
+
/**
|
|
3581
|
+
* @example
|
|
3582
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example2.jpg
|
|
3583
|
+
*/
|
|
2529
3584
|
idCardFrontImageUrl?: string;
|
|
3585
|
+
/**
|
|
3586
|
+
* @remarks
|
|
3587
|
+
* This parameter is required.
|
|
3588
|
+
*
|
|
3589
|
+
* @example
|
|
3590
|
+
* 02343218901123****
|
|
3591
|
+
*/
|
|
2530
3592
|
idCardNumber?: string;
|
|
3593
|
+
/**
|
|
3594
|
+
* @remarks
|
|
3595
|
+
* This parameter is required.
|
|
3596
|
+
*/
|
|
2531
3597
|
name?: string;
|
|
3598
|
+
/**
|
|
3599
|
+
* @example
|
|
3600
|
+
* 54sdj
|
|
3601
|
+
*/
|
|
2532
3602
|
userId?: string;
|
|
2533
3603
|
static names(): { [key: string]: string } {
|
|
2534
3604
|
return {
|
|
@@ -2562,11 +3632,31 @@ export class VerifyMaterialRequest extends $tea.Model {
|
|
|
2562
3632
|
}
|
|
2563
3633
|
|
|
2564
3634
|
export class VerifyMaterialResponseBody extends $tea.Model {
|
|
3635
|
+
/**
|
|
3636
|
+
* @example
|
|
3637
|
+
* 97
|
|
3638
|
+
*/
|
|
2565
3639
|
authorityComparisionScore?: number;
|
|
3640
|
+
/**
|
|
3641
|
+
* @example
|
|
3642
|
+
* 97
|
|
3643
|
+
*/
|
|
2566
3644
|
idCardFaceComparisonScore?: number;
|
|
2567
3645
|
material?: VerifyMaterialResponseBodyMaterial;
|
|
3646
|
+
/**
|
|
3647
|
+
* @example
|
|
3648
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
3649
|
+
*/
|
|
2568
3650
|
requestId?: string;
|
|
3651
|
+
/**
|
|
3652
|
+
* @example
|
|
3653
|
+
* 1
|
|
3654
|
+
*/
|
|
2569
3655
|
verifyStatus?: number;
|
|
3656
|
+
/**
|
|
3657
|
+
* @example
|
|
3658
|
+
* c302c0797679457685410ee51a5ba375
|
|
3659
|
+
*/
|
|
2570
3660
|
verifyToken?: string;
|
|
2571
3661
|
static names(): { [key: string]: string } {
|
|
2572
3662
|
return {
|
|
@@ -2622,7 +3712,15 @@ export class VerifyMaterialResponse extends $tea.Model {
|
|
|
2622
3712
|
|
|
2623
3713
|
export class AIGCFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
2624
3714
|
certifyId?: string;
|
|
3715
|
+
/**
|
|
3716
|
+
* @example
|
|
3717
|
+
* Y
|
|
3718
|
+
*/
|
|
2625
3719
|
result?: string;
|
|
3720
|
+
/**
|
|
3721
|
+
* @example
|
|
3722
|
+
* 1.0000
|
|
3723
|
+
*/
|
|
2626
3724
|
score?: string;
|
|
2627
3725
|
static names(): { [key: string]: string } {
|
|
2628
3726
|
return {
|
|
@@ -2646,7 +3744,15 @@ export class AIGCFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2646
3744
|
}
|
|
2647
3745
|
|
|
2648
3746
|
export class BankMetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
3747
|
+
/**
|
|
3748
|
+
* @example
|
|
3749
|
+
* 1
|
|
3750
|
+
*/
|
|
2649
3751
|
bizCode?: string;
|
|
3752
|
+
/**
|
|
3753
|
+
* @example
|
|
3754
|
+
* 101
|
|
3755
|
+
*/
|
|
2650
3756
|
subCode?: string;
|
|
2651
3757
|
static names(): { [key: string]: string } {
|
|
2652
3758
|
return {
|
|
@@ -2669,7 +3775,15 @@ export class BankMetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2669
3775
|
|
|
2670
3776
|
export class CompareFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
2671
3777
|
certifyId?: string;
|
|
3778
|
+
/**
|
|
3779
|
+
* @example
|
|
3780
|
+
* T
|
|
3781
|
+
*/
|
|
2672
3782
|
passed?: string;
|
|
3783
|
+
/**
|
|
3784
|
+
* @example
|
|
3785
|
+
* 99.60875
|
|
3786
|
+
*/
|
|
2673
3787
|
verifyScore?: number;
|
|
2674
3788
|
static names(): { [key: string]: string } {
|
|
2675
3789
|
return {
|
|
@@ -2693,7 +3807,15 @@ export class CompareFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2693
3807
|
}
|
|
2694
3808
|
|
|
2695
3809
|
export class CompareFacesResponseBodyData extends $tea.Model {
|
|
3810
|
+
/**
|
|
3811
|
+
* @example
|
|
3812
|
+
* {"0.0001":"90.07","0.001":"80.01","0.01":"70.02"}
|
|
3813
|
+
*/
|
|
2696
3814
|
confidenceThresholds?: string;
|
|
3815
|
+
/**
|
|
3816
|
+
* @example
|
|
3817
|
+
* 98.7913
|
|
3818
|
+
*/
|
|
2697
3819
|
similarityScore?: number;
|
|
2698
3820
|
static names(): { [key: string]: string } {
|
|
2699
3821
|
return {
|
|
@@ -2716,9 +3838,25 @@ export class CompareFacesResponseBodyData extends $tea.Model {
|
|
|
2716
3838
|
|
|
2717
3839
|
export class ContrastFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
2718
3840
|
certifyId?: string;
|
|
3841
|
+
/**
|
|
3842
|
+
* @example
|
|
3843
|
+
* null
|
|
3844
|
+
*/
|
|
2719
3845
|
identityInfo?: string;
|
|
3846
|
+
/**
|
|
3847
|
+
* @example
|
|
3848
|
+
* {"faceAttack": "F","facialPictureFront": {"qualityScore": 88.3615493774414,"verifyScore": 50.28594166529785}}
|
|
3849
|
+
*/
|
|
2720
3850
|
materialInfo?: string;
|
|
3851
|
+
/**
|
|
3852
|
+
* @example
|
|
3853
|
+
* T
|
|
3854
|
+
*/
|
|
2721
3855
|
passed?: string;
|
|
3856
|
+
/**
|
|
3857
|
+
* @example
|
|
3858
|
+
* 200
|
|
3859
|
+
*/
|
|
2722
3860
|
subCode?: string;
|
|
2723
3861
|
static names(): { [key: string]: string } {
|
|
2724
3862
|
return {
|
|
@@ -2748,10 +3886,26 @@ export class ContrastFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2748
3886
|
export class CredentialVerifyResponseBodyResultObject extends $tea.Model {
|
|
2749
3887
|
materialInfo?: string;
|
|
2750
3888
|
ocrInfo?: string;
|
|
3889
|
+
/**
|
|
3890
|
+
* @example
|
|
3891
|
+
* 1
|
|
3892
|
+
*/
|
|
2751
3893
|
result?: string;
|
|
2752
3894
|
riskScore?: { [key: string]: string };
|
|
3895
|
+
/**
|
|
3896
|
+
* @example
|
|
3897
|
+
* PS,SCREEN_PHOTO
|
|
3898
|
+
*/
|
|
2753
3899
|
riskTag?: string;
|
|
3900
|
+
/**
|
|
3901
|
+
* @example
|
|
3902
|
+
* **
|
|
3903
|
+
*/
|
|
2754
3904
|
verifyDetail?: string;
|
|
3905
|
+
/**
|
|
3906
|
+
* @example
|
|
3907
|
+
* *
|
|
3908
|
+
*/
|
|
2755
3909
|
verifyResult?: string;
|
|
2756
3910
|
static names(): { [key: string]: string } {
|
|
2757
3911
|
return {
|
|
@@ -2783,8 +3937,16 @@ export class CredentialVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2783
3937
|
}
|
|
2784
3938
|
|
|
2785
3939
|
export class DeepfakeDetectResponseBodyResultObject extends $tea.Model {
|
|
3940
|
+
/**
|
|
3941
|
+
* @example
|
|
3942
|
+
* 1
|
|
3943
|
+
*/
|
|
2786
3944
|
result?: string;
|
|
2787
3945
|
riskScore?: { [key: string]: string };
|
|
3946
|
+
/**
|
|
3947
|
+
* @example
|
|
3948
|
+
* SuspectDeepForgery,SuspectWarterMark
|
|
3949
|
+
*/
|
|
2788
3950
|
riskTag?: string;
|
|
2789
3951
|
static names(): { [key: string]: string } {
|
|
2790
3952
|
return {
|
|
@@ -2808,10 +3970,30 @@ export class DeepfakeDetectResponseBodyResultObject extends $tea.Model {
|
|
|
2808
3970
|
}
|
|
2809
3971
|
|
|
2810
3972
|
export class DescribeDeviceInfoResponseBodyDeviceInfoListDeviceInfo extends $tea.Model {
|
|
3973
|
+
/**
|
|
3974
|
+
* @example
|
|
3975
|
+
* 20180101
|
|
3976
|
+
*/
|
|
2811
3977
|
beginDay?: string;
|
|
3978
|
+
/**
|
|
3979
|
+
* @example
|
|
3980
|
+
* FACE_TEST
|
|
3981
|
+
*/
|
|
2812
3982
|
bizType?: string;
|
|
3983
|
+
/**
|
|
3984
|
+
* @example
|
|
3985
|
+
* wd.6ziUffspAeW5FVYbaqmexR-1qwNjM
|
|
3986
|
+
*/
|
|
2813
3987
|
deviceId?: string;
|
|
3988
|
+
/**
|
|
3989
|
+
* @example
|
|
3990
|
+
* 20180101
|
|
3991
|
+
*/
|
|
2814
3992
|
expiredDay?: string;
|
|
3993
|
+
/**
|
|
3994
|
+
* @example
|
|
3995
|
+
* 3iJ1AY$oHcu7mC69
|
|
3996
|
+
*/
|
|
2815
3997
|
userDeviceId?: string;
|
|
2816
3998
|
static names(): { [key: string]: string } {
|
|
2817
3999
|
return {
|
|
@@ -2859,10 +4041,30 @@ export class DescribeDeviceInfoResponseBodyDeviceInfoList extends $tea.Model {
|
|
|
2859
4041
|
|
|
2860
4042
|
export class DescribeFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
2861
4043
|
deviceRisk?: string;
|
|
4044
|
+
/**
|
|
4045
|
+
* @example
|
|
4046
|
+
* McozS1ZWRcRZStlERcZZo_QOytx5jcgZoZJEoRLOxxxxxxx
|
|
4047
|
+
*/
|
|
2862
4048
|
deviceToken?: string;
|
|
4049
|
+
/**
|
|
4050
|
+
* @example
|
|
4051
|
+
* null
|
|
4052
|
+
*/
|
|
2863
4053
|
identityInfo?: string;
|
|
4054
|
+
/**
|
|
4055
|
+
* @example
|
|
4056
|
+
* {"faceAttack": "F","facialPictureFront": {"qualityScore": 88.3615493774414,"pictureUrl": "https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg","ossBucketName": "cn-shanghai-aliyun-cloudauth-1260051251634779","ossObjectName": "verify/1260051251634779/6ba7bcfccf33f56cdb44ed086f36ce3e0.jpeg"}}
|
|
4057
|
+
*/
|
|
2864
4058
|
materialInfo?: string;
|
|
4059
|
+
/**
|
|
4060
|
+
* @example
|
|
4061
|
+
* T
|
|
4062
|
+
*/
|
|
2865
4063
|
passed?: string;
|
|
4064
|
+
/**
|
|
4065
|
+
* @example
|
|
4066
|
+
* 200
|
|
4067
|
+
*/
|
|
2866
4068
|
subCode?: string;
|
|
2867
4069
|
success?: string;
|
|
2868
4070
|
userInfo?: string;
|
|
@@ -2898,12 +4100,40 @@ export class DescribeFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2898
4100
|
}
|
|
2899
4101
|
|
|
2900
4102
|
export class DescribeOssUploadTokenResponseBodyOssUploadToken extends $tea.Model {
|
|
4103
|
+
/**
|
|
4104
|
+
* @example
|
|
4105
|
+
* cloudauth-zhangjiakou-external
|
|
4106
|
+
*/
|
|
2901
4107
|
bucket?: string;
|
|
4108
|
+
/**
|
|
4109
|
+
* @example
|
|
4110
|
+
* https://oss-cn-zhangjiakou.aliyuncs.com
|
|
4111
|
+
*/
|
|
2902
4112
|
endPoint?: string;
|
|
4113
|
+
/**
|
|
4114
|
+
* @example
|
|
4115
|
+
* 1582636610000
|
|
4116
|
+
*/
|
|
2903
4117
|
expired?: number;
|
|
4118
|
+
/**
|
|
4119
|
+
* @example
|
|
4120
|
+
* STS.NU8rUBj****
|
|
4121
|
+
*/
|
|
2904
4122
|
key?: string;
|
|
4123
|
+
/**
|
|
4124
|
+
* @example
|
|
4125
|
+
* prod/RdNLC@Ox2n-1s7NMt
|
|
4126
|
+
*/
|
|
2905
4127
|
path?: string;
|
|
4128
|
+
/**
|
|
4129
|
+
* @example
|
|
4130
|
+
* FwmnyoqT8dHj7nJLuM67T****
|
|
4131
|
+
*/
|
|
2906
4132
|
secret?: string;
|
|
4133
|
+
/**
|
|
4134
|
+
* @example
|
|
4135
|
+
* uWia500nTS5knZaDzq4/KqpvhcLnO****
|
|
4136
|
+
*/
|
|
2907
4137
|
token?: string;
|
|
2908
4138
|
static names(): { [key: string]: string } {
|
|
2909
4139
|
return {
|
|
@@ -2935,11 +4165,31 @@ export class DescribeOssUploadTokenResponseBodyOssUploadToken extends $tea.Model
|
|
|
2935
4165
|
}
|
|
2936
4166
|
|
|
2937
4167
|
export class DescribePageFaceVerifyDataResponseBodyItems extends $tea.Model {
|
|
4168
|
+
/**
|
|
4169
|
+
* @example
|
|
4170
|
+
* 2024-03-24T00:00:00.000Z
|
|
4171
|
+
*/
|
|
2938
4172
|
date?: string;
|
|
4173
|
+
/**
|
|
4174
|
+
* @example
|
|
4175
|
+
* ID_PLUS
|
|
4176
|
+
*/
|
|
2939
4177
|
productCode?: string;
|
|
4178
|
+
/**
|
|
4179
|
+
* @example
|
|
4180
|
+
* 20**40
|
|
4181
|
+
*/
|
|
2940
4182
|
sceneId?: string;
|
|
2941
4183
|
sceneName?: string;
|
|
4184
|
+
/**
|
|
4185
|
+
* @example
|
|
4186
|
+
* 1
|
|
4187
|
+
*/
|
|
2942
4188
|
successCount?: string;
|
|
4189
|
+
/**
|
|
4190
|
+
* @example
|
|
4191
|
+
* 19
|
|
4192
|
+
*/
|
|
2943
4193
|
totalCount?: string;
|
|
2944
4194
|
static names(): { [key: string]: string } {
|
|
2945
4195
|
return {
|
|
@@ -2969,12 +4219,36 @@ export class DescribePageFaceVerifyDataResponseBodyItems extends $tea.Model {
|
|
|
2969
4219
|
}
|
|
2970
4220
|
|
|
2971
4221
|
export class DescribeSmartStatisticsPageListResponseBodyItems extends $tea.Model {
|
|
4222
|
+
/**
|
|
4223
|
+
* @example
|
|
4224
|
+
* 11/8
|
|
4225
|
+
*/
|
|
2972
4226
|
date?: string;
|
|
4227
|
+
/**
|
|
4228
|
+
* @example
|
|
4229
|
+
* 25
|
|
4230
|
+
*/
|
|
2973
4231
|
passRate?: string;
|
|
4232
|
+
/**
|
|
4233
|
+
* @example
|
|
4234
|
+
* SMART_VERIFY
|
|
4235
|
+
*/
|
|
2974
4236
|
productCode?: string;
|
|
4237
|
+
/**
|
|
4238
|
+
* @example
|
|
4239
|
+
* 20**40
|
|
4240
|
+
*/
|
|
2975
4241
|
sceneId?: number;
|
|
2976
4242
|
sceneName?: string;
|
|
4243
|
+
/**
|
|
4244
|
+
* @example
|
|
4245
|
+
* 1
|
|
4246
|
+
*/
|
|
2977
4247
|
successCount?: number;
|
|
4248
|
+
/**
|
|
4249
|
+
* @example
|
|
4250
|
+
* 4
|
|
4251
|
+
*/
|
|
2978
4252
|
totalCount?: number;
|
|
2979
4253
|
static names(): { [key: string]: string } {
|
|
2980
4254
|
return {
|
|
@@ -3008,13 +4282,37 @@ export class DescribeSmartStatisticsPageListResponseBodyItems extends $tea.Model
|
|
|
3008
4282
|
export class DescribeVerifyResultResponseBodyMaterialIdCardInfo extends $tea.Model {
|
|
3009
4283
|
address?: string;
|
|
3010
4284
|
authority?: string;
|
|
4285
|
+
/**
|
|
4286
|
+
* @example
|
|
4287
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example3.jpg
|
|
4288
|
+
*/
|
|
3011
4289
|
backImageUrl?: string;
|
|
4290
|
+
/**
|
|
4291
|
+
* @example
|
|
4292
|
+
* 19900101
|
|
4293
|
+
*/
|
|
3012
4294
|
birth?: string;
|
|
4295
|
+
/**
|
|
4296
|
+
* @example
|
|
4297
|
+
* 20201101
|
|
4298
|
+
*/
|
|
3013
4299
|
endDate?: string;
|
|
4300
|
+
/**
|
|
4301
|
+
* @example
|
|
4302
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example2.jpg
|
|
4303
|
+
*/
|
|
3014
4304
|
frontImageUrl?: string;
|
|
3015
4305
|
name?: string;
|
|
3016
4306
|
nationality?: string;
|
|
4307
|
+
/**
|
|
4308
|
+
* @example
|
|
4309
|
+
* 02343218901123****
|
|
4310
|
+
*/
|
|
3017
4311
|
number?: string;
|
|
4312
|
+
/**
|
|
4313
|
+
* @example
|
|
4314
|
+
* 20201101
|
|
4315
|
+
*/
|
|
3018
4316
|
startDate?: string;
|
|
3019
4317
|
static names(): { [key: string]: string } {
|
|
3020
4318
|
return {
|
|
@@ -3052,12 +4350,32 @@ export class DescribeVerifyResultResponseBodyMaterialIdCardInfo extends $tea.Mod
|
|
|
3052
4350
|
}
|
|
3053
4351
|
|
|
3054
4352
|
export class DescribeVerifyResultResponseBodyMaterial extends $tea.Model {
|
|
4353
|
+
/**
|
|
4354
|
+
* @example
|
|
4355
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/face-global-example.jpg
|
|
4356
|
+
*/
|
|
3055
4357
|
faceGlobalUrl?: string;
|
|
4358
|
+
/**
|
|
4359
|
+
* @example
|
|
4360
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/face-image-example.jpg
|
|
4361
|
+
*/
|
|
3056
4362
|
faceImageUrl?: string;
|
|
4363
|
+
/**
|
|
4364
|
+
* @example
|
|
4365
|
+
* false
|
|
4366
|
+
*/
|
|
3057
4367
|
faceMask?: boolean;
|
|
4368
|
+
/**
|
|
4369
|
+
* @example
|
|
4370
|
+
* NORMAL
|
|
4371
|
+
*/
|
|
3058
4372
|
faceQuality?: string;
|
|
3059
4373
|
idCardInfo?: DescribeVerifyResultResponseBodyMaterialIdCardInfo;
|
|
3060
4374
|
idCardName?: string;
|
|
4375
|
+
/**
|
|
4376
|
+
* @example
|
|
4377
|
+
* 02343218901123****
|
|
4378
|
+
*/
|
|
3061
4379
|
idCardNumber?: string;
|
|
3062
4380
|
videoUrls?: string[];
|
|
3063
4381
|
static names(): { [key: string]: string } {
|
|
@@ -3092,12 +4410,40 @@ export class DescribeVerifyResultResponseBodyMaterial extends $tea.Model {
|
|
|
3092
4410
|
}
|
|
3093
4411
|
|
|
3094
4412
|
export class DescribeVerifyTokenResponseBodyOssUploadToken extends $tea.Model {
|
|
4413
|
+
/**
|
|
4414
|
+
* @example
|
|
4415
|
+
* cloudauth-zhangjiakou-external
|
|
4416
|
+
*/
|
|
3095
4417
|
bucket?: string;
|
|
4418
|
+
/**
|
|
4419
|
+
* @example
|
|
4420
|
+
* https://oss-cn-zhangjiakou.aliyuncs.com
|
|
4421
|
+
*/
|
|
3096
4422
|
endPoint?: string;
|
|
4423
|
+
/**
|
|
4424
|
+
* @example
|
|
4425
|
+
* 1582636610000
|
|
4426
|
+
*/
|
|
3097
4427
|
expired?: number;
|
|
4428
|
+
/**
|
|
4429
|
+
* @example
|
|
4430
|
+
* STS.NU8rUBj****
|
|
4431
|
+
*/
|
|
3098
4432
|
key?: string;
|
|
4433
|
+
/**
|
|
4434
|
+
* @example
|
|
4435
|
+
* prod/RdNLC@Ox2n-1s7NMt
|
|
4436
|
+
*/
|
|
3099
4437
|
path?: string;
|
|
4438
|
+
/**
|
|
4439
|
+
* @example
|
|
4440
|
+
* FwmnyoqT8dHj7nJLuM67T****
|
|
4441
|
+
*/
|
|
3100
4442
|
secret?: string;
|
|
4443
|
+
/**
|
|
4444
|
+
* @example
|
|
4445
|
+
* uWia500nTS5knZaDzq4/KqpvhcLnO****
|
|
4446
|
+
*/
|
|
3101
4447
|
token?: string;
|
|
3102
4448
|
static names(): { [key: string]: string } {
|
|
3103
4449
|
return {
|
|
@@ -3129,8 +4475,20 @@ export class DescribeVerifyTokenResponseBodyOssUploadToken extends $tea.Model {
|
|
|
3129
4475
|
}
|
|
3130
4476
|
|
|
3131
4477
|
export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceAttributesHeadpose extends $tea.Model {
|
|
4478
|
+
/**
|
|
4479
|
+
* @example
|
|
4480
|
+
* -1.5683923959732056
|
|
4481
|
+
*/
|
|
3132
4482
|
pitchAngle?: number;
|
|
4483
|
+
/**
|
|
4484
|
+
* @example
|
|
4485
|
+
* 7.163370132446289
|
|
4486
|
+
*/
|
|
3133
4487
|
rollAngle?: number;
|
|
4488
|
+
/**
|
|
4489
|
+
* @example
|
|
4490
|
+
* -6.925303936004639
|
|
4491
|
+
*/
|
|
3134
4492
|
yawAngle?: number;
|
|
3135
4493
|
static names(): { [key: string]: string } {
|
|
3136
4494
|
return {
|
|
@@ -3154,7 +4512,15 @@ export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectIn
|
|
|
3154
4512
|
}
|
|
3155
4513
|
|
|
3156
4514
|
export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceAttributesSmiling extends $tea.Model {
|
|
4515
|
+
/**
|
|
4516
|
+
* @example
|
|
4517
|
+
* 95
|
|
4518
|
+
*/
|
|
3157
4519
|
threshold?: number;
|
|
4520
|
+
/**
|
|
4521
|
+
* @example
|
|
4522
|
+
* 97
|
|
4523
|
+
*/
|
|
3158
4524
|
value?: number;
|
|
3159
4525
|
static names(): { [key: string]: string } {
|
|
3160
4526
|
return {
|
|
@@ -3176,12 +4542,36 @@ export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectIn
|
|
|
3176
4542
|
}
|
|
3177
4543
|
|
|
3178
4544
|
export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceAttributes extends $tea.Model {
|
|
4545
|
+
/**
|
|
4546
|
+
* @example
|
|
4547
|
+
* 0.1419367790222168
|
|
4548
|
+
*/
|
|
3179
4549
|
blur?: number;
|
|
4550
|
+
/**
|
|
4551
|
+
* @example
|
|
4552
|
+
* 60
|
|
4553
|
+
*/
|
|
3180
4554
|
facequal?: number;
|
|
4555
|
+
/**
|
|
4556
|
+
* @example
|
|
4557
|
+
* Face
|
|
4558
|
+
*/
|
|
3181
4559
|
facetype?: string;
|
|
4560
|
+
/**
|
|
4561
|
+
* @example
|
|
4562
|
+
* None
|
|
4563
|
+
*/
|
|
3182
4564
|
glasses?: string;
|
|
3183
4565
|
headpose?: DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceAttributesHeadpose;
|
|
4566
|
+
/**
|
|
4567
|
+
* @example
|
|
4568
|
+
* 70
|
|
4569
|
+
*/
|
|
3184
4570
|
integrity?: number;
|
|
4571
|
+
/**
|
|
4572
|
+
* @example
|
|
4573
|
+
* Wear
|
|
4574
|
+
*/
|
|
3185
4575
|
respirator?: string;
|
|
3186
4576
|
smiling?: DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceAttributesSmiling;
|
|
3187
4577
|
static names(): { [key: string]: string } {
|
|
@@ -3216,9 +4606,25 @@ export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectIn
|
|
|
3216
4606
|
}
|
|
3217
4607
|
|
|
3218
4608
|
export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceRect extends $tea.Model {
|
|
4609
|
+
/**
|
|
4610
|
+
* @example
|
|
4611
|
+
* 473
|
|
4612
|
+
*/
|
|
3219
4613
|
height?: number;
|
|
4614
|
+
/**
|
|
4615
|
+
* @example
|
|
4616
|
+
* 354
|
|
4617
|
+
*/
|
|
3220
4618
|
left?: number;
|
|
4619
|
+
/**
|
|
4620
|
+
* @example
|
|
4621
|
+
* 453
|
|
4622
|
+
*/
|
|
3221
4623
|
top?: number;
|
|
4624
|
+
/**
|
|
4625
|
+
* @example
|
|
4626
|
+
* 473
|
|
4627
|
+
*/
|
|
3222
4628
|
width?: number;
|
|
3223
4629
|
static names(): { [key: string]: string } {
|
|
3224
4630
|
return {
|
|
@@ -3286,7 +4692,15 @@ export class DetectFaceAttributesResponseBodyDataFaceInfos extends $tea.Model {
|
|
|
3286
4692
|
|
|
3287
4693
|
export class DetectFaceAttributesResponseBodyData extends $tea.Model {
|
|
3288
4694
|
faceInfos?: DetectFaceAttributesResponseBodyDataFaceInfos;
|
|
4695
|
+
/**
|
|
4696
|
+
* @example
|
|
4697
|
+
* 1920
|
|
4698
|
+
*/
|
|
3289
4699
|
imgHeight?: number;
|
|
4700
|
+
/**
|
|
4701
|
+
* @example
|
|
4702
|
+
* 1080
|
|
4703
|
+
*/
|
|
3290
4704
|
imgWidth?: number;
|
|
3291
4705
|
static names(): { [key: string]: string } {
|
|
3292
4706
|
return {
|
|
@@ -3310,6 +4724,10 @@ export class DetectFaceAttributesResponseBodyData extends $tea.Model {
|
|
|
3310
4724
|
}
|
|
3311
4725
|
|
|
3312
4726
|
export class Id2MetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
4727
|
+
/**
|
|
4728
|
+
* @example
|
|
4729
|
+
* 1
|
|
4730
|
+
*/
|
|
3313
4731
|
bizCode?: string;
|
|
3314
4732
|
static names(): { [key: string]: string } {
|
|
3315
4733
|
return {
|
|
@@ -3329,6 +4747,10 @@ export class Id2MetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
3329
4747
|
}
|
|
3330
4748
|
|
|
3331
4749
|
export class InitFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
4750
|
+
/**
|
|
4751
|
+
* @example
|
|
4752
|
+
* 91707dc296d469ad38e4c5efa6a0f24b
|
|
4753
|
+
*/
|
|
3332
4754
|
certifyId?: string;
|
|
3333
4755
|
certifyUrl?: string;
|
|
3334
4756
|
static names(): { [key: string]: string } {
|
|
@@ -3379,8 +4801,20 @@ export class LivenessFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
3379
4801
|
}
|
|
3380
4802
|
|
|
3381
4803
|
export class Mobile3MetaDetailVerifyResponseBodyResultObject extends $tea.Model {
|
|
4804
|
+
/**
|
|
4805
|
+
* @example
|
|
4806
|
+
* 1
|
|
4807
|
+
*/
|
|
3382
4808
|
bizCode?: string;
|
|
4809
|
+
/**
|
|
4810
|
+
* @example
|
|
4811
|
+
* CMCC
|
|
4812
|
+
*/
|
|
3383
4813
|
ispName?: string;
|
|
4814
|
+
/**
|
|
4815
|
+
* @example
|
|
4816
|
+
* 101
|
|
4817
|
+
*/
|
|
3384
4818
|
subCode?: string;
|
|
3385
4819
|
static names(): { [key: string]: string } {
|
|
3386
4820
|
return {
|
|
@@ -3404,7 +4838,15 @@ export class Mobile3MetaDetailVerifyResponseBodyResultObject extends $tea.Model
|
|
|
3404
4838
|
}
|
|
3405
4839
|
|
|
3406
4840
|
export class Mobile3MetaSimpleVerifyResponseBodyResultObject extends $tea.Model {
|
|
4841
|
+
/**
|
|
4842
|
+
* @example
|
|
4843
|
+
* 1
|
|
4844
|
+
*/
|
|
3407
4845
|
bizCode?: string;
|
|
4846
|
+
/**
|
|
4847
|
+
* @example
|
|
4848
|
+
* CMCC
|
|
4849
|
+
*/
|
|
3408
4850
|
ispName?: string;
|
|
3409
4851
|
static names(): { [key: string]: string } {
|
|
3410
4852
|
return {
|
|
@@ -3427,9 +4869,25 @@ export class Mobile3MetaSimpleVerifyResponseBodyResultObject extends $tea.Model
|
|
|
3427
4869
|
|
|
3428
4870
|
export class MobileDetectResponseBodyResultObjectItems extends $tea.Model {
|
|
3429
4871
|
area?: string;
|
|
4872
|
+
/**
|
|
4873
|
+
* @example
|
|
4874
|
+
* 1
|
|
4875
|
+
*/
|
|
3430
4876
|
bizCode?: string;
|
|
4877
|
+
/**
|
|
4878
|
+
* @example
|
|
4879
|
+
* CMCC
|
|
4880
|
+
*/
|
|
3431
4881
|
ispName?: string;
|
|
4882
|
+
/**
|
|
4883
|
+
* @example
|
|
4884
|
+
* 131********
|
|
4885
|
+
*/
|
|
3432
4886
|
mobile?: string;
|
|
4887
|
+
/**
|
|
4888
|
+
* @example
|
|
4889
|
+
* 101
|
|
4890
|
+
*/
|
|
3433
4891
|
subCode?: string;
|
|
3434
4892
|
static names(): { [key: string]: string } {
|
|
3435
4893
|
return {
|
|
@@ -3457,6 +4915,10 @@ export class MobileDetectResponseBodyResultObjectItems extends $tea.Model {
|
|
|
3457
4915
|
}
|
|
3458
4916
|
|
|
3459
4917
|
export class MobileDetectResponseBodyResultObject extends $tea.Model {
|
|
4918
|
+
/**
|
|
4919
|
+
* @example
|
|
4920
|
+
* 2
|
|
4921
|
+
*/
|
|
3460
4922
|
chargeCount?: string;
|
|
3461
4923
|
items?: MobileDetectResponseBodyResultObjectItems[];
|
|
3462
4924
|
static names(): { [key: string]: string } {
|
|
@@ -3479,8 +4941,20 @@ export class MobileDetectResponseBodyResultObject extends $tea.Model {
|
|
|
3479
4941
|
}
|
|
3480
4942
|
|
|
3481
4943
|
export class MobileOnlineStatusResponseBodyResultObject extends $tea.Model {
|
|
4944
|
+
/**
|
|
4945
|
+
* @example
|
|
4946
|
+
* 1
|
|
4947
|
+
*/
|
|
3482
4948
|
bizCode?: string;
|
|
4949
|
+
/**
|
|
4950
|
+
* @example
|
|
4951
|
+
* CMCC
|
|
4952
|
+
*/
|
|
3483
4953
|
ispName?: string;
|
|
4954
|
+
/**
|
|
4955
|
+
* @example
|
|
4956
|
+
* 101
|
|
4957
|
+
*/
|
|
3484
4958
|
subCode?: string;
|
|
3485
4959
|
static names(): { [key: string]: string } {
|
|
3486
4960
|
return {
|
|
@@ -3504,8 +4978,20 @@ export class MobileOnlineStatusResponseBodyResultObject extends $tea.Model {
|
|
|
3504
4978
|
}
|
|
3505
4979
|
|
|
3506
4980
|
export class MobileOnlineTimeResponseBodyResultObject extends $tea.Model {
|
|
4981
|
+
/**
|
|
4982
|
+
* @example
|
|
4983
|
+
* 1
|
|
4984
|
+
*/
|
|
3507
4985
|
bizCode?: string;
|
|
4986
|
+
/**
|
|
4987
|
+
* @example
|
|
4988
|
+
* CMCC
|
|
4989
|
+
*/
|
|
3508
4990
|
ispName?: string;
|
|
4991
|
+
/**
|
|
4992
|
+
* @example
|
|
4993
|
+
* 5
|
|
4994
|
+
*/
|
|
3509
4995
|
timeCode?: string;
|
|
3510
4996
|
static names(): { [key: string]: string } {
|
|
3511
4997
|
return {
|
|
@@ -3531,13 +5017,37 @@ export class MobileOnlineTimeResponseBodyResultObject extends $tea.Model {
|
|
|
3531
5017
|
export class VerifyMaterialResponseBodyMaterialIdCardInfo extends $tea.Model {
|
|
3532
5018
|
address?: string;
|
|
3533
5019
|
authority?: string;
|
|
5020
|
+
/**
|
|
5021
|
+
* @example
|
|
5022
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example3.jpg
|
|
5023
|
+
*/
|
|
3534
5024
|
backImageUrl?: string;
|
|
5025
|
+
/**
|
|
5026
|
+
* @example
|
|
5027
|
+
* 19900101
|
|
5028
|
+
*/
|
|
3535
5029
|
birth?: string;
|
|
5030
|
+
/**
|
|
5031
|
+
* @example
|
|
5032
|
+
* 20201101
|
|
5033
|
+
*/
|
|
3536
5034
|
endDate?: string;
|
|
5035
|
+
/**
|
|
5036
|
+
* @example
|
|
5037
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example2.jpg
|
|
5038
|
+
*/
|
|
3537
5039
|
frontImageUrl?: string;
|
|
3538
5040
|
name?: string;
|
|
3539
5041
|
nationality?: string;
|
|
5042
|
+
/**
|
|
5043
|
+
* @example
|
|
5044
|
+
* 02343218901123****
|
|
5045
|
+
*/
|
|
3540
5046
|
number?: string;
|
|
5047
|
+
/**
|
|
5048
|
+
* @example
|
|
5049
|
+
* 20201101
|
|
5050
|
+
*/
|
|
3541
5051
|
startDate?: string;
|
|
3542
5052
|
static names(): { [key: string]: string } {
|
|
3543
5053
|
return {
|
|
@@ -3575,12 +5085,32 @@ export class VerifyMaterialResponseBodyMaterialIdCardInfo extends $tea.Model {
|
|
|
3575
5085
|
}
|
|
3576
5086
|
|
|
3577
5087
|
export class VerifyMaterialResponseBodyMaterial extends $tea.Model {
|
|
5088
|
+
/**
|
|
5089
|
+
* @example
|
|
5090
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/face-global-example.jpg
|
|
5091
|
+
*/
|
|
3578
5092
|
faceGlobalUrl?: string;
|
|
5093
|
+
/**
|
|
5094
|
+
* @example
|
|
5095
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example.jpg
|
|
5096
|
+
*/
|
|
3579
5097
|
faceImageUrl?: string;
|
|
5098
|
+
/**
|
|
5099
|
+
* @example
|
|
5100
|
+
* false
|
|
5101
|
+
*/
|
|
3580
5102
|
faceMask?: string;
|
|
5103
|
+
/**
|
|
5104
|
+
* @example
|
|
5105
|
+
* NORMAL
|
|
5106
|
+
*/
|
|
3581
5107
|
faceQuality?: string;
|
|
3582
5108
|
idCardInfo?: VerifyMaterialResponseBodyMaterialIdCardInfo;
|
|
3583
5109
|
idCardName?: string;
|
|
5110
|
+
/**
|
|
5111
|
+
* @example
|
|
5112
|
+
* 02343218901123****
|
|
5113
|
+
*/
|
|
3584
5114
|
idCardNumber?: string;
|
|
3585
5115
|
static names(): { [key: string]: string } {
|
|
3586
5116
|
return {
|
|
@@ -3635,11 +5165,11 @@ export default class Client extends OpenApi {
|
|
|
3635
5165
|
}
|
|
3636
5166
|
|
|
3637
5167
|
/**
|
|
3638
|
-
*
|
|
3639
|
-
*
|
|
3640
|
-
* @param request AIGCFaceVerifyRequest
|
|
3641
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
3642
|
-
* @
|
|
5168
|
+
* 新增AIGC人脸检测能力
|
|
5169
|
+
*
|
|
5170
|
+
* @param request - AIGCFaceVerifyRequest
|
|
5171
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5172
|
+
* @returns AIGCFaceVerifyResponse
|
|
3643
5173
|
*/
|
|
3644
5174
|
async aIGCFaceVerifyWithOptions(request: AIGCFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<AIGCFaceVerifyResponse> {
|
|
3645
5175
|
Util.validateModel(request);
|
|
@@ -3692,10 +5222,10 @@ export default class Client extends OpenApi {
|
|
|
3692
5222
|
}
|
|
3693
5223
|
|
|
3694
5224
|
/**
|
|
3695
|
-
*
|
|
3696
|
-
*
|
|
3697
|
-
* @param request AIGCFaceVerifyRequest
|
|
3698
|
-
* @
|
|
5225
|
+
* 新增AIGC人脸检测能力
|
|
5226
|
+
*
|
|
5227
|
+
* @param request - AIGCFaceVerifyRequest
|
|
5228
|
+
* @returns AIGCFaceVerifyResponse
|
|
3699
5229
|
*/
|
|
3700
5230
|
async aIGCFaceVerify(request: AIGCFaceVerifyRequest): Promise<AIGCFaceVerifyResponse> {
|
|
3701
5231
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -3703,11 +5233,11 @@ export default class Client extends OpenApi {
|
|
|
3703
5233
|
}
|
|
3704
5234
|
|
|
3705
5235
|
/**
|
|
3706
|
-
*
|
|
3707
|
-
*
|
|
3708
|
-
* @param request BankMetaVerifyRequest
|
|
3709
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
3710
|
-
* @
|
|
5236
|
+
* 银行卡要素核验接口
|
|
5237
|
+
*
|
|
5238
|
+
* @param request - BankMetaVerifyRequest
|
|
5239
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5240
|
+
* @returns BankMetaVerifyResponse
|
|
3711
5241
|
*/
|
|
3712
5242
|
async bankMetaVerifyWithOptions(request: BankMetaVerifyRequest, runtime: $Util.RuntimeOptions): Promise<BankMetaVerifyResponse> {
|
|
3713
5243
|
Util.validateModel(request);
|
|
@@ -3758,10 +5288,10 @@ export default class Client extends OpenApi {
|
|
|
3758
5288
|
}
|
|
3759
5289
|
|
|
3760
5290
|
/**
|
|
3761
|
-
*
|
|
3762
|
-
*
|
|
3763
|
-
* @param request BankMetaVerifyRequest
|
|
3764
|
-
* @
|
|
5291
|
+
* 银行卡要素核验接口
|
|
5292
|
+
*
|
|
5293
|
+
* @param request - BankMetaVerifyRequest
|
|
5294
|
+
* @returns BankMetaVerifyResponse
|
|
3765
5295
|
*/
|
|
3766
5296
|
async bankMetaVerify(request: BankMetaVerifyRequest): Promise<BankMetaVerifyResponse> {
|
|
3767
5297
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -3769,9 +5299,9 @@ export default class Client extends OpenApi {
|
|
|
3769
5299
|
}
|
|
3770
5300
|
|
|
3771
5301
|
/**
|
|
3772
|
-
* @param request CompareFaceVerifyRequest
|
|
3773
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
3774
|
-
* @
|
|
5302
|
+
* @param request - CompareFaceVerifyRequest
|
|
5303
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5304
|
+
* @returns CompareFaceVerifyResponse
|
|
3775
5305
|
*/
|
|
3776
5306
|
async compareFaceVerifyWithOptions(request: CompareFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<CompareFaceVerifyResponse> {
|
|
3777
5307
|
Util.validateModel(request);
|
|
@@ -3850,8 +5380,8 @@ export default class Client extends OpenApi {
|
|
|
3850
5380
|
}
|
|
3851
5381
|
|
|
3852
5382
|
/**
|
|
3853
|
-
* @param request CompareFaceVerifyRequest
|
|
3854
|
-
* @
|
|
5383
|
+
* @param request - CompareFaceVerifyRequest
|
|
5384
|
+
* @returns CompareFaceVerifyResponse
|
|
3855
5385
|
*/
|
|
3856
5386
|
async compareFaceVerify(request: CompareFaceVerifyRequest): Promise<CompareFaceVerifyResponse> {
|
|
3857
5387
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -3859,9 +5389,9 @@ export default class Client extends OpenApi {
|
|
|
3859
5389
|
}
|
|
3860
5390
|
|
|
3861
5391
|
/**
|
|
3862
|
-
* @param request CompareFacesRequest
|
|
3863
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
3864
|
-
* @
|
|
5392
|
+
* @param request - CompareFacesRequest
|
|
5393
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5394
|
+
* @returns CompareFacesResponse
|
|
3865
5395
|
*/
|
|
3866
5396
|
async compareFacesWithOptions(request: CompareFacesRequest, runtime: $Util.RuntimeOptions): Promise<CompareFacesResponse> {
|
|
3867
5397
|
Util.validateModel(request);
|
|
@@ -3900,8 +5430,8 @@ export default class Client extends OpenApi {
|
|
|
3900
5430
|
}
|
|
3901
5431
|
|
|
3902
5432
|
/**
|
|
3903
|
-
* @param request CompareFacesRequest
|
|
3904
|
-
* @
|
|
5433
|
+
* @param request - CompareFacesRequest
|
|
5434
|
+
* @returns CompareFacesResponse
|
|
3905
5435
|
*/
|
|
3906
5436
|
async compareFaces(request: CompareFacesRequest): Promise<CompareFacesResponse> {
|
|
3907
5437
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -3909,9 +5439,9 @@ export default class Client extends OpenApi {
|
|
|
3909
5439
|
}
|
|
3910
5440
|
|
|
3911
5441
|
/**
|
|
3912
|
-
* @param request ContrastFaceVerifyRequest
|
|
3913
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
3914
|
-
* @
|
|
5442
|
+
* @param request - ContrastFaceVerifyRequest
|
|
5443
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5444
|
+
* @returns ContrastFaceVerifyResponse
|
|
3915
5445
|
*/
|
|
3916
5446
|
async contrastFaceVerifyWithOptions(request: ContrastFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<ContrastFaceVerifyResponse> {
|
|
3917
5447
|
Util.validateModel(request);
|
|
@@ -4012,8 +5542,8 @@ export default class Client extends OpenApi {
|
|
|
4012
5542
|
}
|
|
4013
5543
|
|
|
4014
5544
|
/**
|
|
4015
|
-
* @param request ContrastFaceVerifyRequest
|
|
4016
|
-
* @
|
|
5545
|
+
* @param request - ContrastFaceVerifyRequest
|
|
5546
|
+
* @returns ContrastFaceVerifyResponse
|
|
4017
5547
|
*/
|
|
4018
5548
|
async contrastFaceVerify(request: ContrastFaceVerifyRequest): Promise<ContrastFaceVerifyResponse> {
|
|
4019
5549
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4096,9 +5626,9 @@ export default class Client extends OpenApi {
|
|
|
4096
5626
|
}
|
|
4097
5627
|
|
|
4098
5628
|
/**
|
|
4099
|
-
* @param request CreateAuthKeyRequest
|
|
4100
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4101
|
-
* @
|
|
5629
|
+
* @param request - CreateAuthKeyRequest
|
|
5630
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5631
|
+
* @returns CreateAuthKeyResponse
|
|
4102
5632
|
*/
|
|
4103
5633
|
async createAuthKeyWithOptions(request: CreateAuthKeyRequest, runtime: $Util.RuntimeOptions): Promise<CreateAuthKeyResponse> {
|
|
4104
5634
|
Util.validateModel(request);
|
|
@@ -4137,8 +5667,8 @@ export default class Client extends OpenApi {
|
|
|
4137
5667
|
}
|
|
4138
5668
|
|
|
4139
5669
|
/**
|
|
4140
|
-
* @param request CreateAuthKeyRequest
|
|
4141
|
-
* @
|
|
5670
|
+
* @param request - CreateAuthKeyRequest
|
|
5671
|
+
* @returns CreateAuthKeyResponse
|
|
4142
5672
|
*/
|
|
4143
5673
|
async createAuthKey(request: CreateAuthKeyRequest): Promise<CreateAuthKeyResponse> {
|
|
4144
5674
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4146,9 +5676,9 @@ export default class Client extends OpenApi {
|
|
|
4146
5676
|
}
|
|
4147
5677
|
|
|
4148
5678
|
/**
|
|
4149
|
-
* @param request CreateVerifySettingRequest
|
|
4150
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4151
|
-
* @
|
|
5679
|
+
* @param request - CreateVerifySettingRequest
|
|
5680
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5681
|
+
* @returns CreateVerifySettingResponse
|
|
4152
5682
|
*/
|
|
4153
5683
|
async createVerifySettingWithOptions(request: CreateVerifySettingRequest, runtime: $Util.RuntimeOptions): Promise<CreateVerifySettingResponse> {
|
|
4154
5684
|
Util.validateModel(request);
|
|
@@ -4195,8 +5725,8 @@ export default class Client extends OpenApi {
|
|
|
4195
5725
|
}
|
|
4196
5726
|
|
|
4197
5727
|
/**
|
|
4198
|
-
* @param request CreateVerifySettingRequest
|
|
4199
|
-
* @
|
|
5728
|
+
* @param request - CreateVerifySettingRequest
|
|
5729
|
+
* @returns CreateVerifySettingResponse
|
|
4200
5730
|
*/
|
|
4201
5731
|
async createVerifySetting(request: CreateVerifySettingRequest): Promise<CreateVerifySettingResponse> {
|
|
4202
5732
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4204,11 +5734,11 @@ export default class Client extends OpenApi {
|
|
|
4204
5734
|
}
|
|
4205
5735
|
|
|
4206
5736
|
/**
|
|
4207
|
-
*
|
|
4208
|
-
*
|
|
4209
|
-
* @param request CredentialVerifyRequest
|
|
4210
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4211
|
-
* @
|
|
5737
|
+
* 凭证核验
|
|
5738
|
+
*
|
|
5739
|
+
* @param request - CredentialVerifyRequest
|
|
5740
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5741
|
+
* @returns CredentialVerifyResponse
|
|
4212
5742
|
*/
|
|
4213
5743
|
async credentialVerifyWithOptions(request: CredentialVerifyRequest, runtime: $Util.RuntimeOptions): Promise<CredentialVerifyResponse> {
|
|
4214
5744
|
Util.validateModel(request);
|
|
@@ -4273,10 +5803,10 @@ export default class Client extends OpenApi {
|
|
|
4273
5803
|
}
|
|
4274
5804
|
|
|
4275
5805
|
/**
|
|
4276
|
-
*
|
|
4277
|
-
*
|
|
4278
|
-
* @param request CredentialVerifyRequest
|
|
4279
|
-
* @
|
|
5806
|
+
* 凭证核验
|
|
5807
|
+
*
|
|
5808
|
+
* @param request - CredentialVerifyRequest
|
|
5809
|
+
* @returns CredentialVerifyResponse
|
|
4280
5810
|
*/
|
|
4281
5811
|
async credentialVerify(request: CredentialVerifyRequest): Promise<CredentialVerifyResponse> {
|
|
4282
5812
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4284,11 +5814,11 @@ export default class Client extends OpenApi {
|
|
|
4284
5814
|
}
|
|
4285
5815
|
|
|
4286
5816
|
/**
|
|
4287
|
-
*
|
|
4288
|
-
*
|
|
4289
|
-
* @param request DeepfakeDetectRequest
|
|
4290
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4291
|
-
* @
|
|
5817
|
+
* 人脸凭证核验服务
|
|
5818
|
+
*
|
|
5819
|
+
* @param request - DeepfakeDetectRequest
|
|
5820
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5821
|
+
* @returns DeepfakeDetectResponse
|
|
4292
5822
|
*/
|
|
4293
5823
|
async deepfakeDetectWithOptions(request: DeepfakeDetectRequest, runtime: $Util.RuntimeOptions): Promise<DeepfakeDetectResponse> {
|
|
4294
5824
|
Util.validateModel(request);
|
|
@@ -4329,10 +5859,10 @@ export default class Client extends OpenApi {
|
|
|
4329
5859
|
}
|
|
4330
5860
|
|
|
4331
5861
|
/**
|
|
4332
|
-
*
|
|
4333
|
-
*
|
|
4334
|
-
* @param request DeepfakeDetectRequest
|
|
4335
|
-
* @
|
|
5862
|
+
* 人脸凭证核验服务
|
|
5863
|
+
*
|
|
5864
|
+
* @param request - DeepfakeDetectRequest
|
|
5865
|
+
* @returns DeepfakeDetectResponse
|
|
4336
5866
|
*/
|
|
4337
5867
|
async deepfakeDetect(request: DeepfakeDetectRequest): Promise<DeepfakeDetectResponse> {
|
|
4338
5868
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4340,9 +5870,9 @@ export default class Client extends OpenApi {
|
|
|
4340
5870
|
}
|
|
4341
5871
|
|
|
4342
5872
|
/**
|
|
4343
|
-
* @param request DescribeDeviceInfoRequest
|
|
4344
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4345
|
-
* @
|
|
5873
|
+
* @param request - DescribeDeviceInfoRequest
|
|
5874
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5875
|
+
* @returns DescribeDeviceInfoResponse
|
|
4346
5876
|
*/
|
|
4347
5877
|
async describeDeviceInfoWithOptions(request: DescribeDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeviceInfoResponse> {
|
|
4348
5878
|
Util.validateModel(request);
|
|
@@ -4393,8 +5923,8 @@ export default class Client extends OpenApi {
|
|
|
4393
5923
|
}
|
|
4394
5924
|
|
|
4395
5925
|
/**
|
|
4396
|
-
* @param request DescribeDeviceInfoRequest
|
|
4397
|
-
* @
|
|
5926
|
+
* @param request - DescribeDeviceInfoRequest
|
|
5927
|
+
* @returns DescribeDeviceInfoResponse
|
|
4398
5928
|
*/
|
|
4399
5929
|
async describeDeviceInfo(request: DescribeDeviceInfoRequest): Promise<DescribeDeviceInfoResponse> {
|
|
4400
5930
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4402,9 +5932,9 @@ export default class Client extends OpenApi {
|
|
|
4402
5932
|
}
|
|
4403
5933
|
|
|
4404
5934
|
/**
|
|
4405
|
-
* @param request DescribeFaceVerifyRequest
|
|
4406
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4407
|
-
* @
|
|
5935
|
+
* @param request - DescribeFaceVerifyRequest
|
|
5936
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5937
|
+
* @returns DescribeFaceVerifyResponse
|
|
4408
5938
|
*/
|
|
4409
5939
|
async describeFaceVerifyWithOptions(request: DescribeFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFaceVerifyResponse> {
|
|
4410
5940
|
Util.validateModel(request);
|
|
@@ -4439,8 +5969,8 @@ export default class Client extends OpenApi {
|
|
|
4439
5969
|
}
|
|
4440
5970
|
|
|
4441
5971
|
/**
|
|
4442
|
-
* @param request DescribeFaceVerifyRequest
|
|
4443
|
-
* @
|
|
5972
|
+
* @param request - DescribeFaceVerifyRequest
|
|
5973
|
+
* @returns DescribeFaceVerifyResponse
|
|
4444
5974
|
*/
|
|
4445
5975
|
async describeFaceVerify(request: DescribeFaceVerifyRequest): Promise<DescribeFaceVerifyResponse> {
|
|
4446
5976
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4448,9 +5978,9 @@ export default class Client extends OpenApi {
|
|
|
4448
5978
|
}
|
|
4449
5979
|
|
|
4450
5980
|
/**
|
|
4451
|
-
* @param request DescribeOssUploadTokenRequest
|
|
4452
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4453
|
-
* @
|
|
5981
|
+
* @param request - DescribeOssUploadTokenRequest
|
|
5982
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5983
|
+
* @returns DescribeOssUploadTokenResponse
|
|
4454
5984
|
*/
|
|
4455
5985
|
async describeOssUploadTokenWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeOssUploadTokenResponse> {
|
|
4456
5986
|
let req = new $OpenApi.OpenApiRequest({ });
|
|
@@ -4469,7 +5999,7 @@ export default class Client extends OpenApi {
|
|
|
4469
5999
|
}
|
|
4470
6000
|
|
|
4471
6001
|
/**
|
|
4472
|
-
* @
|
|
6002
|
+
* @returns DescribeOssUploadTokenResponse
|
|
4473
6003
|
*/
|
|
4474
6004
|
async describeOssUploadToken(): Promise<DescribeOssUploadTokenResponse> {
|
|
4475
6005
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4477,11 +6007,11 @@ export default class Client extends OpenApi {
|
|
|
4477
6007
|
}
|
|
4478
6008
|
|
|
4479
6009
|
/**
|
|
4480
|
-
*
|
|
4481
|
-
*
|
|
4482
|
-
* @param request DescribePageFaceVerifyDataRequest
|
|
4483
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4484
|
-
* @
|
|
6010
|
+
* Open API新增金融级数据统计API
|
|
6011
|
+
*
|
|
6012
|
+
* @param request - DescribePageFaceVerifyDataRequest
|
|
6013
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6014
|
+
* @returns DescribePageFaceVerifyDataResponse
|
|
4485
6015
|
*/
|
|
4486
6016
|
async describePageFaceVerifyDataWithOptions(request: DescribePageFaceVerifyDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribePageFaceVerifyDataResponse> {
|
|
4487
6017
|
Util.validateModel(request);
|
|
@@ -4528,10 +6058,10 @@ export default class Client extends OpenApi {
|
|
|
4528
6058
|
}
|
|
4529
6059
|
|
|
4530
6060
|
/**
|
|
4531
|
-
*
|
|
4532
|
-
*
|
|
4533
|
-
* @param request DescribePageFaceVerifyDataRequest
|
|
4534
|
-
* @
|
|
6061
|
+
* Open API新增金融级数据统计API
|
|
6062
|
+
*
|
|
6063
|
+
* @param request - DescribePageFaceVerifyDataRequest
|
|
6064
|
+
* @returns DescribePageFaceVerifyDataResponse
|
|
4535
6065
|
*/
|
|
4536
6066
|
async describePageFaceVerifyData(request: DescribePageFaceVerifyDataRequest): Promise<DescribePageFaceVerifyDataResponse> {
|
|
4537
6067
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4539,9 +6069,9 @@ export default class Client extends OpenApi {
|
|
|
4539
6069
|
}
|
|
4540
6070
|
|
|
4541
6071
|
/**
|
|
4542
|
-
* @param request DescribeSmartStatisticsPageListRequest
|
|
4543
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4544
|
-
* @
|
|
6072
|
+
* @param request - DescribeSmartStatisticsPageListRequest
|
|
6073
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6074
|
+
* @returns DescribeSmartStatisticsPageListResponse
|
|
4545
6075
|
*/
|
|
4546
6076
|
async describeSmartStatisticsPageListWithOptions(request: DescribeSmartStatisticsPageListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSmartStatisticsPageListResponse> {
|
|
4547
6077
|
Util.validateModel(request);
|
|
@@ -4588,8 +6118,8 @@ export default class Client extends OpenApi {
|
|
|
4588
6118
|
}
|
|
4589
6119
|
|
|
4590
6120
|
/**
|
|
4591
|
-
* @param request DescribeSmartStatisticsPageListRequest
|
|
4592
|
-
* @
|
|
6121
|
+
* @param request - DescribeSmartStatisticsPageListRequest
|
|
6122
|
+
* @returns DescribeSmartStatisticsPageListResponse
|
|
4593
6123
|
*/
|
|
4594
6124
|
async describeSmartStatisticsPageList(request: DescribeSmartStatisticsPageListRequest): Promise<DescribeSmartStatisticsPageListResponse> {
|
|
4595
6125
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4597,9 +6127,9 @@ export default class Client extends OpenApi {
|
|
|
4597
6127
|
}
|
|
4598
6128
|
|
|
4599
6129
|
/**
|
|
4600
|
-
* @param request DescribeVerifyResultRequest
|
|
4601
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4602
|
-
* @
|
|
6130
|
+
* @param request - DescribeVerifyResultRequest
|
|
6131
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6132
|
+
* @returns DescribeVerifyResultResponse
|
|
4603
6133
|
*/
|
|
4604
6134
|
async describeVerifyResultWithOptions(request: DescribeVerifyResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyResultResponse> {
|
|
4605
6135
|
Util.validateModel(request);
|
|
@@ -4630,8 +6160,8 @@ export default class Client extends OpenApi {
|
|
|
4630
6160
|
}
|
|
4631
6161
|
|
|
4632
6162
|
/**
|
|
4633
|
-
* @param request DescribeVerifyResultRequest
|
|
4634
|
-
* @
|
|
6163
|
+
* @param request - DescribeVerifyResultRequest
|
|
6164
|
+
* @returns DescribeVerifyResultResponse
|
|
4635
6165
|
*/
|
|
4636
6166
|
async describeVerifyResult(request: DescribeVerifyResultRequest): Promise<DescribeVerifyResultResponse> {
|
|
4637
6167
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4639,9 +6169,9 @@ export default class Client extends OpenApi {
|
|
|
4639
6169
|
}
|
|
4640
6170
|
|
|
4641
6171
|
/**
|
|
4642
|
-
* @param request DescribeVerifySDKRequest
|
|
4643
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4644
|
-
* @
|
|
6172
|
+
* @param request - DescribeVerifySDKRequest
|
|
6173
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6174
|
+
* @returns DescribeVerifySDKResponse
|
|
4645
6175
|
*/
|
|
4646
6176
|
async describeVerifySDKWithOptions(request: DescribeVerifySDKRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifySDKResponse> {
|
|
4647
6177
|
Util.validateModel(request);
|
|
@@ -4668,8 +6198,8 @@ export default class Client extends OpenApi {
|
|
|
4668
6198
|
}
|
|
4669
6199
|
|
|
4670
6200
|
/**
|
|
4671
|
-
* @param request DescribeVerifySDKRequest
|
|
4672
|
-
* @
|
|
6201
|
+
* @param request - DescribeVerifySDKRequest
|
|
6202
|
+
* @returns DescribeVerifySDKResponse
|
|
4673
6203
|
*/
|
|
4674
6204
|
async describeVerifySDK(request: DescribeVerifySDKRequest): Promise<DescribeVerifySDKResponse> {
|
|
4675
6205
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4677,9 +6207,9 @@ export default class Client extends OpenApi {
|
|
|
4677
6207
|
}
|
|
4678
6208
|
|
|
4679
6209
|
/**
|
|
4680
|
-
* @param request DescribeVerifyTokenRequest
|
|
4681
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4682
|
-
* @
|
|
6210
|
+
* @param request - DescribeVerifyTokenRequest
|
|
6211
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6212
|
+
* @returns DescribeVerifyTokenResponse
|
|
4683
6213
|
*/
|
|
4684
6214
|
async describeVerifyTokenWithOptions(request: DescribeVerifyTokenRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyTokenResponse> {
|
|
4685
6215
|
Util.validateModel(request);
|
|
@@ -4762,8 +6292,8 @@ export default class Client extends OpenApi {
|
|
|
4762
6292
|
}
|
|
4763
6293
|
|
|
4764
6294
|
/**
|
|
4765
|
-
* @param request DescribeVerifyTokenRequest
|
|
4766
|
-
* @
|
|
6295
|
+
* @param request - DescribeVerifyTokenRequest
|
|
6296
|
+
* @returns DescribeVerifyTokenResponse
|
|
4767
6297
|
*/
|
|
4768
6298
|
async describeVerifyToken(request: DescribeVerifyTokenRequest): Promise<DescribeVerifyTokenResponse> {
|
|
4769
6299
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4771,9 +6301,9 @@ export default class Client extends OpenApi {
|
|
|
4771
6301
|
}
|
|
4772
6302
|
|
|
4773
6303
|
/**
|
|
4774
|
-
* @param request DetectFaceAttributesRequest
|
|
4775
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4776
|
-
* @
|
|
6304
|
+
* @param request - DetectFaceAttributesRequest
|
|
6305
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6306
|
+
* @returns DetectFaceAttributesResponse
|
|
4777
6307
|
*/
|
|
4778
6308
|
async detectFaceAttributesWithOptions(request: DetectFaceAttributesRequest, runtime: $Util.RuntimeOptions): Promise<DetectFaceAttributesResponse> {
|
|
4779
6309
|
Util.validateModel(request);
|
|
@@ -4804,8 +6334,8 @@ export default class Client extends OpenApi {
|
|
|
4804
6334
|
}
|
|
4805
6335
|
|
|
4806
6336
|
/**
|
|
4807
|
-
* @param request DetectFaceAttributesRequest
|
|
4808
|
-
* @
|
|
6337
|
+
* @param request - DetectFaceAttributesRequest
|
|
6338
|
+
* @returns DetectFaceAttributesResponse
|
|
4809
6339
|
*/
|
|
4810
6340
|
async detectFaceAttributes(request: DetectFaceAttributesRequest): Promise<DetectFaceAttributesResponse> {
|
|
4811
6341
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4813,11 +6343,11 @@ export default class Client extends OpenApi {
|
|
|
4813
6343
|
}
|
|
4814
6344
|
|
|
4815
6345
|
/**
|
|
4816
|
-
*
|
|
4817
|
-
*
|
|
4818
|
-
* @param request Id2MetaVerifyRequest
|
|
4819
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4820
|
-
* @
|
|
6346
|
+
* 身份二要素接口
|
|
6347
|
+
*
|
|
6348
|
+
* @param request - Id2MetaVerifyRequest
|
|
6349
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6350
|
+
* @returns Id2MetaVerifyResponse
|
|
4821
6351
|
*/
|
|
4822
6352
|
async id2MetaVerifyWithOptions(request: Id2MetaVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Id2MetaVerifyResponse> {
|
|
4823
6353
|
Util.validateModel(request);
|
|
@@ -4852,10 +6382,10 @@ export default class Client extends OpenApi {
|
|
|
4852
6382
|
}
|
|
4853
6383
|
|
|
4854
6384
|
/**
|
|
4855
|
-
*
|
|
4856
|
-
*
|
|
4857
|
-
* @param request Id2MetaVerifyRequest
|
|
4858
|
-
* @
|
|
6385
|
+
* 身份二要素接口
|
|
6386
|
+
*
|
|
6387
|
+
* @param request - Id2MetaVerifyRequest
|
|
6388
|
+
* @returns Id2MetaVerifyResponse
|
|
4859
6389
|
*/
|
|
4860
6390
|
async id2MetaVerify(request: Id2MetaVerifyRequest): Promise<Id2MetaVerifyResponse> {
|
|
4861
6391
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4863,13 +6393,17 @@ export default class Client extends OpenApi {
|
|
|
4863
6393
|
}
|
|
4864
6394
|
|
|
4865
6395
|
/**
|
|
4866
|
-
* @param request InitFaceVerifyRequest
|
|
4867
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4868
|
-
* @
|
|
6396
|
+
* @param request - InitFaceVerifyRequest
|
|
6397
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6398
|
+
* @returns InitFaceVerifyResponse
|
|
4869
6399
|
*/
|
|
4870
6400
|
async initFaceVerifyWithOptions(request: InitFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<InitFaceVerifyResponse> {
|
|
4871
6401
|
Util.validateModel(request);
|
|
4872
6402
|
let query = { };
|
|
6403
|
+
if (!Util.isUnset(request.appQualityCheck)) {
|
|
6404
|
+
query["AppQualityCheck"] = request.appQualityCheck;
|
|
6405
|
+
}
|
|
6406
|
+
|
|
4873
6407
|
if (!Util.isUnset(request.birthday)) {
|
|
4874
6408
|
query["Birthday"] = request.birthday;
|
|
4875
6409
|
}
|
|
@@ -4986,6 +6520,10 @@ export default class Client extends OpenApi {
|
|
|
4986
6520
|
query["ValidityDate"] = request.validityDate;
|
|
4987
6521
|
}
|
|
4988
6522
|
|
|
6523
|
+
if (!Util.isUnset(request.videoEvidence)) {
|
|
6524
|
+
query["VideoEvidence"] = request.videoEvidence;
|
|
6525
|
+
}
|
|
6526
|
+
|
|
4989
6527
|
if (!Util.isUnset(request.voluntaryCustomizedContent)) {
|
|
4990
6528
|
query["VoluntaryCustomizedContent"] = request.voluntaryCustomizedContent;
|
|
4991
6529
|
}
|
|
@@ -5026,8 +6564,8 @@ export default class Client extends OpenApi {
|
|
|
5026
6564
|
}
|
|
5027
6565
|
|
|
5028
6566
|
/**
|
|
5029
|
-
* @param request InitFaceVerifyRequest
|
|
5030
|
-
* @
|
|
6567
|
+
* @param request - InitFaceVerifyRequest
|
|
6568
|
+
* @returns InitFaceVerifyResponse
|
|
5031
6569
|
*/
|
|
5032
6570
|
async initFaceVerify(request: InitFaceVerifyRequest): Promise<InitFaceVerifyResponse> {
|
|
5033
6571
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5035,9 +6573,9 @@ export default class Client extends OpenApi {
|
|
|
5035
6573
|
}
|
|
5036
6574
|
|
|
5037
6575
|
/**
|
|
5038
|
-
* @param request LivenessFaceVerifyRequest
|
|
5039
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5040
|
-
* @
|
|
6576
|
+
* @param request - LivenessFaceVerifyRequest
|
|
6577
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6578
|
+
* @returns LivenessFaceVerifyResponse
|
|
5041
6579
|
*/
|
|
5042
6580
|
async livenessFaceVerifyWithOptions(request: LivenessFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<LivenessFaceVerifyResponse> {
|
|
5043
6581
|
Util.validateModel(request);
|
|
@@ -5118,8 +6656,8 @@ export default class Client extends OpenApi {
|
|
|
5118
6656
|
}
|
|
5119
6657
|
|
|
5120
6658
|
/**
|
|
5121
|
-
* @param request LivenessFaceVerifyRequest
|
|
5122
|
-
* @
|
|
6659
|
+
* @param request - LivenessFaceVerifyRequest
|
|
6660
|
+
* @returns LivenessFaceVerifyResponse
|
|
5123
6661
|
*/
|
|
5124
6662
|
async livenessFaceVerify(request: LivenessFaceVerifyRequest): Promise<LivenessFaceVerifyResponse> {
|
|
5125
6663
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5127,11 +6665,11 @@ export default class Client extends OpenApi {
|
|
|
5127
6665
|
}
|
|
5128
6666
|
|
|
5129
6667
|
/**
|
|
5130
|
-
*
|
|
5131
|
-
*
|
|
5132
|
-
* @param request Mobile3MetaDetailVerifyRequest
|
|
5133
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5134
|
-
* @
|
|
6668
|
+
* 手机三要素详版接口
|
|
6669
|
+
*
|
|
6670
|
+
* @param request - Mobile3MetaDetailVerifyRequest
|
|
6671
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6672
|
+
* @returns Mobile3MetaDetailVerifyResponse
|
|
5135
6673
|
*/
|
|
5136
6674
|
async mobile3MetaDetailVerifyWithOptions(request: Mobile3MetaDetailVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Mobile3MetaDetailVerifyResponse> {
|
|
5137
6675
|
Util.validateModel(request);
|
|
@@ -5170,10 +6708,10 @@ export default class Client extends OpenApi {
|
|
|
5170
6708
|
}
|
|
5171
6709
|
|
|
5172
6710
|
/**
|
|
5173
|
-
*
|
|
5174
|
-
*
|
|
5175
|
-
* @param request Mobile3MetaDetailVerifyRequest
|
|
5176
|
-
* @
|
|
6711
|
+
* 手机三要素详版接口
|
|
6712
|
+
*
|
|
6713
|
+
* @param request - Mobile3MetaDetailVerifyRequest
|
|
6714
|
+
* @returns Mobile3MetaDetailVerifyResponse
|
|
5177
6715
|
*/
|
|
5178
6716
|
async mobile3MetaDetailVerify(request: Mobile3MetaDetailVerifyRequest): Promise<Mobile3MetaDetailVerifyResponse> {
|
|
5179
6717
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5181,11 +6719,11 @@ export default class Client extends OpenApi {
|
|
|
5181
6719
|
}
|
|
5182
6720
|
|
|
5183
6721
|
/**
|
|
5184
|
-
*
|
|
5185
|
-
*
|
|
5186
|
-
* @param request Mobile3MetaSimpleVerifyRequest
|
|
5187
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5188
|
-
* @
|
|
6722
|
+
* 手机号三要素简版接口
|
|
6723
|
+
*
|
|
6724
|
+
* @param request - Mobile3MetaSimpleVerifyRequest
|
|
6725
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6726
|
+
* @returns Mobile3MetaSimpleVerifyResponse
|
|
5189
6727
|
*/
|
|
5190
6728
|
async mobile3MetaSimpleVerifyWithOptions(request: Mobile3MetaSimpleVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Mobile3MetaSimpleVerifyResponse> {
|
|
5191
6729
|
Util.validateModel(request);
|
|
@@ -5224,10 +6762,10 @@ export default class Client extends OpenApi {
|
|
|
5224
6762
|
}
|
|
5225
6763
|
|
|
5226
6764
|
/**
|
|
5227
|
-
*
|
|
5228
|
-
*
|
|
5229
|
-
* @param request Mobile3MetaSimpleVerifyRequest
|
|
5230
|
-
* @
|
|
6765
|
+
* 手机号三要素简版接口
|
|
6766
|
+
*
|
|
6767
|
+
* @param request - Mobile3MetaSimpleVerifyRequest
|
|
6768
|
+
* @returns Mobile3MetaSimpleVerifyResponse
|
|
5231
6769
|
*/
|
|
5232
6770
|
async mobile3MetaSimpleVerify(request: Mobile3MetaSimpleVerifyRequest): Promise<Mobile3MetaSimpleVerifyResponse> {
|
|
5233
6771
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5235,11 +6773,11 @@ export default class Client extends OpenApi {
|
|
|
5235
6773
|
}
|
|
5236
6774
|
|
|
5237
6775
|
/**
|
|
5238
|
-
*
|
|
5239
|
-
*
|
|
5240
|
-
* @param request MobileDetectRequest
|
|
5241
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5242
|
-
* @
|
|
6776
|
+
* 号码检测
|
|
6777
|
+
*
|
|
6778
|
+
* @param request - MobileDetectRequest
|
|
6779
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6780
|
+
* @returns MobileDetectResponse
|
|
5243
6781
|
*/
|
|
5244
6782
|
async mobileDetectWithOptions(request: MobileDetectRequest, runtime: $Util.RuntimeOptions): Promise<MobileDetectResponse> {
|
|
5245
6783
|
Util.validateModel(request);
|
|
@@ -5270,10 +6808,10 @@ export default class Client extends OpenApi {
|
|
|
5270
6808
|
}
|
|
5271
6809
|
|
|
5272
6810
|
/**
|
|
5273
|
-
*
|
|
5274
|
-
*
|
|
5275
|
-
* @param request MobileDetectRequest
|
|
5276
|
-
* @
|
|
6811
|
+
* 号码检测
|
|
6812
|
+
*
|
|
6813
|
+
* @param request - MobileDetectRequest
|
|
6814
|
+
* @returns MobileDetectResponse
|
|
5277
6815
|
*/
|
|
5278
6816
|
async mobileDetect(request: MobileDetectRequest): Promise<MobileDetectResponse> {
|
|
5279
6817
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5281,11 +6819,11 @@ export default class Client extends OpenApi {
|
|
|
5281
6819
|
}
|
|
5282
6820
|
|
|
5283
6821
|
/**
|
|
5284
|
-
*
|
|
5285
|
-
*
|
|
5286
|
-
* @param request MobileOnlineStatusRequest
|
|
5287
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5288
|
-
* @
|
|
6822
|
+
* 查询手机号在网状态
|
|
6823
|
+
*
|
|
6824
|
+
* @param request - MobileOnlineStatusRequest
|
|
6825
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6826
|
+
* @returns MobileOnlineStatusResponse
|
|
5289
6827
|
*/
|
|
5290
6828
|
async mobileOnlineStatusWithOptions(request: MobileOnlineStatusRequest, runtime: $Util.RuntimeOptions): Promise<MobileOnlineStatusResponse> {
|
|
5291
6829
|
Util.validateModel(request);
|
|
@@ -5316,10 +6854,10 @@ export default class Client extends OpenApi {
|
|
|
5316
6854
|
}
|
|
5317
6855
|
|
|
5318
6856
|
/**
|
|
5319
|
-
*
|
|
5320
|
-
*
|
|
5321
|
-
* @param request MobileOnlineStatusRequest
|
|
5322
|
-
* @
|
|
6857
|
+
* 查询手机号在网状态
|
|
6858
|
+
*
|
|
6859
|
+
* @param request - MobileOnlineStatusRequest
|
|
6860
|
+
* @returns MobileOnlineStatusResponse
|
|
5323
6861
|
*/
|
|
5324
6862
|
async mobileOnlineStatus(request: MobileOnlineStatusRequest): Promise<MobileOnlineStatusResponse> {
|
|
5325
6863
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5327,11 +6865,11 @@ export default class Client extends OpenApi {
|
|
|
5327
6865
|
}
|
|
5328
6866
|
|
|
5329
6867
|
/**
|
|
5330
|
-
*
|
|
5331
|
-
*
|
|
5332
|
-
* @param request MobileOnlineTimeRequest
|
|
5333
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5334
|
-
* @
|
|
6868
|
+
* 查询手机号在网时长
|
|
6869
|
+
*
|
|
6870
|
+
* @param request - MobileOnlineTimeRequest
|
|
6871
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6872
|
+
* @returns MobileOnlineTimeResponse
|
|
5335
6873
|
*/
|
|
5336
6874
|
async mobileOnlineTimeWithOptions(request: MobileOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<MobileOnlineTimeResponse> {
|
|
5337
6875
|
Util.validateModel(request);
|
|
@@ -5362,10 +6900,10 @@ export default class Client extends OpenApi {
|
|
|
5362
6900
|
}
|
|
5363
6901
|
|
|
5364
6902
|
/**
|
|
5365
|
-
*
|
|
5366
|
-
*
|
|
5367
|
-
* @param request MobileOnlineTimeRequest
|
|
5368
|
-
* @
|
|
6903
|
+
* 查询手机号在网时长
|
|
6904
|
+
*
|
|
6905
|
+
* @param request - MobileOnlineTimeRequest
|
|
6906
|
+
* @returns MobileOnlineTimeResponse
|
|
5369
6907
|
*/
|
|
5370
6908
|
async mobileOnlineTime(request: MobileOnlineTimeRequest): Promise<MobileOnlineTimeResponse> {
|
|
5371
6909
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5373,9 +6911,9 @@ export default class Client extends OpenApi {
|
|
|
5373
6911
|
}
|
|
5374
6912
|
|
|
5375
6913
|
/**
|
|
5376
|
-
* @param request ModifyDeviceInfoRequest
|
|
5377
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5378
|
-
* @
|
|
6914
|
+
* @param request - ModifyDeviceInfoRequest
|
|
6915
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6916
|
+
* @returns ModifyDeviceInfoResponse
|
|
5379
6917
|
*/
|
|
5380
6918
|
async modifyDeviceInfoWithOptions(request: ModifyDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDeviceInfoResponse> {
|
|
5381
6919
|
Util.validateModel(request);
|
|
@@ -5418,8 +6956,8 @@ export default class Client extends OpenApi {
|
|
|
5418
6956
|
}
|
|
5419
6957
|
|
|
5420
6958
|
/**
|
|
5421
|
-
* @param request ModifyDeviceInfoRequest
|
|
5422
|
-
* @
|
|
6959
|
+
* @param request - ModifyDeviceInfoRequest
|
|
6960
|
+
* @returns ModifyDeviceInfoResponse
|
|
5423
6961
|
*/
|
|
5424
6962
|
async modifyDeviceInfo(request: ModifyDeviceInfoRequest): Promise<ModifyDeviceInfoResponse> {
|
|
5425
6963
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5427,9 +6965,9 @@ export default class Client extends OpenApi {
|
|
|
5427
6965
|
}
|
|
5428
6966
|
|
|
5429
6967
|
/**
|
|
5430
|
-
* @param request VerifyMaterialRequest
|
|
5431
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5432
|
-
* @
|
|
6968
|
+
* @param request - VerifyMaterialRequest
|
|
6969
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6970
|
+
* @returns VerifyMaterialResponse
|
|
5433
6971
|
*/
|
|
5434
6972
|
async verifyMaterialWithOptions(request: VerifyMaterialRequest, runtime: $Util.RuntimeOptions): Promise<VerifyMaterialResponse> {
|
|
5435
6973
|
Util.validateModel(request);
|
|
@@ -5484,8 +7022,8 @@ export default class Client extends OpenApi {
|
|
|
5484
7022
|
}
|
|
5485
7023
|
|
|
5486
7024
|
/**
|
|
5487
|
-
* @param request VerifyMaterialRequest
|
|
5488
|
-
* @
|
|
7025
|
+
* @param request - VerifyMaterialRequest
|
|
7026
|
+
* @returns VerifyMaterialResponse
|
|
5489
7027
|
*/
|
|
5490
7028
|
async verifyMaterial(request: VerifyMaterialRequest): Promise<VerifyMaterialResponse> {
|
|
5491
7029
|
let runtime = new $Util.RuntimeOptions({ });
|