@alicloud/cloudauth20190307 2.6.1 → 2.6.3
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 -163
- 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,17 +143,43 @@ 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
|
+
identityType?: string;
|
|
157
|
+
/**
|
|
158
|
+
* @example
|
|
159
|
+
* 138******11
|
|
160
|
+
*/
|
|
109
161
|
mobile?: string;
|
|
162
|
+
/**
|
|
163
|
+
* @example
|
|
164
|
+
* normal
|
|
165
|
+
*/
|
|
110
166
|
paramType?: string;
|
|
167
|
+
/**
|
|
168
|
+
* @example
|
|
169
|
+
* BANK_CARD_2_META
|
|
170
|
+
*/
|
|
111
171
|
productType?: string;
|
|
112
172
|
userName?: string;
|
|
173
|
+
/**
|
|
174
|
+
* @example
|
|
175
|
+
* VERIFY_BANK_CARD
|
|
176
|
+
*/
|
|
113
177
|
verifyMode?: string;
|
|
114
178
|
static names(): { [key: string]: string } {
|
|
115
179
|
return {
|
|
116
180
|
bankCard: 'BankCard',
|
|
117
181
|
identifyNum: 'IdentifyNum',
|
|
182
|
+
identityType: 'IdentityType',
|
|
118
183
|
mobile: 'Mobile',
|
|
119
184
|
paramType: 'ParamType',
|
|
120
185
|
productType: 'ProductType',
|
|
@@ -127,6 +192,7 @@ export class BankMetaVerifyRequest extends $tea.Model {
|
|
|
127
192
|
return {
|
|
128
193
|
bankCard: 'string',
|
|
129
194
|
identifyNum: 'string',
|
|
195
|
+
identityType: 'string',
|
|
130
196
|
mobile: 'string',
|
|
131
197
|
paramType: 'string',
|
|
132
198
|
productType: 'string',
|
|
@@ -141,8 +207,20 @@ export class BankMetaVerifyRequest extends $tea.Model {
|
|
|
141
207
|
}
|
|
142
208
|
|
|
143
209
|
export class BankMetaVerifyResponseBody extends $tea.Model {
|
|
210
|
+
/**
|
|
211
|
+
* @example
|
|
212
|
+
* 200
|
|
213
|
+
*/
|
|
144
214
|
code?: string;
|
|
215
|
+
/**
|
|
216
|
+
* @example
|
|
217
|
+
* success
|
|
218
|
+
*/
|
|
145
219
|
message?: string;
|
|
220
|
+
/**
|
|
221
|
+
* @example
|
|
222
|
+
* 473469C7-A***B-A3DC0DE3C83E
|
|
223
|
+
*/
|
|
146
224
|
requestId?: string;
|
|
147
225
|
resultObject?: BankMetaVerifyResponseBodyResultObject;
|
|
148
226
|
static names(): { [key: string]: string } {
|
|
@@ -195,18 +273,70 @@ export class BankMetaVerifyResponse extends $tea.Model {
|
|
|
195
273
|
|
|
196
274
|
export class CompareFaceVerifyRequest extends $tea.Model {
|
|
197
275
|
crop?: string;
|
|
276
|
+
/**
|
|
277
|
+
* @example
|
|
278
|
+
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
279
|
+
*/
|
|
198
280
|
outerOrderNo?: string;
|
|
281
|
+
/**
|
|
282
|
+
* @example
|
|
283
|
+
* PV_FC
|
|
284
|
+
*/
|
|
199
285
|
productCode?: string;
|
|
286
|
+
/**
|
|
287
|
+
* @example
|
|
288
|
+
* 1000000006
|
|
289
|
+
*/
|
|
200
290
|
sceneId?: number;
|
|
291
|
+
/**
|
|
292
|
+
* @example
|
|
293
|
+
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
294
|
+
*/
|
|
201
295
|
sourceCertifyId?: string;
|
|
296
|
+
/**
|
|
297
|
+
* @example
|
|
298
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
299
|
+
*/
|
|
202
300
|
sourceFaceContrastPicture?: string;
|
|
301
|
+
/**
|
|
302
|
+
* @example
|
|
303
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
304
|
+
*/
|
|
203
305
|
sourceFaceContrastPictureUrl?: string;
|
|
306
|
+
/**
|
|
307
|
+
* @example
|
|
308
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
309
|
+
*/
|
|
204
310
|
sourceOssBucketName?: string;
|
|
311
|
+
/**
|
|
312
|
+
* @example
|
|
313
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
314
|
+
*/
|
|
205
315
|
sourceOssObjectName?: string;
|
|
316
|
+
/**
|
|
317
|
+
* @example
|
|
318
|
+
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
319
|
+
*/
|
|
206
320
|
targetCertifyId?: string;
|
|
321
|
+
/**
|
|
322
|
+
* @example
|
|
323
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
324
|
+
*/
|
|
207
325
|
targetFaceContrastPicture?: string;
|
|
326
|
+
/**
|
|
327
|
+
* @example
|
|
328
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
329
|
+
*/
|
|
208
330
|
targetFaceContrastPictureUrl?: string;
|
|
331
|
+
/**
|
|
332
|
+
* @example
|
|
333
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
334
|
+
*/
|
|
209
335
|
targetOssBucketName?: string;
|
|
336
|
+
/**
|
|
337
|
+
* @example
|
|
338
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
339
|
+
*/
|
|
210
340
|
targetOssObjectName?: string;
|
|
211
341
|
static names(): { [key: string]: string } {
|
|
212
342
|
return {
|
|
@@ -252,8 +382,20 @@ export class CompareFaceVerifyRequest extends $tea.Model {
|
|
|
252
382
|
}
|
|
253
383
|
|
|
254
384
|
export class CompareFaceVerifyResponseBody extends $tea.Model {
|
|
385
|
+
/**
|
|
386
|
+
* @example
|
|
387
|
+
* 200
|
|
388
|
+
*/
|
|
255
389
|
code?: string;
|
|
390
|
+
/**
|
|
391
|
+
* @example
|
|
392
|
+
* success
|
|
393
|
+
*/
|
|
256
394
|
message?: string;
|
|
395
|
+
/**
|
|
396
|
+
* @example
|
|
397
|
+
* 130A2C10-B9EE-4D84-88E3-5384FF039795
|
|
398
|
+
*/
|
|
257
399
|
requestId?: string;
|
|
258
400
|
resultObject?: CompareFaceVerifyResponseBodyResultObject;
|
|
259
401
|
static names(): { [key: string]: string } {
|
|
@@ -305,9 +447,25 @@ export class CompareFaceVerifyResponse extends $tea.Model {
|
|
|
305
447
|
}
|
|
306
448
|
|
|
307
449
|
export class CompareFacesRequest extends $tea.Model {
|
|
450
|
+
/**
|
|
451
|
+
* @example
|
|
452
|
+
* FacePic
|
|
453
|
+
*/
|
|
308
454
|
sourceImageType?: string;
|
|
455
|
+
/**
|
|
456
|
+
* @example
|
|
457
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
458
|
+
*/
|
|
309
459
|
sourceImageValue?: string;
|
|
460
|
+
/**
|
|
461
|
+
* @example
|
|
462
|
+
* FacePic
|
|
463
|
+
*/
|
|
310
464
|
targetImageType?: string;
|
|
465
|
+
/**
|
|
466
|
+
* @example
|
|
467
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
468
|
+
*/
|
|
311
469
|
targetImageValue?: string;
|
|
312
470
|
static names(): { [key: string]: string } {
|
|
313
471
|
return {
|
|
@@ -333,10 +491,26 @@ export class CompareFacesRequest extends $tea.Model {
|
|
|
333
491
|
}
|
|
334
492
|
|
|
335
493
|
export class CompareFacesResponseBody extends $tea.Model {
|
|
494
|
+
/**
|
|
495
|
+
* @example
|
|
496
|
+
* 200
|
|
497
|
+
*/
|
|
336
498
|
code?: string;
|
|
337
499
|
data?: CompareFacesResponseBodyData;
|
|
500
|
+
/**
|
|
501
|
+
* @example
|
|
502
|
+
* Error.InternalError
|
|
503
|
+
*/
|
|
338
504
|
message?: string;
|
|
505
|
+
/**
|
|
506
|
+
* @example
|
|
507
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
508
|
+
*/
|
|
339
509
|
requestId?: string;
|
|
510
|
+
/**
|
|
511
|
+
* @example
|
|
512
|
+
* true
|
|
513
|
+
*/
|
|
340
514
|
success?: boolean;
|
|
341
515
|
static names(): { [key: string]: string } {
|
|
342
516
|
return {
|
|
@@ -390,23 +564,79 @@ export class CompareFacesResponse extends $tea.Model {
|
|
|
390
564
|
|
|
391
565
|
export class ContrastFaceVerifyRequest extends $tea.Model {
|
|
392
566
|
certName?: string;
|
|
567
|
+
/**
|
|
568
|
+
* @example
|
|
569
|
+
* 330103xxxxxxxxxxxx
|
|
570
|
+
*/
|
|
393
571
|
certNo?: string;
|
|
572
|
+
/**
|
|
573
|
+
* @example
|
|
574
|
+
* IDENTITY_CARD
|
|
575
|
+
*/
|
|
394
576
|
certType?: string;
|
|
577
|
+
/**
|
|
578
|
+
* @example
|
|
579
|
+
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
580
|
+
*/
|
|
395
581
|
certifyId?: string;
|
|
396
582
|
crop?: string;
|
|
583
|
+
/**
|
|
584
|
+
* @example
|
|
585
|
+
* McozS1ZWRcRZStlERcZZo_QOytx5jcgZoZJEoRLOxxxxxxx
|
|
586
|
+
*/
|
|
397
587
|
deviceToken?: string;
|
|
398
588
|
encryptType?: string;
|
|
399
589
|
faceContrastFile?: string;
|
|
590
|
+
/**
|
|
591
|
+
* @example
|
|
592
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
593
|
+
*/
|
|
400
594
|
faceContrastPicture?: string;
|
|
595
|
+
/**
|
|
596
|
+
* @example
|
|
597
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
598
|
+
*/
|
|
401
599
|
faceContrastPictureUrl?: string;
|
|
600
|
+
/**
|
|
601
|
+
* @example
|
|
602
|
+
* 114.xxx.xxx.xxx
|
|
603
|
+
*/
|
|
402
604
|
ip?: string;
|
|
605
|
+
/**
|
|
606
|
+
* @example
|
|
607
|
+
* 130xxxxxxxx
|
|
608
|
+
*/
|
|
403
609
|
mobile?: string;
|
|
404
610
|
model?: string;
|
|
611
|
+
/**
|
|
612
|
+
* @example
|
|
613
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
614
|
+
*/
|
|
405
615
|
ossBucketName?: string;
|
|
616
|
+
/**
|
|
617
|
+
* @example
|
|
618
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
619
|
+
*/
|
|
406
620
|
ossObjectName?: string;
|
|
621
|
+
/**
|
|
622
|
+
* @example
|
|
623
|
+
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
624
|
+
*/
|
|
407
625
|
outerOrderNo?: string;
|
|
626
|
+
/**
|
|
627
|
+
* @example
|
|
628
|
+
* ID_MIN
|
|
629
|
+
*/
|
|
408
630
|
productCode?: string;
|
|
631
|
+
/**
|
|
632
|
+
* @example
|
|
633
|
+
* 1000000006
|
|
634
|
+
*/
|
|
409
635
|
sceneId?: number;
|
|
636
|
+
/**
|
|
637
|
+
* @example
|
|
638
|
+
* 123456789
|
|
639
|
+
*/
|
|
410
640
|
userId?: string;
|
|
411
641
|
static names(): { [key: string]: string } {
|
|
412
642
|
return {
|
|
@@ -463,23 +693,79 @@ export class ContrastFaceVerifyRequest extends $tea.Model {
|
|
|
463
693
|
|
|
464
694
|
export class ContrastFaceVerifyAdvanceRequest extends $tea.Model {
|
|
465
695
|
certName?: string;
|
|
696
|
+
/**
|
|
697
|
+
* @example
|
|
698
|
+
* 330103xxxxxxxxxxxx
|
|
699
|
+
*/
|
|
466
700
|
certNo?: string;
|
|
701
|
+
/**
|
|
702
|
+
* @example
|
|
703
|
+
* IDENTITY_CARD
|
|
704
|
+
*/
|
|
467
705
|
certType?: string;
|
|
706
|
+
/**
|
|
707
|
+
* @example
|
|
708
|
+
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
709
|
+
*/
|
|
468
710
|
certifyId?: string;
|
|
469
711
|
crop?: string;
|
|
712
|
+
/**
|
|
713
|
+
* @example
|
|
714
|
+
* McozS1ZWRcRZStlERcZZo_QOytx5jcgZoZJEoRLOxxxxxxx
|
|
715
|
+
*/
|
|
470
716
|
deviceToken?: string;
|
|
471
717
|
encryptType?: string;
|
|
472
718
|
faceContrastFileObject?: Readable;
|
|
719
|
+
/**
|
|
720
|
+
* @example
|
|
721
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
722
|
+
*/
|
|
473
723
|
faceContrastPicture?: string;
|
|
724
|
+
/**
|
|
725
|
+
* @example
|
|
726
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
727
|
+
*/
|
|
474
728
|
faceContrastPictureUrl?: string;
|
|
729
|
+
/**
|
|
730
|
+
* @example
|
|
731
|
+
* 114.xxx.xxx.xxx
|
|
732
|
+
*/
|
|
475
733
|
ip?: string;
|
|
734
|
+
/**
|
|
735
|
+
* @example
|
|
736
|
+
* 130xxxxxxxx
|
|
737
|
+
*/
|
|
476
738
|
mobile?: string;
|
|
477
739
|
model?: string;
|
|
740
|
+
/**
|
|
741
|
+
* @example
|
|
742
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
743
|
+
*/
|
|
478
744
|
ossBucketName?: string;
|
|
745
|
+
/**
|
|
746
|
+
* @example
|
|
747
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
748
|
+
*/
|
|
479
749
|
ossObjectName?: string;
|
|
750
|
+
/**
|
|
751
|
+
* @example
|
|
752
|
+
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
753
|
+
*/
|
|
480
754
|
outerOrderNo?: string;
|
|
755
|
+
/**
|
|
756
|
+
* @example
|
|
757
|
+
* ID_MIN
|
|
758
|
+
*/
|
|
481
759
|
productCode?: string;
|
|
760
|
+
/**
|
|
761
|
+
* @example
|
|
762
|
+
* 1000000006
|
|
763
|
+
*/
|
|
482
764
|
sceneId?: number;
|
|
765
|
+
/**
|
|
766
|
+
* @example
|
|
767
|
+
* 123456789
|
|
768
|
+
*/
|
|
483
769
|
userId?: string;
|
|
484
770
|
static names(): { [key: string]: string } {
|
|
485
771
|
return {
|
|
@@ -535,8 +821,20 @@ export class ContrastFaceVerifyAdvanceRequest extends $tea.Model {
|
|
|
535
821
|
}
|
|
536
822
|
|
|
537
823
|
export class ContrastFaceVerifyResponseBody extends $tea.Model {
|
|
824
|
+
/**
|
|
825
|
+
* @example
|
|
826
|
+
* 200
|
|
827
|
+
*/
|
|
538
828
|
code?: string;
|
|
829
|
+
/**
|
|
830
|
+
* @example
|
|
831
|
+
* success
|
|
832
|
+
*/
|
|
539
833
|
message?: string;
|
|
834
|
+
/**
|
|
835
|
+
* @example
|
|
836
|
+
* 130A2C10-B9EE-4D84-88E3-5384FF039795
|
|
837
|
+
*/
|
|
540
838
|
requestId?: string;
|
|
541
839
|
resultObject?: ContrastFaceVerifyResponseBodyResultObject;
|
|
542
840
|
static names(): { [key: string]: string } {
|
|
@@ -588,9 +886,25 @@ export class ContrastFaceVerifyResponse extends $tea.Model {
|
|
|
588
886
|
}
|
|
589
887
|
|
|
590
888
|
export class CreateAuthKeyRequest extends $tea.Model {
|
|
889
|
+
/**
|
|
890
|
+
* @example
|
|
891
|
+
* 1
|
|
892
|
+
*/
|
|
591
893
|
authYears?: number;
|
|
894
|
+
/**
|
|
895
|
+
* @example
|
|
896
|
+
* FACE_TEST
|
|
897
|
+
*/
|
|
592
898
|
bizType?: string;
|
|
899
|
+
/**
|
|
900
|
+
* @example
|
|
901
|
+
* false
|
|
902
|
+
*/
|
|
593
903
|
test?: boolean;
|
|
904
|
+
/**
|
|
905
|
+
* @example
|
|
906
|
+
* 3iJ1AY$oHcu7mC69
|
|
907
|
+
*/
|
|
594
908
|
userDeviceId?: string;
|
|
595
909
|
static names(): { [key: string]: string } {
|
|
596
910
|
return {
|
|
@@ -616,7 +930,15 @@ export class CreateAuthKeyRequest extends $tea.Model {
|
|
|
616
930
|
}
|
|
617
931
|
|
|
618
932
|
export class CreateAuthKeyResponseBody extends $tea.Model {
|
|
933
|
+
/**
|
|
934
|
+
* @example
|
|
935
|
+
* auth.1KQMcnLd4m37LN2D0F0WCD-1qtQI$
|
|
936
|
+
*/
|
|
619
937
|
authKey?: string;
|
|
938
|
+
/**
|
|
939
|
+
* @example
|
|
940
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
941
|
+
*/
|
|
620
942
|
requestId?: string;
|
|
621
943
|
static names(): { [key: string]: string } {
|
|
622
944
|
return {
|
|
@@ -663,11 +985,41 @@ export class CreateAuthKeyResponse extends $tea.Model {
|
|
|
663
985
|
}
|
|
664
986
|
|
|
665
987
|
export class CreateVerifySettingRequest extends $tea.Model {
|
|
988
|
+
/**
|
|
989
|
+
* @remarks
|
|
990
|
+
* This parameter is required.
|
|
991
|
+
*/
|
|
666
992
|
bizName?: string;
|
|
993
|
+
/**
|
|
994
|
+
* @remarks
|
|
995
|
+
* This parameter is required.
|
|
996
|
+
*
|
|
997
|
+
* @example
|
|
998
|
+
* UserRegister
|
|
999
|
+
*/
|
|
667
1000
|
bizType?: string;
|
|
1001
|
+
/**
|
|
1002
|
+
* @example
|
|
1003
|
+
* false
|
|
1004
|
+
*/
|
|
668
1005
|
guideStep?: boolean;
|
|
1006
|
+
/**
|
|
1007
|
+
* @example
|
|
1008
|
+
* true
|
|
1009
|
+
*/
|
|
669
1010
|
privacyStep?: boolean;
|
|
1011
|
+
/**
|
|
1012
|
+
* @example
|
|
1013
|
+
* false
|
|
1014
|
+
*/
|
|
670
1015
|
resultStep?: boolean;
|
|
1016
|
+
/**
|
|
1017
|
+
* @remarks
|
|
1018
|
+
* This parameter is required.
|
|
1019
|
+
*
|
|
1020
|
+
* @example
|
|
1021
|
+
* RPBasic
|
|
1022
|
+
*/
|
|
671
1023
|
solution?: string;
|
|
672
1024
|
static names(): { [key: string]: string } {
|
|
673
1025
|
return {
|
|
@@ -698,8 +1050,20 @@ export class CreateVerifySettingRequest extends $tea.Model {
|
|
|
698
1050
|
|
|
699
1051
|
export class CreateVerifySettingResponseBody extends $tea.Model {
|
|
700
1052
|
bizName?: string;
|
|
1053
|
+
/**
|
|
1054
|
+
* @example
|
|
1055
|
+
* UserRegister
|
|
1056
|
+
*/
|
|
701
1057
|
bizType?: string;
|
|
1058
|
+
/**
|
|
1059
|
+
* @example
|
|
1060
|
+
* D6163397-15C5-419C-9ACC-B7C83E0B4C10
|
|
1061
|
+
*/
|
|
702
1062
|
requestId?: string;
|
|
1063
|
+
/**
|
|
1064
|
+
* @example
|
|
1065
|
+
* RPBasic
|
|
1066
|
+
*/
|
|
703
1067
|
solution?: string;
|
|
704
1068
|
stepList?: string[];
|
|
705
1069
|
static names(): { [key: string]: string } {
|
|
@@ -753,13 +1117,45 @@ export class CreateVerifySettingResponse extends $tea.Model {
|
|
|
753
1117
|
}
|
|
754
1118
|
|
|
755
1119
|
export class CredentialVerifyRequest extends $tea.Model {
|
|
1120
|
+
/**
|
|
1121
|
+
* @example
|
|
1122
|
+
* 4601*****
|
|
1123
|
+
*/
|
|
756
1124
|
certNum?: string;
|
|
1125
|
+
/**
|
|
1126
|
+
* @example
|
|
1127
|
+
* 0104
|
|
1128
|
+
*/
|
|
757
1129
|
credName?: string;
|
|
1130
|
+
/**
|
|
1131
|
+
* @example
|
|
1132
|
+
* 01
|
|
1133
|
+
*/
|
|
758
1134
|
credType?: string;
|
|
1135
|
+
/**
|
|
1136
|
+
* @example
|
|
1137
|
+
* 429001********8211
|
|
1138
|
+
*/
|
|
759
1139
|
identifyNum?: string;
|
|
1140
|
+
/**
|
|
1141
|
+
* @example
|
|
1142
|
+
* base64
|
|
1143
|
+
*/
|
|
760
1144
|
imageContext?: string;
|
|
1145
|
+
/**
|
|
1146
|
+
* @example
|
|
1147
|
+
* http://marry.momocdn.com/avatar/3B/B6/3BB6527E-7467-926E-1048-B43614F20CC420230803_L.jpg
|
|
1148
|
+
*/
|
|
761
1149
|
imageUrl?: string;
|
|
1150
|
+
/**
|
|
1151
|
+
* @example
|
|
1152
|
+
* 0
|
|
1153
|
+
*/
|
|
762
1154
|
isCheck?: string;
|
|
1155
|
+
/**
|
|
1156
|
+
* @example
|
|
1157
|
+
* 1
|
|
1158
|
+
*/
|
|
763
1159
|
isOCR?: string;
|
|
764
1160
|
merchantId?: string;
|
|
765
1161
|
userName?: string;
|
|
@@ -799,8 +1195,20 @@ export class CredentialVerifyRequest extends $tea.Model {
|
|
|
799
1195
|
}
|
|
800
1196
|
|
|
801
1197
|
export class CredentialVerifyResponseBody extends $tea.Model {
|
|
1198
|
+
/**
|
|
1199
|
+
* @example
|
|
1200
|
+
* 200
|
|
1201
|
+
*/
|
|
802
1202
|
code?: string;
|
|
1203
|
+
/**
|
|
1204
|
+
* @example
|
|
1205
|
+
* success
|
|
1206
|
+
*/
|
|
803
1207
|
message?: string;
|
|
1208
|
+
/**
|
|
1209
|
+
* @example
|
|
1210
|
+
* D6163397-15C5-419C-9ACC-B7C83E0B4C10
|
|
1211
|
+
*/
|
|
804
1212
|
requestId?: string;
|
|
805
1213
|
resultObject?: CredentialVerifyResponseBodyResultObject;
|
|
806
1214
|
static names(): { [key: string]: string } {
|
|
@@ -852,9 +1260,25 @@ export class CredentialVerifyResponse extends $tea.Model {
|
|
|
852
1260
|
}
|
|
853
1261
|
|
|
854
1262
|
export class DeepfakeDetectRequest extends $tea.Model {
|
|
1263
|
+
/**
|
|
1264
|
+
* @example
|
|
1265
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
1266
|
+
*/
|
|
855
1267
|
faceBase64?: string;
|
|
1268
|
+
/**
|
|
1269
|
+
* @example
|
|
1270
|
+
* IMAGE
|
|
1271
|
+
*/
|
|
856
1272
|
faceInputType?: string;
|
|
1273
|
+
/**
|
|
1274
|
+
* @example
|
|
1275
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
1276
|
+
*/
|
|
857
1277
|
faceUrl?: string;
|
|
1278
|
+
/**
|
|
1279
|
+
* @example
|
|
1280
|
+
* e0c34a77f5ac40a5aa5e6ed20c******
|
|
1281
|
+
*/
|
|
858
1282
|
outerOrderNo?: string;
|
|
859
1283
|
static names(): { [key: string]: string } {
|
|
860
1284
|
return {
|
|
@@ -880,8 +1304,23 @@ export class DeepfakeDetectRequest extends $tea.Model {
|
|
|
880
1304
|
}
|
|
881
1305
|
|
|
882
1306
|
export class DeepfakeDetectResponseBody extends $tea.Model {
|
|
1307
|
+
/**
|
|
1308
|
+
* @example
|
|
1309
|
+
* 200
|
|
1310
|
+
*/
|
|
883
1311
|
code?: string;
|
|
1312
|
+
/**
|
|
1313
|
+
* @example
|
|
1314
|
+
* success
|
|
1315
|
+
*/
|
|
884
1316
|
message?: string;
|
|
1317
|
+
/**
|
|
1318
|
+
* @remarks
|
|
1319
|
+
* Id of the request
|
|
1320
|
+
*
|
|
1321
|
+
* @example
|
|
1322
|
+
* 8FC3D6AC-9FED-4311-8DA7-C4BF47D9F260
|
|
1323
|
+
*/
|
|
885
1324
|
requestId?: string;
|
|
886
1325
|
resultObject?: DeepfakeDetectResponseBodyResultObject;
|
|
887
1326
|
static names(): { [key: string]: string } {
|
|
@@ -933,12 +1372,40 @@ export class DeepfakeDetectResponse extends $tea.Model {
|
|
|
933
1372
|
}
|
|
934
1373
|
|
|
935
1374
|
export class DescribeDeviceInfoRequest extends $tea.Model {
|
|
1375
|
+
/**
|
|
1376
|
+
* @example
|
|
1377
|
+
* FACE_TEST
|
|
1378
|
+
*/
|
|
936
1379
|
bizType?: string;
|
|
1380
|
+
/**
|
|
1381
|
+
* @example
|
|
1382
|
+
* 1
|
|
1383
|
+
*/
|
|
937
1384
|
currentPage?: number;
|
|
1385
|
+
/**
|
|
1386
|
+
* @example
|
|
1387
|
+
* wd.6ziUffspAeW5FVYbaqmexR-1qwNjM
|
|
1388
|
+
*/
|
|
938
1389
|
deviceId?: string;
|
|
1390
|
+
/**
|
|
1391
|
+
* @example
|
|
1392
|
+
* 20200330
|
|
1393
|
+
*/
|
|
939
1394
|
expiredEndDay?: string;
|
|
1395
|
+
/**
|
|
1396
|
+
* @example
|
|
1397
|
+
* 20190401
|
|
1398
|
+
*/
|
|
940
1399
|
expiredStartDay?: string;
|
|
1400
|
+
/**
|
|
1401
|
+
* @example
|
|
1402
|
+
* 20
|
|
1403
|
+
*/
|
|
941
1404
|
pageSize?: number;
|
|
1405
|
+
/**
|
|
1406
|
+
* @example
|
|
1407
|
+
* 3iJ1AY$oHcu7mC69
|
|
1408
|
+
*/
|
|
942
1409
|
userDeviceId?: string;
|
|
943
1410
|
static names(): { [key: string]: string } {
|
|
944
1411
|
return {
|
|
@@ -970,10 +1437,26 @@ export class DescribeDeviceInfoRequest extends $tea.Model {
|
|
|
970
1437
|
}
|
|
971
1438
|
|
|
972
1439
|
export class DescribeDeviceInfoResponseBody extends $tea.Model {
|
|
1440
|
+
/**
|
|
1441
|
+
* @example
|
|
1442
|
+
* 1
|
|
1443
|
+
*/
|
|
973
1444
|
currentPage?: number;
|
|
974
1445
|
deviceInfoList?: DescribeDeviceInfoResponseBodyDeviceInfoList;
|
|
1446
|
+
/**
|
|
1447
|
+
* @example
|
|
1448
|
+
* 20
|
|
1449
|
+
*/
|
|
975
1450
|
pageSize?: number;
|
|
1451
|
+
/**
|
|
1452
|
+
* @example
|
|
1453
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
1454
|
+
*/
|
|
976
1455
|
requestId?: string;
|
|
1456
|
+
/**
|
|
1457
|
+
* @example
|
|
1458
|
+
* 1
|
|
1459
|
+
*/
|
|
977
1460
|
totalCount?: number;
|
|
978
1461
|
static names(): { [key: string]: string } {
|
|
979
1462
|
return {
|
|
@@ -1026,8 +1509,20 @@ export class DescribeDeviceInfoResponse extends $tea.Model {
|
|
|
1026
1509
|
}
|
|
1027
1510
|
|
|
1028
1511
|
export class DescribeFaceVerifyRequest extends $tea.Model {
|
|
1512
|
+
/**
|
|
1513
|
+
* @example
|
|
1514
|
+
* 91707dc296d469ad38e4c5efa6a0f24b
|
|
1515
|
+
*/
|
|
1029
1516
|
certifyId?: string;
|
|
1517
|
+
/**
|
|
1518
|
+
* @example
|
|
1519
|
+
* JPG
|
|
1520
|
+
*/
|
|
1030
1521
|
pictureReturnType?: string;
|
|
1522
|
+
/**
|
|
1523
|
+
* @example
|
|
1524
|
+
* 1000000006
|
|
1525
|
+
*/
|
|
1031
1526
|
sceneId?: number;
|
|
1032
1527
|
static names(): { [key: string]: string } {
|
|
1033
1528
|
return {
|
|
@@ -1051,8 +1546,20 @@ export class DescribeFaceVerifyRequest extends $tea.Model {
|
|
|
1051
1546
|
}
|
|
1052
1547
|
|
|
1053
1548
|
export class DescribeFaceVerifyResponseBody extends $tea.Model {
|
|
1549
|
+
/**
|
|
1550
|
+
* @example
|
|
1551
|
+
* 200
|
|
1552
|
+
*/
|
|
1054
1553
|
code?: string;
|
|
1554
|
+
/**
|
|
1555
|
+
* @example
|
|
1556
|
+
* success
|
|
1557
|
+
*/
|
|
1055
1558
|
message?: string;
|
|
1559
|
+
/**
|
|
1560
|
+
* @example
|
|
1561
|
+
* 130A2C10-B9EE-4D84-88E3-5384FF039795
|
|
1562
|
+
*/
|
|
1056
1563
|
requestId?: string;
|
|
1057
1564
|
resultObject?: DescribeFaceVerifyResponseBodyResultObject;
|
|
1058
1565
|
static names(): { [key: string]: string } {
|
|
@@ -1105,6 +1612,10 @@ export class DescribeFaceVerifyResponse extends $tea.Model {
|
|
|
1105
1612
|
|
|
1106
1613
|
export class DescribeOssUploadTokenResponseBody extends $tea.Model {
|
|
1107
1614
|
ossUploadToken?: DescribeOssUploadTokenResponseBodyOssUploadToken;
|
|
1615
|
+
/**
|
|
1616
|
+
* @example
|
|
1617
|
+
* 2FA2C773-47DB-4156-B1EE-5B047321A939
|
|
1618
|
+
*/
|
|
1108
1619
|
requestId?: string;
|
|
1109
1620
|
static names(): { [key: string]: string } {
|
|
1110
1621
|
return {
|
|
@@ -1151,11 +1662,35 @@ export class DescribeOssUploadTokenResponse extends $tea.Model {
|
|
|
1151
1662
|
}
|
|
1152
1663
|
|
|
1153
1664
|
export class DescribePageFaceVerifyDataRequest extends $tea.Model {
|
|
1665
|
+
/**
|
|
1666
|
+
* @example
|
|
1667
|
+
* 1
|
|
1668
|
+
*/
|
|
1154
1669
|
currentPage?: number;
|
|
1670
|
+
/**
|
|
1671
|
+
* @example
|
|
1672
|
+
* 2023-04-30
|
|
1673
|
+
*/
|
|
1155
1674
|
endDate?: string;
|
|
1675
|
+
/**
|
|
1676
|
+
* @example
|
|
1677
|
+
* 10
|
|
1678
|
+
*/
|
|
1156
1679
|
pageSize?: number;
|
|
1680
|
+
/**
|
|
1681
|
+
* @example
|
|
1682
|
+
* ID_PLUS
|
|
1683
|
+
*/
|
|
1157
1684
|
productCode?: string;
|
|
1685
|
+
/**
|
|
1686
|
+
* @example
|
|
1687
|
+
* 36**01
|
|
1688
|
+
*/
|
|
1158
1689
|
sceneId?: number;
|
|
1690
|
+
/**
|
|
1691
|
+
* @example
|
|
1692
|
+
* 2023-04-10
|
|
1693
|
+
*/
|
|
1159
1694
|
startDate?: string;
|
|
1160
1695
|
static names(): { [key: string]: string } {
|
|
1161
1696
|
return {
|
|
@@ -1185,14 +1720,46 @@ export class DescribePageFaceVerifyDataRequest extends $tea.Model {
|
|
|
1185
1720
|
}
|
|
1186
1721
|
|
|
1187
1722
|
export class DescribePageFaceVerifyDataResponseBody extends $tea.Model {
|
|
1723
|
+
/**
|
|
1724
|
+
* @example
|
|
1725
|
+
* 200
|
|
1726
|
+
*/
|
|
1188
1727
|
code?: string;
|
|
1728
|
+
/**
|
|
1729
|
+
* @example
|
|
1730
|
+
* 1
|
|
1731
|
+
*/
|
|
1189
1732
|
currentPage?: string;
|
|
1190
1733
|
items?: DescribePageFaceVerifyDataResponseBodyItems[];
|
|
1734
|
+
/**
|
|
1735
|
+
* @example
|
|
1736
|
+
* OK
|
|
1737
|
+
*/
|
|
1191
1738
|
message?: string;
|
|
1739
|
+
/**
|
|
1740
|
+
* @example
|
|
1741
|
+
* 10
|
|
1742
|
+
*/
|
|
1192
1743
|
pageSize?: string;
|
|
1744
|
+
/**
|
|
1745
|
+
* @example
|
|
1746
|
+
* 473469C7-A***B-A3DC0DE3C83E
|
|
1747
|
+
*/
|
|
1193
1748
|
requestId?: string;
|
|
1749
|
+
/**
|
|
1750
|
+
* @example
|
|
1751
|
+
* true
|
|
1752
|
+
*/
|
|
1194
1753
|
success?: string;
|
|
1754
|
+
/**
|
|
1755
|
+
* @example
|
|
1756
|
+
* 100
|
|
1757
|
+
*/
|
|
1195
1758
|
totalCount?: string;
|
|
1759
|
+
/**
|
|
1760
|
+
* @example
|
|
1761
|
+
* 5
|
|
1762
|
+
*/
|
|
1196
1763
|
totalPage?: string;
|
|
1197
1764
|
static names(): { [key: string]: string } {
|
|
1198
1765
|
return {
|
|
@@ -1253,11 +1820,50 @@ export class DescribePageFaceVerifyDataResponse extends $tea.Model {
|
|
|
1253
1820
|
}
|
|
1254
1821
|
|
|
1255
1822
|
export class DescribeSmartStatisticsPageListRequest extends $tea.Model {
|
|
1823
|
+
/**
|
|
1824
|
+
* @remarks
|
|
1825
|
+
* This parameter is required.
|
|
1826
|
+
*
|
|
1827
|
+
* @example
|
|
1828
|
+
* 1
|
|
1829
|
+
*/
|
|
1256
1830
|
currentPage?: string;
|
|
1831
|
+
/**
|
|
1832
|
+
* @remarks
|
|
1833
|
+
* This parameter is required.
|
|
1834
|
+
*
|
|
1835
|
+
* @example
|
|
1836
|
+
* 2022-11-16 23:59:59 +0800
|
|
1837
|
+
*/
|
|
1257
1838
|
endDate?: string;
|
|
1839
|
+
/**
|
|
1840
|
+
* @remarks
|
|
1841
|
+
* This parameter is required.
|
|
1842
|
+
*
|
|
1843
|
+
* @example
|
|
1844
|
+
* 10
|
|
1845
|
+
*/
|
|
1258
1846
|
pageSize?: string;
|
|
1847
|
+
/**
|
|
1848
|
+
* @remarks
|
|
1849
|
+
* This parameter is required.
|
|
1850
|
+
*
|
|
1851
|
+
* @example
|
|
1852
|
+
* 36**01
|
|
1853
|
+
*/
|
|
1259
1854
|
sceneId?: string;
|
|
1855
|
+
/**
|
|
1856
|
+
* @example
|
|
1857
|
+
* cloudauthst
|
|
1858
|
+
*/
|
|
1260
1859
|
serviceCode?: string;
|
|
1860
|
+
/**
|
|
1861
|
+
* @remarks
|
|
1862
|
+
* This parameter is required.
|
|
1863
|
+
*
|
|
1864
|
+
* @example
|
|
1865
|
+
* 2023-11-01 00:00:00 +0800
|
|
1866
|
+
*/
|
|
1261
1867
|
startDate?: string;
|
|
1262
1868
|
static names(): { [key: string]: string } {
|
|
1263
1869
|
return {
|
|
@@ -1287,11 +1893,31 @@ export class DescribeSmartStatisticsPageListRequest extends $tea.Model {
|
|
|
1287
1893
|
}
|
|
1288
1894
|
|
|
1289
1895
|
export class DescribeSmartStatisticsPageListResponseBody extends $tea.Model {
|
|
1896
|
+
/**
|
|
1897
|
+
* @example
|
|
1898
|
+
* 1
|
|
1899
|
+
*/
|
|
1290
1900
|
currentPage?: number;
|
|
1291
1901
|
items?: DescribeSmartStatisticsPageListResponseBodyItems[];
|
|
1902
|
+
/**
|
|
1903
|
+
* @example
|
|
1904
|
+
* 10
|
|
1905
|
+
*/
|
|
1292
1906
|
pageSize?: number;
|
|
1907
|
+
/**
|
|
1908
|
+
* @example
|
|
1909
|
+
* 96943***4E39F805
|
|
1910
|
+
*/
|
|
1293
1911
|
requestId?: string;
|
|
1912
|
+
/**
|
|
1913
|
+
* @example
|
|
1914
|
+
* 29
|
|
1915
|
+
*/
|
|
1294
1916
|
totalCount?: number;
|
|
1917
|
+
/**
|
|
1918
|
+
* @example
|
|
1919
|
+
* 3
|
|
1920
|
+
*/
|
|
1295
1921
|
totalPage?: number;
|
|
1296
1922
|
static names(): { [key: string]: string } {
|
|
1297
1923
|
return {
|
|
@@ -1346,7 +1972,21 @@ export class DescribeSmartStatisticsPageListResponse extends $tea.Model {
|
|
|
1346
1972
|
}
|
|
1347
1973
|
|
|
1348
1974
|
export class DescribeVerifyResultRequest extends $tea.Model {
|
|
1975
|
+
/**
|
|
1976
|
+
* @remarks
|
|
1977
|
+
* This parameter is required.
|
|
1978
|
+
*
|
|
1979
|
+
* @example
|
|
1980
|
+
* 39ecf51e-2f81-4dc5-90ee-ff86125b****
|
|
1981
|
+
*/
|
|
1349
1982
|
bizId?: string;
|
|
1983
|
+
/**
|
|
1984
|
+
* @remarks
|
|
1985
|
+
* This parameter is required.
|
|
1986
|
+
*
|
|
1987
|
+
* @example
|
|
1988
|
+
* FVBioOnlyTest
|
|
1989
|
+
*/
|
|
1350
1990
|
bizType?: string;
|
|
1351
1991
|
static names(): { [key: string]: string } {
|
|
1352
1992
|
return {
|
|
@@ -1368,11 +2008,31 @@ export class DescribeVerifyResultRequest extends $tea.Model {
|
|
|
1368
2008
|
}
|
|
1369
2009
|
|
|
1370
2010
|
export class DescribeVerifyResultResponseBody extends $tea.Model {
|
|
2011
|
+
/**
|
|
2012
|
+
* @example
|
|
2013
|
+
* 97
|
|
2014
|
+
*/
|
|
1371
2015
|
authorityComparisionScore?: number;
|
|
2016
|
+
/**
|
|
2017
|
+
* @example
|
|
2018
|
+
* 97
|
|
2019
|
+
*/
|
|
1372
2020
|
faceComparisonScore?: number;
|
|
2021
|
+
/**
|
|
2022
|
+
* @example
|
|
2023
|
+
* 97
|
|
2024
|
+
*/
|
|
1373
2025
|
idCardFaceComparisonScore?: number;
|
|
1374
2026
|
material?: DescribeVerifyResultResponseBodyMaterial;
|
|
2027
|
+
/**
|
|
2028
|
+
* @example
|
|
2029
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
2030
|
+
*/
|
|
1375
2031
|
requestId?: string;
|
|
2032
|
+
/**
|
|
2033
|
+
* @example
|
|
2034
|
+
* 1
|
|
2035
|
+
*/
|
|
1376
2036
|
verifyStatus?: number;
|
|
1377
2037
|
static names(): { [key: string]: string } {
|
|
1378
2038
|
return {
|
|
@@ -1427,6 +2087,13 @@ export class DescribeVerifyResultResponse extends $tea.Model {
|
|
|
1427
2087
|
}
|
|
1428
2088
|
|
|
1429
2089
|
export class DescribeVerifySDKRequest extends $tea.Model {
|
|
2090
|
+
/**
|
|
2091
|
+
* @remarks
|
|
2092
|
+
* This parameter is required.
|
|
2093
|
+
*
|
|
2094
|
+
* @example
|
|
2095
|
+
* 1KQMcnLd4m37LN2D0F0WCD
|
|
2096
|
+
*/
|
|
1430
2097
|
taskId?: string;
|
|
1431
2098
|
static names(): { [key: string]: string } {
|
|
1432
2099
|
return {
|
|
@@ -1446,7 +2113,15 @@ export class DescribeVerifySDKRequest extends $tea.Model {
|
|
|
1446
2113
|
}
|
|
1447
2114
|
|
|
1448
2115
|
export class DescribeVerifySDKResponseBody extends $tea.Model {
|
|
2116
|
+
/**
|
|
2117
|
+
* @example
|
|
2118
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
2119
|
+
*/
|
|
1449
2120
|
requestId?: string;
|
|
2121
|
+
/**
|
|
2122
|
+
* @example
|
|
2123
|
+
* https://www.xxx.com
|
|
2124
|
+
*/
|
|
1450
2125
|
sdkUrl?: string;
|
|
1451
2126
|
static names(): { [key: string]: string } {
|
|
1452
2127
|
return {
|
|
@@ -1493,20 +2168,82 @@ export class DescribeVerifySDKResponse extends $tea.Model {
|
|
|
1493
2168
|
}
|
|
1494
2169
|
|
|
1495
2170
|
export class DescribeVerifyTokenRequest extends $tea.Model {
|
|
2171
|
+
/**
|
|
2172
|
+
* @remarks
|
|
2173
|
+
* This parameter is required.
|
|
2174
|
+
*
|
|
2175
|
+
* @example
|
|
2176
|
+
* 39ecf51e-2f81-4dc5-90ee-ff86125be683
|
|
2177
|
+
*/
|
|
1496
2178
|
bizId?: string;
|
|
2179
|
+
/**
|
|
2180
|
+
* @remarks
|
|
2181
|
+
* This parameter is required.
|
|
2182
|
+
*
|
|
2183
|
+
* @example
|
|
2184
|
+
* RPBasicTest
|
|
2185
|
+
*/
|
|
1497
2186
|
bizType?: string;
|
|
2187
|
+
/**
|
|
2188
|
+
* @example
|
|
2189
|
+
* -
|
|
2190
|
+
*/
|
|
1498
2191
|
callbackSeed?: string;
|
|
2192
|
+
/**
|
|
2193
|
+
* @example
|
|
2194
|
+
* -
|
|
2195
|
+
*/
|
|
1499
2196
|
callbackUrl?: string;
|
|
2197
|
+
/**
|
|
2198
|
+
* @example
|
|
2199
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
2200
|
+
*/
|
|
1500
2201
|
faceRetainedImageUrl?: string;
|
|
2202
|
+
/**
|
|
2203
|
+
* @example
|
|
2204
|
+
* -
|
|
2205
|
+
*/
|
|
1501
2206
|
failedRedirectUrl?: string;
|
|
2207
|
+
/**
|
|
2208
|
+
* @example
|
|
2209
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
2210
|
+
*/
|
|
1502
2211
|
idCardBackImageUrl?: string;
|
|
2212
|
+
/**
|
|
2213
|
+
* @example
|
|
2214
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
2215
|
+
*/
|
|
1503
2216
|
idCardFrontImageUrl?: string;
|
|
2217
|
+
/**
|
|
2218
|
+
* @example
|
|
2219
|
+
* 330100xxxxxxxxxxxx
|
|
2220
|
+
*/
|
|
1504
2221
|
idCardNumber?: string;
|
|
1505
2222
|
name?: string;
|
|
2223
|
+
/**
|
|
2224
|
+
* @example
|
|
2225
|
+
* -
|
|
2226
|
+
*/
|
|
1506
2227
|
passedRedirectUrl?: string;
|
|
2228
|
+
/**
|
|
2229
|
+
* @example
|
|
2230
|
+
* user111
|
|
2231
|
+
*/
|
|
1507
2232
|
userId?: string;
|
|
2233
|
+
/**
|
|
2234
|
+
* @example
|
|
2235
|
+
* 192.168.***.***
|
|
2236
|
+
*/
|
|
1508
2237
|
userIp?: string;
|
|
2238
|
+
/**
|
|
2239
|
+
* @example
|
|
2240
|
+
* 187********
|
|
2241
|
+
*/
|
|
1509
2242
|
userPhoneNumber?: string;
|
|
2243
|
+
/**
|
|
2244
|
+
* @example
|
|
2245
|
+
* 1577808000000
|
|
2246
|
+
*/
|
|
1510
2247
|
userRegistTime?: number;
|
|
1511
2248
|
static names(): { [key: string]: string } {
|
|
1512
2249
|
return {
|
|
@@ -1555,8 +2292,20 @@ export class DescribeVerifyTokenRequest extends $tea.Model {
|
|
|
1555
2292
|
|
|
1556
2293
|
export class DescribeVerifyTokenResponseBody extends $tea.Model {
|
|
1557
2294
|
ossUploadToken?: DescribeVerifyTokenResponseBodyOssUploadToken;
|
|
2295
|
+
/**
|
|
2296
|
+
* @example
|
|
2297
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
2298
|
+
*/
|
|
1558
2299
|
requestId?: string;
|
|
2300
|
+
/**
|
|
2301
|
+
* @example
|
|
2302
|
+
* http%3A%2F%2Fjiangsu.china.com.cn%2Fuploadfile%2F2015%2F0114%2F1421221304095989.jpg
|
|
2303
|
+
*/
|
|
1559
2304
|
verifyPageUrl?: string;
|
|
2305
|
+
/**
|
|
2306
|
+
* @example
|
|
2307
|
+
* c302c0797679457685410ee51a5ba375
|
|
2308
|
+
*/
|
|
1560
2309
|
verifyToken?: string;
|
|
1561
2310
|
static names(): { [key: string]: string } {
|
|
1562
2311
|
return {
|
|
@@ -1607,7 +2356,18 @@ export class DescribeVerifyTokenResponse extends $tea.Model {
|
|
|
1607
2356
|
}
|
|
1608
2357
|
|
|
1609
2358
|
export class DetectFaceAttributesRequest extends $tea.Model {
|
|
2359
|
+
/**
|
|
2360
|
+
* @example
|
|
2361
|
+
* RPBasicTest
|
|
2362
|
+
*/
|
|
1610
2363
|
bizType?: string;
|
|
2364
|
+
/**
|
|
2365
|
+
* @remarks
|
|
2366
|
+
* This parameter is required.
|
|
2367
|
+
*
|
|
2368
|
+
* @example
|
|
2369
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example.jpg
|
|
2370
|
+
*/
|
|
1611
2371
|
materialValue?: string;
|
|
1612
2372
|
static names(): { [key: string]: string } {
|
|
1613
2373
|
return {
|
|
@@ -1629,10 +2389,26 @@ export class DetectFaceAttributesRequest extends $tea.Model {
|
|
|
1629
2389
|
}
|
|
1630
2390
|
|
|
1631
2391
|
export class DetectFaceAttributesResponseBody extends $tea.Model {
|
|
2392
|
+
/**
|
|
2393
|
+
* @example
|
|
2394
|
+
* 200
|
|
2395
|
+
*/
|
|
1632
2396
|
code?: string;
|
|
1633
2397
|
data?: DetectFaceAttributesResponseBodyData;
|
|
2398
|
+
/**
|
|
2399
|
+
* @example
|
|
2400
|
+
* Error.InternalError
|
|
2401
|
+
*/
|
|
1634
2402
|
message?: string;
|
|
2403
|
+
/**
|
|
2404
|
+
* @example
|
|
2405
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
2406
|
+
*/
|
|
1635
2407
|
requestId?: string;
|
|
2408
|
+
/**
|
|
2409
|
+
* @example
|
|
2410
|
+
* true
|
|
2411
|
+
*/
|
|
1636
2412
|
success?: boolean;
|
|
1637
2413
|
static names(): { [key: string]: string } {
|
|
1638
2414
|
return {
|
|
@@ -1685,7 +2461,15 @@ export class DetectFaceAttributesResponse extends $tea.Model {
|
|
|
1685
2461
|
}
|
|
1686
2462
|
|
|
1687
2463
|
export class Id2MetaVerifyRequest extends $tea.Model {
|
|
2464
|
+
/**
|
|
2465
|
+
* @example
|
|
2466
|
+
* 412722198610274919
|
|
2467
|
+
*/
|
|
1688
2468
|
identifyNum?: string;
|
|
2469
|
+
/**
|
|
2470
|
+
* @example
|
|
2471
|
+
* normal
|
|
2472
|
+
*/
|
|
1689
2473
|
paramType?: string;
|
|
1690
2474
|
userName?: string;
|
|
1691
2475
|
static names(): { [key: string]: string } {
|
|
@@ -1710,8 +2494,20 @@ export class Id2MetaVerifyRequest extends $tea.Model {
|
|
|
1710
2494
|
}
|
|
1711
2495
|
|
|
1712
2496
|
export class Id2MetaVerifyResponseBody extends $tea.Model {
|
|
2497
|
+
/**
|
|
2498
|
+
* @example
|
|
2499
|
+
* 200
|
|
2500
|
+
*/
|
|
1713
2501
|
code?: string;
|
|
2502
|
+
/**
|
|
2503
|
+
* @example
|
|
2504
|
+
* success
|
|
2505
|
+
*/
|
|
1714
2506
|
message?: string;
|
|
2507
|
+
/**
|
|
2508
|
+
* @example
|
|
2509
|
+
* D6163397-15C5-419C-9ACC-B7C83E0B4C10
|
|
2510
|
+
*/
|
|
1715
2511
|
requestId?: string;
|
|
1716
2512
|
resultObject?: Id2MetaVerifyResponseBodyResultObject;
|
|
1717
2513
|
static names(): { [key: string]: string } {
|
|
@@ -1763,43 +2559,105 @@ export class Id2MetaVerifyResponse extends $tea.Model {
|
|
|
1763
2559
|
}
|
|
1764
2560
|
|
|
1765
2561
|
export class InitFaceVerifyRequest extends $tea.Model {
|
|
2562
|
+
appQualityCheck?: string;
|
|
1766
2563
|
authId?: string;
|
|
1767
2564
|
birthday?: string;
|
|
1768
2565
|
callbackToken?: string;
|
|
1769
2566
|
callbackUrl?: string;
|
|
1770
2567
|
certName?: string;
|
|
2568
|
+
/**
|
|
2569
|
+
* @example
|
|
2570
|
+
* 330103xxxxxxxxxxxx
|
|
2571
|
+
*/
|
|
1771
2572
|
certNo?: string;
|
|
2573
|
+
/**
|
|
2574
|
+
* @example
|
|
2575
|
+
* IDENTITY_CARD
|
|
2576
|
+
*/
|
|
1772
2577
|
certType?: string;
|
|
2578
|
+
/**
|
|
2579
|
+
* @example
|
|
2580
|
+
* 0bfa7c493f850e5178b9f8613634c9xx
|
|
2581
|
+
*/
|
|
1773
2582
|
certifyId?: string;
|
|
1774
2583
|
certifyUrlStyle?: string;
|
|
1775
2584
|
certifyUrlType?: string;
|
|
1776
2585
|
crop?: string;
|
|
1777
2586
|
encryptType?: string;
|
|
2587
|
+
/**
|
|
2588
|
+
* @example
|
|
2589
|
+
* /9j/4AAQSkZJRgABAQAASxxxxxxx
|
|
2590
|
+
*/
|
|
1778
2591
|
faceContrastPicture?: string;
|
|
2592
|
+
/**
|
|
2593
|
+
* @example
|
|
2594
|
+
* https://cn-shanghai-aliyun-cloudauth-xxxxxx.oss-cn-shanghai.aliyuncs.com/verify/xxxxx/xxxxx.jpeg
|
|
2595
|
+
*/
|
|
1779
2596
|
faceContrastPictureUrl?: string;
|
|
1780
2597
|
faceGuardOutput?: string;
|
|
2598
|
+
/**
|
|
2599
|
+
* @example
|
|
2600
|
+
* 114.xxx.xxx.xxx
|
|
2601
|
+
*/
|
|
1781
2602
|
ip?: string;
|
|
2603
|
+
/**
|
|
2604
|
+
* @example
|
|
2605
|
+
* {"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"}
|
|
2606
|
+
*/
|
|
1782
2607
|
metaInfo?: string;
|
|
2608
|
+
/**
|
|
2609
|
+
* @example
|
|
2610
|
+
* 130xxxxxxxx
|
|
2611
|
+
*/
|
|
1783
2612
|
mobile?: string;
|
|
1784
2613
|
mode?: string;
|
|
1785
2614
|
model?: string;
|
|
2615
|
+
/**
|
|
2616
|
+
* @example
|
|
2617
|
+
* cn-shanghai-aliyun-cloudauth-xxxxx
|
|
2618
|
+
*/
|
|
1786
2619
|
ossBucketName?: string;
|
|
2620
|
+
/**
|
|
2621
|
+
* @example
|
|
2622
|
+
* verify/xxxxx/xxxxxx.jpeg
|
|
2623
|
+
*/
|
|
1787
2624
|
ossObjectName?: string;
|
|
2625
|
+
/**
|
|
2626
|
+
* @example
|
|
2627
|
+
* e0c34a77f5ac40a5aa5e6ed20c353888
|
|
2628
|
+
*/
|
|
1788
2629
|
outerOrderNo?: string;
|
|
1789
2630
|
procedurePriority?: string;
|
|
2631
|
+
/**
|
|
2632
|
+
* @example
|
|
2633
|
+
* ID_PRO
|
|
2634
|
+
*/
|
|
1790
2635
|
productCode?: string;
|
|
1791
2636
|
rarelyCharacters?: string;
|
|
1792
2637
|
readImg?: string;
|
|
2638
|
+
/**
|
|
2639
|
+
* @example
|
|
2640
|
+
* www.aliyun.com
|
|
2641
|
+
*/
|
|
1793
2642
|
returnUrl?: string;
|
|
2643
|
+
/**
|
|
2644
|
+
* @example
|
|
2645
|
+
* 1000000006
|
|
2646
|
+
*/
|
|
1794
2647
|
sceneId?: number;
|
|
1795
2648
|
suitableType?: string;
|
|
1796
2649
|
uiCustomUrl?: string;
|
|
2650
|
+
/**
|
|
2651
|
+
* @example
|
|
2652
|
+
* 123456789
|
|
2653
|
+
*/
|
|
1797
2654
|
userId?: string;
|
|
1798
2655
|
validityDate?: string;
|
|
1799
2656
|
videoEvidence?: string;
|
|
1800
2657
|
voluntaryCustomizedContent?: string;
|
|
1801
2658
|
static names(): { [key: string]: string } {
|
|
1802
2659
|
return {
|
|
2660
|
+
appQualityCheck: 'AppQualityCheck',
|
|
1803
2661
|
authId: 'AuthId',
|
|
1804
2662
|
birthday: 'Birthday',
|
|
1805
2663
|
callbackToken: 'CallbackToken',
|
|
@@ -1840,6 +2698,7 @@ export class InitFaceVerifyRequest extends $tea.Model {
|
|
|
1840
2698
|
|
|
1841
2699
|
static types(): { [key: string]: any } {
|
|
1842
2700
|
return {
|
|
2701
|
+
appQualityCheck: 'string',
|
|
1843
2702
|
authId: 'string',
|
|
1844
2703
|
birthday: 'string',
|
|
1845
2704
|
callbackToken: 'string',
|
|
@@ -1884,8 +2743,20 @@ export class InitFaceVerifyRequest extends $tea.Model {
|
|
|
1884
2743
|
}
|
|
1885
2744
|
|
|
1886
2745
|
export class InitFaceVerifyResponseBody extends $tea.Model {
|
|
2746
|
+
/**
|
|
2747
|
+
* @example
|
|
2748
|
+
* 200
|
|
2749
|
+
*/
|
|
1887
2750
|
code?: string;
|
|
2751
|
+
/**
|
|
2752
|
+
* @example
|
|
2753
|
+
* success
|
|
2754
|
+
*/
|
|
1888
2755
|
message?: string;
|
|
2756
|
+
/**
|
|
2757
|
+
* @example
|
|
2758
|
+
* 130A2C10-B9EE-4D84-88E3-5384FF039795
|
|
2759
|
+
*/
|
|
1889
2760
|
requestId?: string;
|
|
1890
2761
|
resultObject?: InitFaceVerifyResponseBodyResultObject;
|
|
1891
2762
|
static names(): { [key: string]: string } {
|
|
@@ -2048,8 +2919,20 @@ export class LivenessFaceVerifyResponse extends $tea.Model {
|
|
|
2048
2919
|
}
|
|
2049
2920
|
|
|
2050
2921
|
export class Mobile3MetaDetailVerifyRequest extends $tea.Model {
|
|
2922
|
+
/**
|
|
2923
|
+
* @example
|
|
2924
|
+
* 520181199902104631
|
|
2925
|
+
*/
|
|
2051
2926
|
identifyNum?: string;
|
|
2927
|
+
/**
|
|
2928
|
+
* @example
|
|
2929
|
+
* 150000xxxx
|
|
2930
|
+
*/
|
|
2052
2931
|
mobile?: string;
|
|
2932
|
+
/**
|
|
2933
|
+
* @example
|
|
2934
|
+
* normal
|
|
2935
|
+
*/
|
|
2053
2936
|
paramType?: string;
|
|
2054
2937
|
userName?: string;
|
|
2055
2938
|
static names(): { [key: string]: string } {
|
|
@@ -2076,8 +2959,20 @@ export class Mobile3MetaDetailVerifyRequest extends $tea.Model {
|
|
|
2076
2959
|
}
|
|
2077
2960
|
|
|
2078
2961
|
export class Mobile3MetaDetailVerifyResponseBody extends $tea.Model {
|
|
2962
|
+
/**
|
|
2963
|
+
* @example
|
|
2964
|
+
* 200
|
|
2965
|
+
*/
|
|
2079
2966
|
code?: string;
|
|
2967
|
+
/**
|
|
2968
|
+
* @example
|
|
2969
|
+
* success
|
|
2970
|
+
*/
|
|
2080
2971
|
message?: string;
|
|
2972
|
+
/**
|
|
2973
|
+
* @example
|
|
2974
|
+
* 5A6229C0-E156-48E4-B6EC-0F528BDF60D2
|
|
2975
|
+
*/
|
|
2081
2976
|
requestId?: string;
|
|
2082
2977
|
resultObject?: Mobile3MetaDetailVerifyResponseBodyResultObject;
|
|
2083
2978
|
static names(): { [key: string]: string } {
|
|
@@ -2129,8 +3024,20 @@ export class Mobile3MetaDetailVerifyResponse extends $tea.Model {
|
|
|
2129
3024
|
}
|
|
2130
3025
|
|
|
2131
3026
|
export class Mobile3MetaSimpleVerifyRequest extends $tea.Model {
|
|
3027
|
+
/**
|
|
3028
|
+
* @example
|
|
3029
|
+
* 429001********8211
|
|
3030
|
+
*/
|
|
2132
3031
|
identifyNum?: string;
|
|
3032
|
+
/**
|
|
3033
|
+
* @example
|
|
3034
|
+
* 150000****
|
|
3035
|
+
*/
|
|
2133
3036
|
mobile?: string;
|
|
3037
|
+
/**
|
|
3038
|
+
* @example
|
|
3039
|
+
* normal
|
|
3040
|
+
*/
|
|
2134
3041
|
paramType?: string;
|
|
2135
3042
|
userName?: string;
|
|
2136
3043
|
static names(): { [key: string]: string } {
|
|
@@ -2157,8 +3064,20 @@ export class Mobile3MetaSimpleVerifyRequest extends $tea.Model {
|
|
|
2157
3064
|
}
|
|
2158
3065
|
|
|
2159
3066
|
export class Mobile3MetaSimpleVerifyResponseBody extends $tea.Model {
|
|
3067
|
+
/**
|
|
3068
|
+
* @example
|
|
3069
|
+
* 200
|
|
3070
|
+
*/
|
|
2160
3071
|
code?: string;
|
|
3072
|
+
/**
|
|
3073
|
+
* @example
|
|
3074
|
+
* success
|
|
3075
|
+
*/
|
|
2161
3076
|
message?: string;
|
|
3077
|
+
/**
|
|
3078
|
+
* @example
|
|
3079
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
3080
|
+
*/
|
|
2162
3081
|
requestId?: string;
|
|
2163
3082
|
resultObject?: Mobile3MetaSimpleVerifyResponseBodyResultObject;
|
|
2164
3083
|
static names(): { [key: string]: string } {
|
|
@@ -2210,7 +3129,15 @@ export class Mobile3MetaSimpleVerifyResponse extends $tea.Model {
|
|
|
2210
3129
|
}
|
|
2211
3130
|
|
|
2212
3131
|
export class MobileDetectRequest extends $tea.Model {
|
|
3132
|
+
/**
|
|
3133
|
+
* @example
|
|
3134
|
+
* 138********,156********
|
|
3135
|
+
*/
|
|
2213
3136
|
mobiles?: string;
|
|
3137
|
+
/**
|
|
3138
|
+
* @example
|
|
3139
|
+
* normal
|
|
3140
|
+
*/
|
|
2214
3141
|
paramType?: string;
|
|
2215
3142
|
static names(): { [key: string]: string } {
|
|
2216
3143
|
return {
|
|
@@ -2232,8 +3159,20 @@ export class MobileDetectRequest extends $tea.Model {
|
|
|
2232
3159
|
}
|
|
2233
3160
|
|
|
2234
3161
|
export class MobileDetectResponseBody extends $tea.Model {
|
|
3162
|
+
/**
|
|
3163
|
+
* @example
|
|
3164
|
+
* 200
|
|
3165
|
+
*/
|
|
2235
3166
|
code?: string;
|
|
3167
|
+
/**
|
|
3168
|
+
* @example
|
|
3169
|
+
* success
|
|
3170
|
+
*/
|
|
2236
3171
|
message?: string;
|
|
3172
|
+
/**
|
|
3173
|
+
* @example
|
|
3174
|
+
* 969434DF-926B-4997-9881-4DE94E39F805
|
|
3175
|
+
*/
|
|
2237
3176
|
requestId?: string;
|
|
2238
3177
|
resultObject?: MobileDetectResponseBodyResultObject;
|
|
2239
3178
|
static names(): { [key: string]: string } {
|
|
@@ -2285,7 +3224,15 @@ export class MobileDetectResponse extends $tea.Model {
|
|
|
2285
3224
|
}
|
|
2286
3225
|
|
|
2287
3226
|
export class MobileOnlineStatusRequest extends $tea.Model {
|
|
3227
|
+
/**
|
|
3228
|
+
* @example
|
|
3229
|
+
* 130********
|
|
3230
|
+
*/
|
|
2288
3231
|
mobile?: string;
|
|
3232
|
+
/**
|
|
3233
|
+
* @example
|
|
3234
|
+
* normal
|
|
3235
|
+
*/
|
|
2289
3236
|
paramType?: string;
|
|
2290
3237
|
static names(): { [key: string]: string } {
|
|
2291
3238
|
return {
|
|
@@ -2307,8 +3254,20 @@ export class MobileOnlineStatusRequest extends $tea.Model {
|
|
|
2307
3254
|
}
|
|
2308
3255
|
|
|
2309
3256
|
export class MobileOnlineStatusResponseBody extends $tea.Model {
|
|
3257
|
+
/**
|
|
3258
|
+
* @example
|
|
3259
|
+
* 200
|
|
3260
|
+
*/
|
|
2310
3261
|
code?: string;
|
|
3262
|
+
/**
|
|
3263
|
+
* @example
|
|
3264
|
+
* success
|
|
3265
|
+
*/
|
|
2311
3266
|
message?: string;
|
|
3267
|
+
/**
|
|
3268
|
+
* @example
|
|
3269
|
+
* B506328A-D84B-4750-82C7-6A207C585CF1
|
|
3270
|
+
*/
|
|
2312
3271
|
requestId?: string;
|
|
2313
3272
|
resultObject?: MobileOnlineStatusResponseBodyResultObject;
|
|
2314
3273
|
static names(): { [key: string]: string } {
|
|
@@ -2360,7 +3319,15 @@ export class MobileOnlineStatusResponse extends $tea.Model {
|
|
|
2360
3319
|
}
|
|
2361
3320
|
|
|
2362
3321
|
export class MobileOnlineTimeRequest extends $tea.Model {
|
|
3322
|
+
/**
|
|
3323
|
+
* @example
|
|
3324
|
+
* 130********
|
|
3325
|
+
*/
|
|
2363
3326
|
mobile?: string;
|
|
3327
|
+
/**
|
|
3328
|
+
* @example
|
|
3329
|
+
* normal
|
|
3330
|
+
*/
|
|
2364
3331
|
paramType?: string;
|
|
2365
3332
|
static names(): { [key: string]: string } {
|
|
2366
3333
|
return {
|
|
@@ -2382,8 +3349,20 @@ export class MobileOnlineTimeRequest extends $tea.Model {
|
|
|
2382
3349
|
}
|
|
2383
3350
|
|
|
2384
3351
|
export class MobileOnlineTimeResponseBody extends $tea.Model {
|
|
3352
|
+
/**
|
|
3353
|
+
* @example
|
|
3354
|
+
* 200
|
|
3355
|
+
*/
|
|
2385
3356
|
code?: string;
|
|
3357
|
+
/**
|
|
3358
|
+
* @example
|
|
3359
|
+
* success
|
|
3360
|
+
*/
|
|
2386
3361
|
message?: string;
|
|
3362
|
+
/**
|
|
3363
|
+
* @example
|
|
3364
|
+
* B506328A-D84B-4750-82C7-6A207C585CF1
|
|
3365
|
+
*/
|
|
2387
3366
|
requestId?: string;
|
|
2388
3367
|
resultObject?: MobileOnlineTimeResponseBodyResultObject;
|
|
2389
3368
|
static names(): { [key: string]: string } {
|
|
@@ -2435,10 +3414,33 @@ export class MobileOnlineTimeResponse extends $tea.Model {
|
|
|
2435
3414
|
}
|
|
2436
3415
|
|
|
2437
3416
|
export class ModifyDeviceInfoRequest extends $tea.Model {
|
|
3417
|
+
/**
|
|
3418
|
+
* @example
|
|
3419
|
+
* FACE_TEST
|
|
3420
|
+
*/
|
|
2438
3421
|
bizType?: string;
|
|
3422
|
+
/**
|
|
3423
|
+
* @remarks
|
|
3424
|
+
* This parameter is required.
|
|
3425
|
+
*
|
|
3426
|
+
* @example
|
|
3427
|
+
* wd.6ziUffspAeW5FVYbaqmexR-1qwNjM
|
|
3428
|
+
*/
|
|
2439
3429
|
deviceId?: string;
|
|
3430
|
+
/**
|
|
3431
|
+
* @example
|
|
3432
|
+
* 1
|
|
3433
|
+
*/
|
|
2440
3434
|
duration?: string;
|
|
3435
|
+
/**
|
|
3436
|
+
* @example
|
|
3437
|
+
* 20190401
|
|
3438
|
+
*/
|
|
2441
3439
|
expiredDay?: string;
|
|
3440
|
+
/**
|
|
3441
|
+
* @example
|
|
3442
|
+
* 3iJ1AY$oHcu7mC69
|
|
3443
|
+
*/
|
|
2442
3444
|
userDeviceId?: string;
|
|
2443
3445
|
static names(): { [key: string]: string } {
|
|
2444
3446
|
return {
|
|
@@ -2466,11 +3468,35 @@ export class ModifyDeviceInfoRequest extends $tea.Model {
|
|
|
2466
3468
|
}
|
|
2467
3469
|
|
|
2468
3470
|
export class ModifyDeviceInfoResponseBody extends $tea.Model {
|
|
3471
|
+
/**
|
|
3472
|
+
* @example
|
|
3473
|
+
* 20190401
|
|
3474
|
+
*/
|
|
2469
3475
|
beginDay?: string;
|
|
3476
|
+
/**
|
|
3477
|
+
* @example
|
|
3478
|
+
* FACE_TEST
|
|
3479
|
+
*/
|
|
2470
3480
|
bizType?: string;
|
|
3481
|
+
/**
|
|
3482
|
+
* @example
|
|
3483
|
+
* wd.6ziUffspAeW5FVYbaqmexR-1qwNjM
|
|
3484
|
+
*/
|
|
2471
3485
|
deviceId?: string;
|
|
3486
|
+
/**
|
|
3487
|
+
* @example
|
|
3488
|
+
* 20200330
|
|
3489
|
+
*/
|
|
2472
3490
|
expiredDay?: string;
|
|
3491
|
+
/**
|
|
3492
|
+
* @example
|
|
3493
|
+
* 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
|
|
3494
|
+
*/
|
|
2473
3495
|
requestId?: string;
|
|
3496
|
+
/**
|
|
3497
|
+
* @example
|
|
3498
|
+
* 3iJ1AY$oHcu7mC69
|
|
3499
|
+
*/
|
|
2474
3500
|
userDeviceId?: string;
|
|
2475
3501
|
static names(): { [key: string]: string } {
|
|
2476
3502
|
return {
|
|
@@ -2525,13 +3551,57 @@ export class ModifyDeviceInfoResponse extends $tea.Model {
|
|
|
2525
3551
|
}
|
|
2526
3552
|
|
|
2527
3553
|
export class VerifyMaterialRequest extends $tea.Model {
|
|
3554
|
+
/**
|
|
3555
|
+
* @remarks
|
|
3556
|
+
* This parameter is required.
|
|
3557
|
+
*
|
|
3558
|
+
* @example
|
|
3559
|
+
* 39ecf51e-2f81-4dc5-90ee-ff86125b****
|
|
3560
|
+
*/
|
|
2528
3561
|
bizId?: string;
|
|
3562
|
+
/**
|
|
3563
|
+
* @remarks
|
|
3564
|
+
* This parameter is required.
|
|
3565
|
+
*
|
|
3566
|
+
* @example
|
|
3567
|
+
* RPMinTest
|
|
3568
|
+
*/
|
|
2529
3569
|
bizType?: string;
|
|
3570
|
+
/**
|
|
3571
|
+
* @remarks
|
|
3572
|
+
* This parameter is required.
|
|
3573
|
+
*
|
|
3574
|
+
* @example
|
|
3575
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example.jpg
|
|
3576
|
+
*/
|
|
2530
3577
|
faceImageUrl?: string;
|
|
3578
|
+
/**
|
|
3579
|
+
* @example
|
|
3580
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example3.jpg
|
|
3581
|
+
*/
|
|
2531
3582
|
idCardBackImageUrl?: string;
|
|
3583
|
+
/**
|
|
3584
|
+
* @example
|
|
3585
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example2.jpg
|
|
3586
|
+
*/
|
|
2532
3587
|
idCardFrontImageUrl?: string;
|
|
3588
|
+
/**
|
|
3589
|
+
* @remarks
|
|
3590
|
+
* This parameter is required.
|
|
3591
|
+
*
|
|
3592
|
+
* @example
|
|
3593
|
+
* 02343218901123****
|
|
3594
|
+
*/
|
|
2533
3595
|
idCardNumber?: string;
|
|
3596
|
+
/**
|
|
3597
|
+
* @remarks
|
|
3598
|
+
* This parameter is required.
|
|
3599
|
+
*/
|
|
2534
3600
|
name?: string;
|
|
3601
|
+
/**
|
|
3602
|
+
* @example
|
|
3603
|
+
* 54sdj
|
|
3604
|
+
*/
|
|
2535
3605
|
userId?: string;
|
|
2536
3606
|
static names(): { [key: string]: string } {
|
|
2537
3607
|
return {
|
|
@@ -2565,11 +3635,31 @@ export class VerifyMaterialRequest extends $tea.Model {
|
|
|
2565
3635
|
}
|
|
2566
3636
|
|
|
2567
3637
|
export class VerifyMaterialResponseBody extends $tea.Model {
|
|
3638
|
+
/**
|
|
3639
|
+
* @example
|
|
3640
|
+
* 97
|
|
3641
|
+
*/
|
|
2568
3642
|
authorityComparisionScore?: number;
|
|
3643
|
+
/**
|
|
3644
|
+
* @example
|
|
3645
|
+
* 97
|
|
3646
|
+
*/
|
|
2569
3647
|
idCardFaceComparisonScore?: number;
|
|
2570
3648
|
material?: VerifyMaterialResponseBodyMaterial;
|
|
3649
|
+
/**
|
|
3650
|
+
* @example
|
|
3651
|
+
* 04F0F334-1335-436C-A1D7-6C044FE73368
|
|
3652
|
+
*/
|
|
2571
3653
|
requestId?: string;
|
|
3654
|
+
/**
|
|
3655
|
+
* @example
|
|
3656
|
+
* 1
|
|
3657
|
+
*/
|
|
2572
3658
|
verifyStatus?: number;
|
|
3659
|
+
/**
|
|
3660
|
+
* @example
|
|
3661
|
+
* c302c0797679457685410ee51a5ba375
|
|
3662
|
+
*/
|
|
2573
3663
|
verifyToken?: string;
|
|
2574
3664
|
static names(): { [key: string]: string } {
|
|
2575
3665
|
return {
|
|
@@ -2625,7 +3715,15 @@ export class VerifyMaterialResponse extends $tea.Model {
|
|
|
2625
3715
|
|
|
2626
3716
|
export class AIGCFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
2627
3717
|
certifyId?: string;
|
|
3718
|
+
/**
|
|
3719
|
+
* @example
|
|
3720
|
+
* Y
|
|
3721
|
+
*/
|
|
2628
3722
|
result?: string;
|
|
3723
|
+
/**
|
|
3724
|
+
* @example
|
|
3725
|
+
* 1.0000
|
|
3726
|
+
*/
|
|
2629
3727
|
score?: string;
|
|
2630
3728
|
static names(): { [key: string]: string } {
|
|
2631
3729
|
return {
|
|
@@ -2649,7 +3747,15 @@ export class AIGCFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2649
3747
|
}
|
|
2650
3748
|
|
|
2651
3749
|
export class BankMetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
3750
|
+
/**
|
|
3751
|
+
* @example
|
|
3752
|
+
* 1
|
|
3753
|
+
*/
|
|
2652
3754
|
bizCode?: string;
|
|
3755
|
+
/**
|
|
3756
|
+
* @example
|
|
3757
|
+
* 101
|
|
3758
|
+
*/
|
|
2653
3759
|
subCode?: string;
|
|
2654
3760
|
static names(): { [key: string]: string } {
|
|
2655
3761
|
return {
|
|
@@ -2672,7 +3778,15 @@ export class BankMetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2672
3778
|
|
|
2673
3779
|
export class CompareFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
2674
3780
|
certifyId?: string;
|
|
3781
|
+
/**
|
|
3782
|
+
* @example
|
|
3783
|
+
* T
|
|
3784
|
+
*/
|
|
2675
3785
|
passed?: string;
|
|
3786
|
+
/**
|
|
3787
|
+
* @example
|
|
3788
|
+
* 99.60875
|
|
3789
|
+
*/
|
|
2676
3790
|
verifyScore?: number;
|
|
2677
3791
|
static names(): { [key: string]: string } {
|
|
2678
3792
|
return {
|
|
@@ -2696,7 +3810,15 @@ export class CompareFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2696
3810
|
}
|
|
2697
3811
|
|
|
2698
3812
|
export class CompareFacesResponseBodyData extends $tea.Model {
|
|
3813
|
+
/**
|
|
3814
|
+
* @example
|
|
3815
|
+
* {"0.0001":"90.07","0.001":"80.01","0.01":"70.02"}
|
|
3816
|
+
*/
|
|
2699
3817
|
confidenceThresholds?: string;
|
|
3818
|
+
/**
|
|
3819
|
+
* @example
|
|
3820
|
+
* 98.7913
|
|
3821
|
+
*/
|
|
2700
3822
|
similarityScore?: number;
|
|
2701
3823
|
static names(): { [key: string]: string } {
|
|
2702
3824
|
return {
|
|
@@ -2719,9 +3841,25 @@ export class CompareFacesResponseBodyData extends $tea.Model {
|
|
|
2719
3841
|
|
|
2720
3842
|
export class ContrastFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
2721
3843
|
certifyId?: string;
|
|
3844
|
+
/**
|
|
3845
|
+
* @example
|
|
3846
|
+
* null
|
|
3847
|
+
*/
|
|
2722
3848
|
identityInfo?: string;
|
|
3849
|
+
/**
|
|
3850
|
+
* @example
|
|
3851
|
+
* {"faceAttack": "F","facialPictureFront": {"qualityScore": 88.3615493774414,"verifyScore": 50.28594166529785}}
|
|
3852
|
+
*/
|
|
2723
3853
|
materialInfo?: string;
|
|
3854
|
+
/**
|
|
3855
|
+
* @example
|
|
3856
|
+
* T
|
|
3857
|
+
*/
|
|
2724
3858
|
passed?: string;
|
|
3859
|
+
/**
|
|
3860
|
+
* @example
|
|
3861
|
+
* 200
|
|
3862
|
+
*/
|
|
2725
3863
|
subCode?: string;
|
|
2726
3864
|
static names(): { [key: string]: string } {
|
|
2727
3865
|
return {
|
|
@@ -2751,10 +3889,26 @@ export class ContrastFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2751
3889
|
export class CredentialVerifyResponseBodyResultObject extends $tea.Model {
|
|
2752
3890
|
materialInfo?: string;
|
|
2753
3891
|
ocrInfo?: string;
|
|
3892
|
+
/**
|
|
3893
|
+
* @example
|
|
3894
|
+
* 1
|
|
3895
|
+
*/
|
|
2754
3896
|
result?: string;
|
|
2755
3897
|
riskScore?: { [key: string]: string };
|
|
3898
|
+
/**
|
|
3899
|
+
* @example
|
|
3900
|
+
* PS,SCREEN_PHOTO
|
|
3901
|
+
*/
|
|
2756
3902
|
riskTag?: string;
|
|
3903
|
+
/**
|
|
3904
|
+
* @example
|
|
3905
|
+
* **
|
|
3906
|
+
*/
|
|
2757
3907
|
verifyDetail?: string;
|
|
3908
|
+
/**
|
|
3909
|
+
* @example
|
|
3910
|
+
* *
|
|
3911
|
+
*/
|
|
2758
3912
|
verifyResult?: string;
|
|
2759
3913
|
static names(): { [key: string]: string } {
|
|
2760
3914
|
return {
|
|
@@ -2786,8 +3940,16 @@ export class CredentialVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2786
3940
|
}
|
|
2787
3941
|
|
|
2788
3942
|
export class DeepfakeDetectResponseBodyResultObject extends $tea.Model {
|
|
3943
|
+
/**
|
|
3944
|
+
* @example
|
|
3945
|
+
* 1
|
|
3946
|
+
*/
|
|
2789
3947
|
result?: string;
|
|
2790
3948
|
riskScore?: { [key: string]: string };
|
|
3949
|
+
/**
|
|
3950
|
+
* @example
|
|
3951
|
+
* SuspectDeepForgery,SuspectWarterMark
|
|
3952
|
+
*/
|
|
2791
3953
|
riskTag?: string;
|
|
2792
3954
|
static names(): { [key: string]: string } {
|
|
2793
3955
|
return {
|
|
@@ -2811,10 +3973,30 @@ export class DeepfakeDetectResponseBodyResultObject extends $tea.Model {
|
|
|
2811
3973
|
}
|
|
2812
3974
|
|
|
2813
3975
|
export class DescribeDeviceInfoResponseBodyDeviceInfoListDeviceInfo extends $tea.Model {
|
|
3976
|
+
/**
|
|
3977
|
+
* @example
|
|
3978
|
+
* 20180101
|
|
3979
|
+
*/
|
|
2814
3980
|
beginDay?: string;
|
|
3981
|
+
/**
|
|
3982
|
+
* @example
|
|
3983
|
+
* FACE_TEST
|
|
3984
|
+
*/
|
|
2815
3985
|
bizType?: string;
|
|
3986
|
+
/**
|
|
3987
|
+
* @example
|
|
3988
|
+
* wd.6ziUffspAeW5FVYbaqmexR-1qwNjM
|
|
3989
|
+
*/
|
|
2816
3990
|
deviceId?: string;
|
|
3991
|
+
/**
|
|
3992
|
+
* @example
|
|
3993
|
+
* 20180101
|
|
3994
|
+
*/
|
|
2817
3995
|
expiredDay?: string;
|
|
3996
|
+
/**
|
|
3997
|
+
* @example
|
|
3998
|
+
* 3iJ1AY$oHcu7mC69
|
|
3999
|
+
*/
|
|
2818
4000
|
userDeviceId?: string;
|
|
2819
4001
|
static names(): { [key: string]: string } {
|
|
2820
4002
|
return {
|
|
@@ -2862,10 +4044,30 @@ export class DescribeDeviceInfoResponseBodyDeviceInfoList extends $tea.Model {
|
|
|
2862
4044
|
|
|
2863
4045
|
export class DescribeFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
2864
4046
|
deviceRisk?: string;
|
|
4047
|
+
/**
|
|
4048
|
+
* @example
|
|
4049
|
+
* McozS1ZWRcRZStlERcZZo_QOytx5jcgZoZJEoRLOxxxxxxx
|
|
4050
|
+
*/
|
|
2865
4051
|
deviceToken?: string;
|
|
4052
|
+
/**
|
|
4053
|
+
* @example
|
|
4054
|
+
* null
|
|
4055
|
+
*/
|
|
2866
4056
|
identityInfo?: string;
|
|
4057
|
+
/**
|
|
4058
|
+
* @example
|
|
4059
|
+
* {"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"}}
|
|
4060
|
+
*/
|
|
2867
4061
|
materialInfo?: string;
|
|
4062
|
+
/**
|
|
4063
|
+
* @example
|
|
4064
|
+
* T
|
|
4065
|
+
*/
|
|
2868
4066
|
passed?: string;
|
|
4067
|
+
/**
|
|
4068
|
+
* @example
|
|
4069
|
+
* 200
|
|
4070
|
+
*/
|
|
2869
4071
|
subCode?: string;
|
|
2870
4072
|
success?: string;
|
|
2871
4073
|
userInfo?: string;
|
|
@@ -2901,12 +4103,40 @@ export class DescribeFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
2901
4103
|
}
|
|
2902
4104
|
|
|
2903
4105
|
export class DescribeOssUploadTokenResponseBodyOssUploadToken extends $tea.Model {
|
|
4106
|
+
/**
|
|
4107
|
+
* @example
|
|
4108
|
+
* cloudauth-zhangjiakou-external
|
|
4109
|
+
*/
|
|
2904
4110
|
bucket?: string;
|
|
4111
|
+
/**
|
|
4112
|
+
* @example
|
|
4113
|
+
* https://oss-cn-zhangjiakou.aliyuncs.com
|
|
4114
|
+
*/
|
|
2905
4115
|
endPoint?: string;
|
|
4116
|
+
/**
|
|
4117
|
+
* @example
|
|
4118
|
+
* 1582636610000
|
|
4119
|
+
*/
|
|
2906
4120
|
expired?: number;
|
|
4121
|
+
/**
|
|
4122
|
+
* @example
|
|
4123
|
+
* STS.NU8rUBj****
|
|
4124
|
+
*/
|
|
2907
4125
|
key?: string;
|
|
4126
|
+
/**
|
|
4127
|
+
* @example
|
|
4128
|
+
* prod/RdNLC@Ox2n-1s7NMt
|
|
4129
|
+
*/
|
|
2908
4130
|
path?: string;
|
|
4131
|
+
/**
|
|
4132
|
+
* @example
|
|
4133
|
+
* FwmnyoqT8dHj7nJLuM67T****
|
|
4134
|
+
*/
|
|
2909
4135
|
secret?: string;
|
|
4136
|
+
/**
|
|
4137
|
+
* @example
|
|
4138
|
+
* uWia500nTS5knZaDzq4/KqpvhcLnO****
|
|
4139
|
+
*/
|
|
2910
4140
|
token?: string;
|
|
2911
4141
|
static names(): { [key: string]: string } {
|
|
2912
4142
|
return {
|
|
@@ -2938,11 +4168,31 @@ export class DescribeOssUploadTokenResponseBodyOssUploadToken extends $tea.Model
|
|
|
2938
4168
|
}
|
|
2939
4169
|
|
|
2940
4170
|
export class DescribePageFaceVerifyDataResponseBodyItems extends $tea.Model {
|
|
4171
|
+
/**
|
|
4172
|
+
* @example
|
|
4173
|
+
* 2024-03-24T00:00:00.000Z
|
|
4174
|
+
*/
|
|
2941
4175
|
date?: string;
|
|
4176
|
+
/**
|
|
4177
|
+
* @example
|
|
4178
|
+
* ID_PLUS
|
|
4179
|
+
*/
|
|
2942
4180
|
productCode?: string;
|
|
4181
|
+
/**
|
|
4182
|
+
* @example
|
|
4183
|
+
* 20**40
|
|
4184
|
+
*/
|
|
2943
4185
|
sceneId?: string;
|
|
2944
4186
|
sceneName?: string;
|
|
4187
|
+
/**
|
|
4188
|
+
* @example
|
|
4189
|
+
* 1
|
|
4190
|
+
*/
|
|
2945
4191
|
successCount?: string;
|
|
4192
|
+
/**
|
|
4193
|
+
* @example
|
|
4194
|
+
* 19
|
|
4195
|
+
*/
|
|
2946
4196
|
totalCount?: string;
|
|
2947
4197
|
static names(): { [key: string]: string } {
|
|
2948
4198
|
return {
|
|
@@ -2972,12 +4222,36 @@ export class DescribePageFaceVerifyDataResponseBodyItems extends $tea.Model {
|
|
|
2972
4222
|
}
|
|
2973
4223
|
|
|
2974
4224
|
export class DescribeSmartStatisticsPageListResponseBodyItems extends $tea.Model {
|
|
4225
|
+
/**
|
|
4226
|
+
* @example
|
|
4227
|
+
* 11/8
|
|
4228
|
+
*/
|
|
2975
4229
|
date?: string;
|
|
4230
|
+
/**
|
|
4231
|
+
* @example
|
|
4232
|
+
* 25
|
|
4233
|
+
*/
|
|
2976
4234
|
passRate?: string;
|
|
4235
|
+
/**
|
|
4236
|
+
* @example
|
|
4237
|
+
* SMART_VERIFY
|
|
4238
|
+
*/
|
|
2977
4239
|
productCode?: string;
|
|
4240
|
+
/**
|
|
4241
|
+
* @example
|
|
4242
|
+
* 20**40
|
|
4243
|
+
*/
|
|
2978
4244
|
sceneId?: number;
|
|
2979
4245
|
sceneName?: string;
|
|
4246
|
+
/**
|
|
4247
|
+
* @example
|
|
4248
|
+
* 1
|
|
4249
|
+
*/
|
|
2980
4250
|
successCount?: number;
|
|
4251
|
+
/**
|
|
4252
|
+
* @example
|
|
4253
|
+
* 4
|
|
4254
|
+
*/
|
|
2981
4255
|
totalCount?: number;
|
|
2982
4256
|
static names(): { [key: string]: string } {
|
|
2983
4257
|
return {
|
|
@@ -3011,13 +4285,37 @@ export class DescribeSmartStatisticsPageListResponseBodyItems extends $tea.Model
|
|
|
3011
4285
|
export class DescribeVerifyResultResponseBodyMaterialIdCardInfo extends $tea.Model {
|
|
3012
4286
|
address?: string;
|
|
3013
4287
|
authority?: string;
|
|
4288
|
+
/**
|
|
4289
|
+
* @example
|
|
4290
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example3.jpg
|
|
4291
|
+
*/
|
|
3014
4292
|
backImageUrl?: string;
|
|
4293
|
+
/**
|
|
4294
|
+
* @example
|
|
4295
|
+
* 19900101
|
|
4296
|
+
*/
|
|
3015
4297
|
birth?: string;
|
|
4298
|
+
/**
|
|
4299
|
+
* @example
|
|
4300
|
+
* 20201101
|
|
4301
|
+
*/
|
|
3016
4302
|
endDate?: string;
|
|
4303
|
+
/**
|
|
4304
|
+
* @example
|
|
4305
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example2.jpg
|
|
4306
|
+
*/
|
|
3017
4307
|
frontImageUrl?: string;
|
|
3018
4308
|
name?: string;
|
|
3019
4309
|
nationality?: string;
|
|
4310
|
+
/**
|
|
4311
|
+
* @example
|
|
4312
|
+
* 02343218901123****
|
|
4313
|
+
*/
|
|
3020
4314
|
number?: string;
|
|
4315
|
+
/**
|
|
4316
|
+
* @example
|
|
4317
|
+
* 20201101
|
|
4318
|
+
*/
|
|
3021
4319
|
startDate?: string;
|
|
3022
4320
|
static names(): { [key: string]: string } {
|
|
3023
4321
|
return {
|
|
@@ -3055,12 +4353,32 @@ export class DescribeVerifyResultResponseBodyMaterialIdCardInfo extends $tea.Mod
|
|
|
3055
4353
|
}
|
|
3056
4354
|
|
|
3057
4355
|
export class DescribeVerifyResultResponseBodyMaterial extends $tea.Model {
|
|
4356
|
+
/**
|
|
4357
|
+
* @example
|
|
4358
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/face-global-example.jpg
|
|
4359
|
+
*/
|
|
3058
4360
|
faceGlobalUrl?: string;
|
|
4361
|
+
/**
|
|
4362
|
+
* @example
|
|
4363
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/face-image-example.jpg
|
|
4364
|
+
*/
|
|
3059
4365
|
faceImageUrl?: string;
|
|
4366
|
+
/**
|
|
4367
|
+
* @example
|
|
4368
|
+
* false
|
|
4369
|
+
*/
|
|
3060
4370
|
faceMask?: boolean;
|
|
4371
|
+
/**
|
|
4372
|
+
* @example
|
|
4373
|
+
* NORMAL
|
|
4374
|
+
*/
|
|
3061
4375
|
faceQuality?: string;
|
|
3062
4376
|
idCardInfo?: DescribeVerifyResultResponseBodyMaterialIdCardInfo;
|
|
3063
4377
|
idCardName?: string;
|
|
4378
|
+
/**
|
|
4379
|
+
* @example
|
|
4380
|
+
* 02343218901123****
|
|
4381
|
+
*/
|
|
3064
4382
|
idCardNumber?: string;
|
|
3065
4383
|
videoUrls?: string[];
|
|
3066
4384
|
static names(): { [key: string]: string } {
|
|
@@ -3095,12 +4413,40 @@ export class DescribeVerifyResultResponseBodyMaterial extends $tea.Model {
|
|
|
3095
4413
|
}
|
|
3096
4414
|
|
|
3097
4415
|
export class DescribeVerifyTokenResponseBodyOssUploadToken extends $tea.Model {
|
|
4416
|
+
/**
|
|
4417
|
+
* @example
|
|
4418
|
+
* cloudauth-zhangjiakou-external
|
|
4419
|
+
*/
|
|
3098
4420
|
bucket?: string;
|
|
4421
|
+
/**
|
|
4422
|
+
* @example
|
|
4423
|
+
* https://oss-cn-zhangjiakou.aliyuncs.com
|
|
4424
|
+
*/
|
|
3099
4425
|
endPoint?: string;
|
|
4426
|
+
/**
|
|
4427
|
+
* @example
|
|
4428
|
+
* 1582636610000
|
|
4429
|
+
*/
|
|
3100
4430
|
expired?: number;
|
|
4431
|
+
/**
|
|
4432
|
+
* @example
|
|
4433
|
+
* STS.NU8rUBj****
|
|
4434
|
+
*/
|
|
3101
4435
|
key?: string;
|
|
4436
|
+
/**
|
|
4437
|
+
* @example
|
|
4438
|
+
* prod/RdNLC@Ox2n-1s7NMt
|
|
4439
|
+
*/
|
|
3102
4440
|
path?: string;
|
|
4441
|
+
/**
|
|
4442
|
+
* @example
|
|
4443
|
+
* FwmnyoqT8dHj7nJLuM67T****
|
|
4444
|
+
*/
|
|
3103
4445
|
secret?: string;
|
|
4446
|
+
/**
|
|
4447
|
+
* @example
|
|
4448
|
+
* uWia500nTS5knZaDzq4/KqpvhcLnO****
|
|
4449
|
+
*/
|
|
3104
4450
|
token?: string;
|
|
3105
4451
|
static names(): { [key: string]: string } {
|
|
3106
4452
|
return {
|
|
@@ -3132,8 +4478,20 @@ export class DescribeVerifyTokenResponseBodyOssUploadToken extends $tea.Model {
|
|
|
3132
4478
|
}
|
|
3133
4479
|
|
|
3134
4480
|
export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceAttributesHeadpose extends $tea.Model {
|
|
4481
|
+
/**
|
|
4482
|
+
* @example
|
|
4483
|
+
* -1.5683923959732056
|
|
4484
|
+
*/
|
|
3135
4485
|
pitchAngle?: number;
|
|
4486
|
+
/**
|
|
4487
|
+
* @example
|
|
4488
|
+
* 7.163370132446289
|
|
4489
|
+
*/
|
|
3136
4490
|
rollAngle?: number;
|
|
4491
|
+
/**
|
|
4492
|
+
* @example
|
|
4493
|
+
* -6.925303936004639
|
|
4494
|
+
*/
|
|
3137
4495
|
yawAngle?: number;
|
|
3138
4496
|
static names(): { [key: string]: string } {
|
|
3139
4497
|
return {
|
|
@@ -3157,7 +4515,15 @@ export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectIn
|
|
|
3157
4515
|
}
|
|
3158
4516
|
|
|
3159
4517
|
export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceAttributesSmiling extends $tea.Model {
|
|
4518
|
+
/**
|
|
4519
|
+
* @example
|
|
4520
|
+
* 95
|
|
4521
|
+
*/
|
|
3160
4522
|
threshold?: number;
|
|
4523
|
+
/**
|
|
4524
|
+
* @example
|
|
4525
|
+
* 97
|
|
4526
|
+
*/
|
|
3161
4527
|
value?: number;
|
|
3162
4528
|
static names(): { [key: string]: string } {
|
|
3163
4529
|
return {
|
|
@@ -3179,12 +4545,36 @@ export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectIn
|
|
|
3179
4545
|
}
|
|
3180
4546
|
|
|
3181
4547
|
export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceAttributes extends $tea.Model {
|
|
4548
|
+
/**
|
|
4549
|
+
* @example
|
|
4550
|
+
* 0.1419367790222168
|
|
4551
|
+
*/
|
|
3182
4552
|
blur?: number;
|
|
4553
|
+
/**
|
|
4554
|
+
* @example
|
|
4555
|
+
* 60
|
|
4556
|
+
*/
|
|
3183
4557
|
facequal?: number;
|
|
4558
|
+
/**
|
|
4559
|
+
* @example
|
|
4560
|
+
* Face
|
|
4561
|
+
*/
|
|
3184
4562
|
facetype?: string;
|
|
4563
|
+
/**
|
|
4564
|
+
* @example
|
|
4565
|
+
* None
|
|
4566
|
+
*/
|
|
3185
4567
|
glasses?: string;
|
|
3186
4568
|
headpose?: DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceAttributesHeadpose;
|
|
4569
|
+
/**
|
|
4570
|
+
* @example
|
|
4571
|
+
* 70
|
|
4572
|
+
*/
|
|
3187
4573
|
integrity?: number;
|
|
4574
|
+
/**
|
|
4575
|
+
* @example
|
|
4576
|
+
* Wear
|
|
4577
|
+
*/
|
|
3188
4578
|
respirator?: string;
|
|
3189
4579
|
smiling?: DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceAttributesSmiling;
|
|
3190
4580
|
static names(): { [key: string]: string } {
|
|
@@ -3219,9 +4609,25 @@ export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectIn
|
|
|
3219
4609
|
}
|
|
3220
4610
|
|
|
3221
4611
|
export class DetectFaceAttributesResponseBodyDataFaceInfosFaceAttributesDetectInfoFaceRect extends $tea.Model {
|
|
4612
|
+
/**
|
|
4613
|
+
* @example
|
|
4614
|
+
* 473
|
|
4615
|
+
*/
|
|
3222
4616
|
height?: number;
|
|
4617
|
+
/**
|
|
4618
|
+
* @example
|
|
4619
|
+
* 354
|
|
4620
|
+
*/
|
|
3223
4621
|
left?: number;
|
|
4622
|
+
/**
|
|
4623
|
+
* @example
|
|
4624
|
+
* 453
|
|
4625
|
+
*/
|
|
3224
4626
|
top?: number;
|
|
4627
|
+
/**
|
|
4628
|
+
* @example
|
|
4629
|
+
* 473
|
|
4630
|
+
*/
|
|
3225
4631
|
width?: number;
|
|
3226
4632
|
static names(): { [key: string]: string } {
|
|
3227
4633
|
return {
|
|
@@ -3289,7 +4695,15 @@ export class DetectFaceAttributesResponseBodyDataFaceInfos extends $tea.Model {
|
|
|
3289
4695
|
|
|
3290
4696
|
export class DetectFaceAttributesResponseBodyData extends $tea.Model {
|
|
3291
4697
|
faceInfos?: DetectFaceAttributesResponseBodyDataFaceInfos;
|
|
4698
|
+
/**
|
|
4699
|
+
* @example
|
|
4700
|
+
* 1920
|
|
4701
|
+
*/
|
|
3292
4702
|
imgHeight?: number;
|
|
4703
|
+
/**
|
|
4704
|
+
* @example
|
|
4705
|
+
* 1080
|
|
4706
|
+
*/
|
|
3293
4707
|
imgWidth?: number;
|
|
3294
4708
|
static names(): { [key: string]: string } {
|
|
3295
4709
|
return {
|
|
@@ -3313,6 +4727,10 @@ export class DetectFaceAttributesResponseBodyData extends $tea.Model {
|
|
|
3313
4727
|
}
|
|
3314
4728
|
|
|
3315
4729
|
export class Id2MetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
4730
|
+
/**
|
|
4731
|
+
* @example
|
|
4732
|
+
* 1
|
|
4733
|
+
*/
|
|
3316
4734
|
bizCode?: string;
|
|
3317
4735
|
static names(): { [key: string]: string } {
|
|
3318
4736
|
return {
|
|
@@ -3332,6 +4750,10 @@ export class Id2MetaVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
3332
4750
|
}
|
|
3333
4751
|
|
|
3334
4752
|
export class InitFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
4753
|
+
/**
|
|
4754
|
+
* @example
|
|
4755
|
+
* 91707dc296d469ad38e4c5efa6a0f24b
|
|
4756
|
+
*/
|
|
3335
4757
|
certifyId?: string;
|
|
3336
4758
|
certifyUrl?: string;
|
|
3337
4759
|
static names(): { [key: string]: string } {
|
|
@@ -3382,8 +4804,20 @@ export class LivenessFaceVerifyResponseBodyResultObject extends $tea.Model {
|
|
|
3382
4804
|
}
|
|
3383
4805
|
|
|
3384
4806
|
export class Mobile3MetaDetailVerifyResponseBodyResultObject extends $tea.Model {
|
|
4807
|
+
/**
|
|
4808
|
+
* @example
|
|
4809
|
+
* 1
|
|
4810
|
+
*/
|
|
3385
4811
|
bizCode?: string;
|
|
4812
|
+
/**
|
|
4813
|
+
* @example
|
|
4814
|
+
* CMCC
|
|
4815
|
+
*/
|
|
3386
4816
|
ispName?: string;
|
|
4817
|
+
/**
|
|
4818
|
+
* @example
|
|
4819
|
+
* 101
|
|
4820
|
+
*/
|
|
3387
4821
|
subCode?: string;
|
|
3388
4822
|
static names(): { [key: string]: string } {
|
|
3389
4823
|
return {
|
|
@@ -3407,7 +4841,15 @@ export class Mobile3MetaDetailVerifyResponseBodyResultObject extends $tea.Model
|
|
|
3407
4841
|
}
|
|
3408
4842
|
|
|
3409
4843
|
export class Mobile3MetaSimpleVerifyResponseBodyResultObject extends $tea.Model {
|
|
4844
|
+
/**
|
|
4845
|
+
* @example
|
|
4846
|
+
* 1
|
|
4847
|
+
*/
|
|
3410
4848
|
bizCode?: string;
|
|
4849
|
+
/**
|
|
4850
|
+
* @example
|
|
4851
|
+
* CMCC
|
|
4852
|
+
*/
|
|
3411
4853
|
ispName?: string;
|
|
3412
4854
|
static names(): { [key: string]: string } {
|
|
3413
4855
|
return {
|
|
@@ -3430,9 +4872,25 @@ export class Mobile3MetaSimpleVerifyResponseBodyResultObject extends $tea.Model
|
|
|
3430
4872
|
|
|
3431
4873
|
export class MobileDetectResponseBodyResultObjectItems extends $tea.Model {
|
|
3432
4874
|
area?: string;
|
|
4875
|
+
/**
|
|
4876
|
+
* @example
|
|
4877
|
+
* 1
|
|
4878
|
+
*/
|
|
3433
4879
|
bizCode?: string;
|
|
4880
|
+
/**
|
|
4881
|
+
* @example
|
|
4882
|
+
* CMCC
|
|
4883
|
+
*/
|
|
3434
4884
|
ispName?: string;
|
|
4885
|
+
/**
|
|
4886
|
+
* @example
|
|
4887
|
+
* 131********
|
|
4888
|
+
*/
|
|
3435
4889
|
mobile?: string;
|
|
4890
|
+
/**
|
|
4891
|
+
* @example
|
|
4892
|
+
* 101
|
|
4893
|
+
*/
|
|
3436
4894
|
subCode?: string;
|
|
3437
4895
|
static names(): { [key: string]: string } {
|
|
3438
4896
|
return {
|
|
@@ -3460,6 +4918,10 @@ export class MobileDetectResponseBodyResultObjectItems extends $tea.Model {
|
|
|
3460
4918
|
}
|
|
3461
4919
|
|
|
3462
4920
|
export class MobileDetectResponseBodyResultObject extends $tea.Model {
|
|
4921
|
+
/**
|
|
4922
|
+
* @example
|
|
4923
|
+
* 2
|
|
4924
|
+
*/
|
|
3463
4925
|
chargeCount?: string;
|
|
3464
4926
|
items?: MobileDetectResponseBodyResultObjectItems[];
|
|
3465
4927
|
static names(): { [key: string]: string } {
|
|
@@ -3482,8 +4944,20 @@ export class MobileDetectResponseBodyResultObject extends $tea.Model {
|
|
|
3482
4944
|
}
|
|
3483
4945
|
|
|
3484
4946
|
export class MobileOnlineStatusResponseBodyResultObject extends $tea.Model {
|
|
4947
|
+
/**
|
|
4948
|
+
* @example
|
|
4949
|
+
* 1
|
|
4950
|
+
*/
|
|
3485
4951
|
bizCode?: string;
|
|
4952
|
+
/**
|
|
4953
|
+
* @example
|
|
4954
|
+
* CMCC
|
|
4955
|
+
*/
|
|
3486
4956
|
ispName?: string;
|
|
4957
|
+
/**
|
|
4958
|
+
* @example
|
|
4959
|
+
* 101
|
|
4960
|
+
*/
|
|
3487
4961
|
subCode?: string;
|
|
3488
4962
|
static names(): { [key: string]: string } {
|
|
3489
4963
|
return {
|
|
@@ -3507,8 +4981,20 @@ export class MobileOnlineStatusResponseBodyResultObject extends $tea.Model {
|
|
|
3507
4981
|
}
|
|
3508
4982
|
|
|
3509
4983
|
export class MobileOnlineTimeResponseBodyResultObject extends $tea.Model {
|
|
4984
|
+
/**
|
|
4985
|
+
* @example
|
|
4986
|
+
* 1
|
|
4987
|
+
*/
|
|
3510
4988
|
bizCode?: string;
|
|
4989
|
+
/**
|
|
4990
|
+
* @example
|
|
4991
|
+
* CMCC
|
|
4992
|
+
*/
|
|
3511
4993
|
ispName?: string;
|
|
4994
|
+
/**
|
|
4995
|
+
* @example
|
|
4996
|
+
* 5
|
|
4997
|
+
*/
|
|
3512
4998
|
timeCode?: string;
|
|
3513
4999
|
static names(): { [key: string]: string } {
|
|
3514
5000
|
return {
|
|
@@ -3534,13 +5020,37 @@ export class MobileOnlineTimeResponseBodyResultObject extends $tea.Model {
|
|
|
3534
5020
|
export class VerifyMaterialResponseBodyMaterialIdCardInfo extends $tea.Model {
|
|
3535
5021
|
address?: string;
|
|
3536
5022
|
authority?: string;
|
|
5023
|
+
/**
|
|
5024
|
+
* @example
|
|
5025
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example3.jpg
|
|
5026
|
+
*/
|
|
3537
5027
|
backImageUrl?: string;
|
|
5028
|
+
/**
|
|
5029
|
+
* @example
|
|
5030
|
+
* 19900101
|
|
5031
|
+
*/
|
|
3538
5032
|
birth?: string;
|
|
5033
|
+
/**
|
|
5034
|
+
* @example
|
|
5035
|
+
* 20201101
|
|
5036
|
+
*/
|
|
3539
5037
|
endDate?: string;
|
|
5038
|
+
/**
|
|
5039
|
+
* @example
|
|
5040
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example2.jpg
|
|
5041
|
+
*/
|
|
3540
5042
|
frontImageUrl?: string;
|
|
3541
5043
|
name?: string;
|
|
3542
5044
|
nationality?: string;
|
|
5045
|
+
/**
|
|
5046
|
+
* @example
|
|
5047
|
+
* 02343218901123****
|
|
5048
|
+
*/
|
|
3543
5049
|
number?: string;
|
|
5050
|
+
/**
|
|
5051
|
+
* @example
|
|
5052
|
+
* 20201101
|
|
5053
|
+
*/
|
|
3544
5054
|
startDate?: string;
|
|
3545
5055
|
static names(): { [key: string]: string } {
|
|
3546
5056
|
return {
|
|
@@ -3578,12 +5088,32 @@ export class VerifyMaterialResponseBodyMaterialIdCardInfo extends $tea.Model {
|
|
|
3578
5088
|
}
|
|
3579
5089
|
|
|
3580
5090
|
export class VerifyMaterialResponseBodyMaterial extends $tea.Model {
|
|
5091
|
+
/**
|
|
5092
|
+
* @example
|
|
5093
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/face-global-example.jpg
|
|
5094
|
+
*/
|
|
3581
5095
|
faceGlobalUrl?: string;
|
|
5096
|
+
/**
|
|
5097
|
+
* @example
|
|
5098
|
+
* http://image-demo.img-cn-hangzhou.aliyuncs.com/example.jpg
|
|
5099
|
+
*/
|
|
3582
5100
|
faceImageUrl?: string;
|
|
5101
|
+
/**
|
|
5102
|
+
* @example
|
|
5103
|
+
* false
|
|
5104
|
+
*/
|
|
3583
5105
|
faceMask?: string;
|
|
5106
|
+
/**
|
|
5107
|
+
* @example
|
|
5108
|
+
* NORMAL
|
|
5109
|
+
*/
|
|
3584
5110
|
faceQuality?: string;
|
|
3585
5111
|
idCardInfo?: VerifyMaterialResponseBodyMaterialIdCardInfo;
|
|
3586
5112
|
idCardName?: string;
|
|
5113
|
+
/**
|
|
5114
|
+
* @example
|
|
5115
|
+
* 02343218901123****
|
|
5116
|
+
*/
|
|
3587
5117
|
idCardNumber?: string;
|
|
3588
5118
|
static names(): { [key: string]: string } {
|
|
3589
5119
|
return {
|
|
@@ -3638,11 +5168,11 @@ export default class Client extends OpenApi {
|
|
|
3638
5168
|
}
|
|
3639
5169
|
|
|
3640
5170
|
/**
|
|
3641
|
-
*
|
|
3642
|
-
*
|
|
3643
|
-
* @param request AIGCFaceVerifyRequest
|
|
3644
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
3645
|
-
* @
|
|
5171
|
+
* 新增AIGC人脸检测能力
|
|
5172
|
+
*
|
|
5173
|
+
* @param request - AIGCFaceVerifyRequest
|
|
5174
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5175
|
+
* @returns AIGCFaceVerifyResponse
|
|
3646
5176
|
*/
|
|
3647
5177
|
async aIGCFaceVerifyWithOptions(request: AIGCFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<AIGCFaceVerifyResponse> {
|
|
3648
5178
|
Util.validateModel(request);
|
|
@@ -3695,10 +5225,10 @@ export default class Client extends OpenApi {
|
|
|
3695
5225
|
}
|
|
3696
5226
|
|
|
3697
5227
|
/**
|
|
3698
|
-
*
|
|
3699
|
-
*
|
|
3700
|
-
* @param request AIGCFaceVerifyRequest
|
|
3701
|
-
* @
|
|
5228
|
+
* 新增AIGC人脸检测能力
|
|
5229
|
+
*
|
|
5230
|
+
* @param request - AIGCFaceVerifyRequest
|
|
5231
|
+
* @returns AIGCFaceVerifyResponse
|
|
3702
5232
|
*/
|
|
3703
5233
|
async aIGCFaceVerify(request: AIGCFaceVerifyRequest): Promise<AIGCFaceVerifyResponse> {
|
|
3704
5234
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -3706,11 +5236,11 @@ export default class Client extends OpenApi {
|
|
|
3706
5236
|
}
|
|
3707
5237
|
|
|
3708
5238
|
/**
|
|
3709
|
-
*
|
|
3710
|
-
*
|
|
3711
|
-
* @param request BankMetaVerifyRequest
|
|
3712
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
3713
|
-
* @
|
|
5239
|
+
* 银行卡要素核验接口
|
|
5240
|
+
*
|
|
5241
|
+
* @param request - BankMetaVerifyRequest
|
|
5242
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5243
|
+
* @returns BankMetaVerifyResponse
|
|
3714
5244
|
*/
|
|
3715
5245
|
async bankMetaVerifyWithOptions(request: BankMetaVerifyRequest, runtime: $Util.RuntimeOptions): Promise<BankMetaVerifyResponse> {
|
|
3716
5246
|
Util.validateModel(request);
|
|
@@ -3723,6 +5253,10 @@ export default class Client extends OpenApi {
|
|
|
3723
5253
|
query["IdentifyNum"] = request.identifyNum;
|
|
3724
5254
|
}
|
|
3725
5255
|
|
|
5256
|
+
if (!Util.isUnset(request.identityType)) {
|
|
5257
|
+
query["IdentityType"] = request.identityType;
|
|
5258
|
+
}
|
|
5259
|
+
|
|
3726
5260
|
if (!Util.isUnset(request.mobile)) {
|
|
3727
5261
|
query["Mobile"] = request.mobile;
|
|
3728
5262
|
}
|
|
@@ -3761,10 +5295,10 @@ export default class Client extends OpenApi {
|
|
|
3761
5295
|
}
|
|
3762
5296
|
|
|
3763
5297
|
/**
|
|
3764
|
-
*
|
|
3765
|
-
*
|
|
3766
|
-
* @param request BankMetaVerifyRequest
|
|
3767
|
-
* @
|
|
5298
|
+
* 银行卡要素核验接口
|
|
5299
|
+
*
|
|
5300
|
+
* @param request - BankMetaVerifyRequest
|
|
5301
|
+
* @returns BankMetaVerifyResponse
|
|
3768
5302
|
*/
|
|
3769
5303
|
async bankMetaVerify(request: BankMetaVerifyRequest): Promise<BankMetaVerifyResponse> {
|
|
3770
5304
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -3772,9 +5306,9 @@ export default class Client extends OpenApi {
|
|
|
3772
5306
|
}
|
|
3773
5307
|
|
|
3774
5308
|
/**
|
|
3775
|
-
* @param request CompareFaceVerifyRequest
|
|
3776
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
3777
|
-
* @
|
|
5309
|
+
* @param request - CompareFaceVerifyRequest
|
|
5310
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5311
|
+
* @returns CompareFaceVerifyResponse
|
|
3778
5312
|
*/
|
|
3779
5313
|
async compareFaceVerifyWithOptions(request: CompareFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<CompareFaceVerifyResponse> {
|
|
3780
5314
|
Util.validateModel(request);
|
|
@@ -3853,8 +5387,8 @@ export default class Client extends OpenApi {
|
|
|
3853
5387
|
}
|
|
3854
5388
|
|
|
3855
5389
|
/**
|
|
3856
|
-
* @param request CompareFaceVerifyRequest
|
|
3857
|
-
* @
|
|
5390
|
+
* @param request - CompareFaceVerifyRequest
|
|
5391
|
+
* @returns CompareFaceVerifyResponse
|
|
3858
5392
|
*/
|
|
3859
5393
|
async compareFaceVerify(request: CompareFaceVerifyRequest): Promise<CompareFaceVerifyResponse> {
|
|
3860
5394
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -3862,9 +5396,9 @@ export default class Client extends OpenApi {
|
|
|
3862
5396
|
}
|
|
3863
5397
|
|
|
3864
5398
|
/**
|
|
3865
|
-
* @param request CompareFacesRequest
|
|
3866
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
3867
|
-
* @
|
|
5399
|
+
* @param request - CompareFacesRequest
|
|
5400
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5401
|
+
* @returns CompareFacesResponse
|
|
3868
5402
|
*/
|
|
3869
5403
|
async compareFacesWithOptions(request: CompareFacesRequest, runtime: $Util.RuntimeOptions): Promise<CompareFacesResponse> {
|
|
3870
5404
|
Util.validateModel(request);
|
|
@@ -3903,8 +5437,8 @@ export default class Client extends OpenApi {
|
|
|
3903
5437
|
}
|
|
3904
5438
|
|
|
3905
5439
|
/**
|
|
3906
|
-
* @param request CompareFacesRequest
|
|
3907
|
-
* @
|
|
5440
|
+
* @param request - CompareFacesRequest
|
|
5441
|
+
* @returns CompareFacesResponse
|
|
3908
5442
|
*/
|
|
3909
5443
|
async compareFaces(request: CompareFacesRequest): Promise<CompareFacesResponse> {
|
|
3910
5444
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -3912,9 +5446,9 @@ export default class Client extends OpenApi {
|
|
|
3912
5446
|
}
|
|
3913
5447
|
|
|
3914
5448
|
/**
|
|
3915
|
-
* @param request ContrastFaceVerifyRequest
|
|
3916
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
3917
|
-
* @
|
|
5449
|
+
* @param request - ContrastFaceVerifyRequest
|
|
5450
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5451
|
+
* @returns ContrastFaceVerifyResponse
|
|
3918
5452
|
*/
|
|
3919
5453
|
async contrastFaceVerifyWithOptions(request: ContrastFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<ContrastFaceVerifyResponse> {
|
|
3920
5454
|
Util.validateModel(request);
|
|
@@ -4015,8 +5549,8 @@ export default class Client extends OpenApi {
|
|
|
4015
5549
|
}
|
|
4016
5550
|
|
|
4017
5551
|
/**
|
|
4018
|
-
* @param request ContrastFaceVerifyRequest
|
|
4019
|
-
* @
|
|
5552
|
+
* @param request - ContrastFaceVerifyRequest
|
|
5553
|
+
* @returns ContrastFaceVerifyResponse
|
|
4020
5554
|
*/
|
|
4021
5555
|
async contrastFaceVerify(request: ContrastFaceVerifyRequest): Promise<ContrastFaceVerifyResponse> {
|
|
4022
5556
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4099,9 +5633,9 @@ export default class Client extends OpenApi {
|
|
|
4099
5633
|
}
|
|
4100
5634
|
|
|
4101
5635
|
/**
|
|
4102
|
-
* @param request CreateAuthKeyRequest
|
|
4103
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4104
|
-
* @
|
|
5636
|
+
* @param request - CreateAuthKeyRequest
|
|
5637
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5638
|
+
* @returns CreateAuthKeyResponse
|
|
4105
5639
|
*/
|
|
4106
5640
|
async createAuthKeyWithOptions(request: CreateAuthKeyRequest, runtime: $Util.RuntimeOptions): Promise<CreateAuthKeyResponse> {
|
|
4107
5641
|
Util.validateModel(request);
|
|
@@ -4140,8 +5674,8 @@ export default class Client extends OpenApi {
|
|
|
4140
5674
|
}
|
|
4141
5675
|
|
|
4142
5676
|
/**
|
|
4143
|
-
* @param request CreateAuthKeyRequest
|
|
4144
|
-
* @
|
|
5677
|
+
* @param request - CreateAuthKeyRequest
|
|
5678
|
+
* @returns CreateAuthKeyResponse
|
|
4145
5679
|
*/
|
|
4146
5680
|
async createAuthKey(request: CreateAuthKeyRequest): Promise<CreateAuthKeyResponse> {
|
|
4147
5681
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4149,9 +5683,9 @@ export default class Client extends OpenApi {
|
|
|
4149
5683
|
}
|
|
4150
5684
|
|
|
4151
5685
|
/**
|
|
4152
|
-
* @param request CreateVerifySettingRequest
|
|
4153
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4154
|
-
* @
|
|
5686
|
+
* @param request - CreateVerifySettingRequest
|
|
5687
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5688
|
+
* @returns CreateVerifySettingResponse
|
|
4155
5689
|
*/
|
|
4156
5690
|
async createVerifySettingWithOptions(request: CreateVerifySettingRequest, runtime: $Util.RuntimeOptions): Promise<CreateVerifySettingResponse> {
|
|
4157
5691
|
Util.validateModel(request);
|
|
@@ -4198,8 +5732,8 @@ export default class Client extends OpenApi {
|
|
|
4198
5732
|
}
|
|
4199
5733
|
|
|
4200
5734
|
/**
|
|
4201
|
-
* @param request CreateVerifySettingRequest
|
|
4202
|
-
* @
|
|
5735
|
+
* @param request - CreateVerifySettingRequest
|
|
5736
|
+
* @returns CreateVerifySettingResponse
|
|
4203
5737
|
*/
|
|
4204
5738
|
async createVerifySetting(request: CreateVerifySettingRequest): Promise<CreateVerifySettingResponse> {
|
|
4205
5739
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4207,11 +5741,11 @@ export default class Client extends OpenApi {
|
|
|
4207
5741
|
}
|
|
4208
5742
|
|
|
4209
5743
|
/**
|
|
4210
|
-
*
|
|
4211
|
-
*
|
|
4212
|
-
* @param request CredentialVerifyRequest
|
|
4213
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4214
|
-
* @
|
|
5744
|
+
* 凭证核验
|
|
5745
|
+
*
|
|
5746
|
+
* @param request - CredentialVerifyRequest
|
|
5747
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5748
|
+
* @returns CredentialVerifyResponse
|
|
4215
5749
|
*/
|
|
4216
5750
|
async credentialVerifyWithOptions(request: CredentialVerifyRequest, runtime: $Util.RuntimeOptions): Promise<CredentialVerifyResponse> {
|
|
4217
5751
|
Util.validateModel(request);
|
|
@@ -4276,10 +5810,10 @@ export default class Client extends OpenApi {
|
|
|
4276
5810
|
}
|
|
4277
5811
|
|
|
4278
5812
|
/**
|
|
4279
|
-
*
|
|
4280
|
-
*
|
|
4281
|
-
* @param request CredentialVerifyRequest
|
|
4282
|
-
* @
|
|
5813
|
+
* 凭证核验
|
|
5814
|
+
*
|
|
5815
|
+
* @param request - CredentialVerifyRequest
|
|
5816
|
+
* @returns CredentialVerifyResponse
|
|
4283
5817
|
*/
|
|
4284
5818
|
async credentialVerify(request: CredentialVerifyRequest): Promise<CredentialVerifyResponse> {
|
|
4285
5819
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4287,11 +5821,11 @@ export default class Client extends OpenApi {
|
|
|
4287
5821
|
}
|
|
4288
5822
|
|
|
4289
5823
|
/**
|
|
4290
|
-
*
|
|
4291
|
-
*
|
|
4292
|
-
* @param request DeepfakeDetectRequest
|
|
4293
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4294
|
-
* @
|
|
5824
|
+
* 人脸凭证核验服务
|
|
5825
|
+
*
|
|
5826
|
+
* @param request - DeepfakeDetectRequest
|
|
5827
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5828
|
+
* @returns DeepfakeDetectResponse
|
|
4295
5829
|
*/
|
|
4296
5830
|
async deepfakeDetectWithOptions(request: DeepfakeDetectRequest, runtime: $Util.RuntimeOptions): Promise<DeepfakeDetectResponse> {
|
|
4297
5831
|
Util.validateModel(request);
|
|
@@ -4332,10 +5866,10 @@ export default class Client extends OpenApi {
|
|
|
4332
5866
|
}
|
|
4333
5867
|
|
|
4334
5868
|
/**
|
|
4335
|
-
*
|
|
4336
|
-
*
|
|
4337
|
-
* @param request DeepfakeDetectRequest
|
|
4338
|
-
* @
|
|
5869
|
+
* 人脸凭证核验服务
|
|
5870
|
+
*
|
|
5871
|
+
* @param request - DeepfakeDetectRequest
|
|
5872
|
+
* @returns DeepfakeDetectResponse
|
|
4339
5873
|
*/
|
|
4340
5874
|
async deepfakeDetect(request: DeepfakeDetectRequest): Promise<DeepfakeDetectResponse> {
|
|
4341
5875
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4343,9 +5877,9 @@ export default class Client extends OpenApi {
|
|
|
4343
5877
|
}
|
|
4344
5878
|
|
|
4345
5879
|
/**
|
|
4346
|
-
* @param request DescribeDeviceInfoRequest
|
|
4347
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4348
|
-
* @
|
|
5880
|
+
* @param request - DescribeDeviceInfoRequest
|
|
5881
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5882
|
+
* @returns DescribeDeviceInfoResponse
|
|
4349
5883
|
*/
|
|
4350
5884
|
async describeDeviceInfoWithOptions(request: DescribeDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeviceInfoResponse> {
|
|
4351
5885
|
Util.validateModel(request);
|
|
@@ -4396,8 +5930,8 @@ export default class Client extends OpenApi {
|
|
|
4396
5930
|
}
|
|
4397
5931
|
|
|
4398
5932
|
/**
|
|
4399
|
-
* @param request DescribeDeviceInfoRequest
|
|
4400
|
-
* @
|
|
5933
|
+
* @param request - DescribeDeviceInfoRequest
|
|
5934
|
+
* @returns DescribeDeviceInfoResponse
|
|
4401
5935
|
*/
|
|
4402
5936
|
async describeDeviceInfo(request: DescribeDeviceInfoRequest): Promise<DescribeDeviceInfoResponse> {
|
|
4403
5937
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4405,9 +5939,9 @@ export default class Client extends OpenApi {
|
|
|
4405
5939
|
}
|
|
4406
5940
|
|
|
4407
5941
|
/**
|
|
4408
|
-
* @param request DescribeFaceVerifyRequest
|
|
4409
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4410
|
-
* @
|
|
5942
|
+
* @param request - DescribeFaceVerifyRequest
|
|
5943
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5944
|
+
* @returns DescribeFaceVerifyResponse
|
|
4411
5945
|
*/
|
|
4412
5946
|
async describeFaceVerifyWithOptions(request: DescribeFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeFaceVerifyResponse> {
|
|
4413
5947
|
Util.validateModel(request);
|
|
@@ -4442,8 +5976,8 @@ export default class Client extends OpenApi {
|
|
|
4442
5976
|
}
|
|
4443
5977
|
|
|
4444
5978
|
/**
|
|
4445
|
-
* @param request DescribeFaceVerifyRequest
|
|
4446
|
-
* @
|
|
5979
|
+
* @param request - DescribeFaceVerifyRequest
|
|
5980
|
+
* @returns DescribeFaceVerifyResponse
|
|
4447
5981
|
*/
|
|
4448
5982
|
async describeFaceVerify(request: DescribeFaceVerifyRequest): Promise<DescribeFaceVerifyResponse> {
|
|
4449
5983
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4451,9 +5985,9 @@ export default class Client extends OpenApi {
|
|
|
4451
5985
|
}
|
|
4452
5986
|
|
|
4453
5987
|
/**
|
|
4454
|
-
* @param request DescribeOssUploadTokenRequest
|
|
4455
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4456
|
-
* @
|
|
5988
|
+
* @param request - DescribeOssUploadTokenRequest
|
|
5989
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
5990
|
+
* @returns DescribeOssUploadTokenResponse
|
|
4457
5991
|
*/
|
|
4458
5992
|
async describeOssUploadTokenWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeOssUploadTokenResponse> {
|
|
4459
5993
|
let req = new $OpenApi.OpenApiRequest({ });
|
|
@@ -4472,7 +6006,7 @@ export default class Client extends OpenApi {
|
|
|
4472
6006
|
}
|
|
4473
6007
|
|
|
4474
6008
|
/**
|
|
4475
|
-
* @
|
|
6009
|
+
* @returns DescribeOssUploadTokenResponse
|
|
4476
6010
|
*/
|
|
4477
6011
|
async describeOssUploadToken(): Promise<DescribeOssUploadTokenResponse> {
|
|
4478
6012
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4480,11 +6014,11 @@ export default class Client extends OpenApi {
|
|
|
4480
6014
|
}
|
|
4481
6015
|
|
|
4482
6016
|
/**
|
|
4483
|
-
*
|
|
4484
|
-
*
|
|
4485
|
-
* @param request DescribePageFaceVerifyDataRequest
|
|
4486
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4487
|
-
* @
|
|
6017
|
+
* Open API新增金融级数据统计API
|
|
6018
|
+
*
|
|
6019
|
+
* @param request - DescribePageFaceVerifyDataRequest
|
|
6020
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6021
|
+
* @returns DescribePageFaceVerifyDataResponse
|
|
4488
6022
|
*/
|
|
4489
6023
|
async describePageFaceVerifyDataWithOptions(request: DescribePageFaceVerifyDataRequest, runtime: $Util.RuntimeOptions): Promise<DescribePageFaceVerifyDataResponse> {
|
|
4490
6024
|
Util.validateModel(request);
|
|
@@ -4531,10 +6065,10 @@ export default class Client extends OpenApi {
|
|
|
4531
6065
|
}
|
|
4532
6066
|
|
|
4533
6067
|
/**
|
|
4534
|
-
*
|
|
4535
|
-
*
|
|
4536
|
-
* @param request DescribePageFaceVerifyDataRequest
|
|
4537
|
-
* @
|
|
6068
|
+
* Open API新增金融级数据统计API
|
|
6069
|
+
*
|
|
6070
|
+
* @param request - DescribePageFaceVerifyDataRequest
|
|
6071
|
+
* @returns DescribePageFaceVerifyDataResponse
|
|
4538
6072
|
*/
|
|
4539
6073
|
async describePageFaceVerifyData(request: DescribePageFaceVerifyDataRequest): Promise<DescribePageFaceVerifyDataResponse> {
|
|
4540
6074
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4542,9 +6076,9 @@ export default class Client extends OpenApi {
|
|
|
4542
6076
|
}
|
|
4543
6077
|
|
|
4544
6078
|
/**
|
|
4545
|
-
* @param request DescribeSmartStatisticsPageListRequest
|
|
4546
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4547
|
-
* @
|
|
6079
|
+
* @param request - DescribeSmartStatisticsPageListRequest
|
|
6080
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6081
|
+
* @returns DescribeSmartStatisticsPageListResponse
|
|
4548
6082
|
*/
|
|
4549
6083
|
async describeSmartStatisticsPageListWithOptions(request: DescribeSmartStatisticsPageListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSmartStatisticsPageListResponse> {
|
|
4550
6084
|
Util.validateModel(request);
|
|
@@ -4591,8 +6125,8 @@ export default class Client extends OpenApi {
|
|
|
4591
6125
|
}
|
|
4592
6126
|
|
|
4593
6127
|
/**
|
|
4594
|
-
* @param request DescribeSmartStatisticsPageListRequest
|
|
4595
|
-
* @
|
|
6128
|
+
* @param request - DescribeSmartStatisticsPageListRequest
|
|
6129
|
+
* @returns DescribeSmartStatisticsPageListResponse
|
|
4596
6130
|
*/
|
|
4597
6131
|
async describeSmartStatisticsPageList(request: DescribeSmartStatisticsPageListRequest): Promise<DescribeSmartStatisticsPageListResponse> {
|
|
4598
6132
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4600,9 +6134,9 @@ export default class Client extends OpenApi {
|
|
|
4600
6134
|
}
|
|
4601
6135
|
|
|
4602
6136
|
/**
|
|
4603
|
-
* @param request DescribeVerifyResultRequest
|
|
4604
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4605
|
-
* @
|
|
6137
|
+
* @param request - DescribeVerifyResultRequest
|
|
6138
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6139
|
+
* @returns DescribeVerifyResultResponse
|
|
4606
6140
|
*/
|
|
4607
6141
|
async describeVerifyResultWithOptions(request: DescribeVerifyResultRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyResultResponse> {
|
|
4608
6142
|
Util.validateModel(request);
|
|
@@ -4633,8 +6167,8 @@ export default class Client extends OpenApi {
|
|
|
4633
6167
|
}
|
|
4634
6168
|
|
|
4635
6169
|
/**
|
|
4636
|
-
* @param request DescribeVerifyResultRequest
|
|
4637
|
-
* @
|
|
6170
|
+
* @param request - DescribeVerifyResultRequest
|
|
6171
|
+
* @returns DescribeVerifyResultResponse
|
|
4638
6172
|
*/
|
|
4639
6173
|
async describeVerifyResult(request: DescribeVerifyResultRequest): Promise<DescribeVerifyResultResponse> {
|
|
4640
6174
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4642,9 +6176,9 @@ export default class Client extends OpenApi {
|
|
|
4642
6176
|
}
|
|
4643
6177
|
|
|
4644
6178
|
/**
|
|
4645
|
-
* @param request DescribeVerifySDKRequest
|
|
4646
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4647
|
-
* @
|
|
6179
|
+
* @param request - DescribeVerifySDKRequest
|
|
6180
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6181
|
+
* @returns DescribeVerifySDKResponse
|
|
4648
6182
|
*/
|
|
4649
6183
|
async describeVerifySDKWithOptions(request: DescribeVerifySDKRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifySDKResponse> {
|
|
4650
6184
|
Util.validateModel(request);
|
|
@@ -4671,8 +6205,8 @@ export default class Client extends OpenApi {
|
|
|
4671
6205
|
}
|
|
4672
6206
|
|
|
4673
6207
|
/**
|
|
4674
|
-
* @param request DescribeVerifySDKRequest
|
|
4675
|
-
* @
|
|
6208
|
+
* @param request - DescribeVerifySDKRequest
|
|
6209
|
+
* @returns DescribeVerifySDKResponse
|
|
4676
6210
|
*/
|
|
4677
6211
|
async describeVerifySDK(request: DescribeVerifySDKRequest): Promise<DescribeVerifySDKResponse> {
|
|
4678
6212
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4680,9 +6214,9 @@ export default class Client extends OpenApi {
|
|
|
4680
6214
|
}
|
|
4681
6215
|
|
|
4682
6216
|
/**
|
|
4683
|
-
* @param request DescribeVerifyTokenRequest
|
|
4684
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4685
|
-
* @
|
|
6217
|
+
* @param request - DescribeVerifyTokenRequest
|
|
6218
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6219
|
+
* @returns DescribeVerifyTokenResponse
|
|
4686
6220
|
*/
|
|
4687
6221
|
async describeVerifyTokenWithOptions(request: DescribeVerifyTokenRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVerifyTokenResponse> {
|
|
4688
6222
|
Util.validateModel(request);
|
|
@@ -4765,8 +6299,8 @@ export default class Client extends OpenApi {
|
|
|
4765
6299
|
}
|
|
4766
6300
|
|
|
4767
6301
|
/**
|
|
4768
|
-
* @param request DescribeVerifyTokenRequest
|
|
4769
|
-
* @
|
|
6302
|
+
* @param request - DescribeVerifyTokenRequest
|
|
6303
|
+
* @returns DescribeVerifyTokenResponse
|
|
4770
6304
|
*/
|
|
4771
6305
|
async describeVerifyToken(request: DescribeVerifyTokenRequest): Promise<DescribeVerifyTokenResponse> {
|
|
4772
6306
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4774,9 +6308,9 @@ export default class Client extends OpenApi {
|
|
|
4774
6308
|
}
|
|
4775
6309
|
|
|
4776
6310
|
/**
|
|
4777
|
-
* @param request DetectFaceAttributesRequest
|
|
4778
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4779
|
-
* @
|
|
6311
|
+
* @param request - DetectFaceAttributesRequest
|
|
6312
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6313
|
+
* @returns DetectFaceAttributesResponse
|
|
4780
6314
|
*/
|
|
4781
6315
|
async detectFaceAttributesWithOptions(request: DetectFaceAttributesRequest, runtime: $Util.RuntimeOptions): Promise<DetectFaceAttributesResponse> {
|
|
4782
6316
|
Util.validateModel(request);
|
|
@@ -4807,8 +6341,8 @@ export default class Client extends OpenApi {
|
|
|
4807
6341
|
}
|
|
4808
6342
|
|
|
4809
6343
|
/**
|
|
4810
|
-
* @param request DetectFaceAttributesRequest
|
|
4811
|
-
* @
|
|
6344
|
+
* @param request - DetectFaceAttributesRequest
|
|
6345
|
+
* @returns DetectFaceAttributesResponse
|
|
4812
6346
|
*/
|
|
4813
6347
|
async detectFaceAttributes(request: DetectFaceAttributesRequest): Promise<DetectFaceAttributesResponse> {
|
|
4814
6348
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4816,11 +6350,11 @@ export default class Client extends OpenApi {
|
|
|
4816
6350
|
}
|
|
4817
6351
|
|
|
4818
6352
|
/**
|
|
4819
|
-
*
|
|
4820
|
-
*
|
|
4821
|
-
* @param request Id2MetaVerifyRequest
|
|
4822
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4823
|
-
* @
|
|
6353
|
+
* 身份二要素接口
|
|
6354
|
+
*
|
|
6355
|
+
* @param request - Id2MetaVerifyRequest
|
|
6356
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6357
|
+
* @returns Id2MetaVerifyResponse
|
|
4824
6358
|
*/
|
|
4825
6359
|
async id2MetaVerifyWithOptions(request: Id2MetaVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Id2MetaVerifyResponse> {
|
|
4826
6360
|
Util.validateModel(request);
|
|
@@ -4855,10 +6389,10 @@ export default class Client extends OpenApi {
|
|
|
4855
6389
|
}
|
|
4856
6390
|
|
|
4857
6391
|
/**
|
|
4858
|
-
*
|
|
4859
|
-
*
|
|
4860
|
-
* @param request Id2MetaVerifyRequest
|
|
4861
|
-
* @
|
|
6392
|
+
* 身份二要素接口
|
|
6393
|
+
*
|
|
6394
|
+
* @param request - Id2MetaVerifyRequest
|
|
6395
|
+
* @returns Id2MetaVerifyResponse
|
|
4862
6396
|
*/
|
|
4863
6397
|
async id2MetaVerify(request: Id2MetaVerifyRequest): Promise<Id2MetaVerifyResponse> {
|
|
4864
6398
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -4866,13 +6400,17 @@ export default class Client extends OpenApi {
|
|
|
4866
6400
|
}
|
|
4867
6401
|
|
|
4868
6402
|
/**
|
|
4869
|
-
* @param request InitFaceVerifyRequest
|
|
4870
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
4871
|
-
* @
|
|
6403
|
+
* @param request - InitFaceVerifyRequest
|
|
6404
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6405
|
+
* @returns InitFaceVerifyResponse
|
|
4872
6406
|
*/
|
|
4873
6407
|
async initFaceVerifyWithOptions(request: InitFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<InitFaceVerifyResponse> {
|
|
4874
6408
|
Util.validateModel(request);
|
|
4875
6409
|
let query = { };
|
|
6410
|
+
if (!Util.isUnset(request.appQualityCheck)) {
|
|
6411
|
+
query["AppQualityCheck"] = request.appQualityCheck;
|
|
6412
|
+
}
|
|
6413
|
+
|
|
4876
6414
|
if (!Util.isUnset(request.birthday)) {
|
|
4877
6415
|
query["Birthday"] = request.birthday;
|
|
4878
6416
|
}
|
|
@@ -5033,8 +6571,8 @@ export default class Client extends OpenApi {
|
|
|
5033
6571
|
}
|
|
5034
6572
|
|
|
5035
6573
|
/**
|
|
5036
|
-
* @param request InitFaceVerifyRequest
|
|
5037
|
-
* @
|
|
6574
|
+
* @param request - InitFaceVerifyRequest
|
|
6575
|
+
* @returns InitFaceVerifyResponse
|
|
5038
6576
|
*/
|
|
5039
6577
|
async initFaceVerify(request: InitFaceVerifyRequest): Promise<InitFaceVerifyResponse> {
|
|
5040
6578
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5042,9 +6580,9 @@ export default class Client extends OpenApi {
|
|
|
5042
6580
|
}
|
|
5043
6581
|
|
|
5044
6582
|
/**
|
|
5045
|
-
* @param request LivenessFaceVerifyRequest
|
|
5046
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5047
|
-
* @
|
|
6583
|
+
* @param request - LivenessFaceVerifyRequest
|
|
6584
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6585
|
+
* @returns LivenessFaceVerifyResponse
|
|
5048
6586
|
*/
|
|
5049
6587
|
async livenessFaceVerifyWithOptions(request: LivenessFaceVerifyRequest, runtime: $Util.RuntimeOptions): Promise<LivenessFaceVerifyResponse> {
|
|
5050
6588
|
Util.validateModel(request);
|
|
@@ -5125,8 +6663,8 @@ export default class Client extends OpenApi {
|
|
|
5125
6663
|
}
|
|
5126
6664
|
|
|
5127
6665
|
/**
|
|
5128
|
-
* @param request LivenessFaceVerifyRequest
|
|
5129
|
-
* @
|
|
6666
|
+
* @param request - LivenessFaceVerifyRequest
|
|
6667
|
+
* @returns LivenessFaceVerifyResponse
|
|
5130
6668
|
*/
|
|
5131
6669
|
async livenessFaceVerify(request: LivenessFaceVerifyRequest): Promise<LivenessFaceVerifyResponse> {
|
|
5132
6670
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5134,11 +6672,11 @@ export default class Client extends OpenApi {
|
|
|
5134
6672
|
}
|
|
5135
6673
|
|
|
5136
6674
|
/**
|
|
5137
|
-
*
|
|
5138
|
-
*
|
|
5139
|
-
* @param request Mobile3MetaDetailVerifyRequest
|
|
5140
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5141
|
-
* @
|
|
6675
|
+
* 手机三要素详版接口
|
|
6676
|
+
*
|
|
6677
|
+
* @param request - Mobile3MetaDetailVerifyRequest
|
|
6678
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6679
|
+
* @returns Mobile3MetaDetailVerifyResponse
|
|
5142
6680
|
*/
|
|
5143
6681
|
async mobile3MetaDetailVerifyWithOptions(request: Mobile3MetaDetailVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Mobile3MetaDetailVerifyResponse> {
|
|
5144
6682
|
Util.validateModel(request);
|
|
@@ -5177,10 +6715,10 @@ export default class Client extends OpenApi {
|
|
|
5177
6715
|
}
|
|
5178
6716
|
|
|
5179
6717
|
/**
|
|
5180
|
-
*
|
|
5181
|
-
*
|
|
5182
|
-
* @param request Mobile3MetaDetailVerifyRequest
|
|
5183
|
-
* @
|
|
6718
|
+
* 手机三要素详版接口
|
|
6719
|
+
*
|
|
6720
|
+
* @param request - Mobile3MetaDetailVerifyRequest
|
|
6721
|
+
* @returns Mobile3MetaDetailVerifyResponse
|
|
5184
6722
|
*/
|
|
5185
6723
|
async mobile3MetaDetailVerify(request: Mobile3MetaDetailVerifyRequest): Promise<Mobile3MetaDetailVerifyResponse> {
|
|
5186
6724
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5188,11 +6726,11 @@ export default class Client extends OpenApi {
|
|
|
5188
6726
|
}
|
|
5189
6727
|
|
|
5190
6728
|
/**
|
|
5191
|
-
*
|
|
5192
|
-
*
|
|
5193
|
-
* @param request Mobile3MetaSimpleVerifyRequest
|
|
5194
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5195
|
-
* @
|
|
6729
|
+
* 手机号三要素简版接口
|
|
6730
|
+
*
|
|
6731
|
+
* @param request - Mobile3MetaSimpleVerifyRequest
|
|
6732
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6733
|
+
* @returns Mobile3MetaSimpleVerifyResponse
|
|
5196
6734
|
*/
|
|
5197
6735
|
async mobile3MetaSimpleVerifyWithOptions(request: Mobile3MetaSimpleVerifyRequest, runtime: $Util.RuntimeOptions): Promise<Mobile3MetaSimpleVerifyResponse> {
|
|
5198
6736
|
Util.validateModel(request);
|
|
@@ -5231,10 +6769,10 @@ export default class Client extends OpenApi {
|
|
|
5231
6769
|
}
|
|
5232
6770
|
|
|
5233
6771
|
/**
|
|
5234
|
-
*
|
|
5235
|
-
*
|
|
5236
|
-
* @param request Mobile3MetaSimpleVerifyRequest
|
|
5237
|
-
* @
|
|
6772
|
+
* 手机号三要素简版接口
|
|
6773
|
+
*
|
|
6774
|
+
* @param request - Mobile3MetaSimpleVerifyRequest
|
|
6775
|
+
* @returns Mobile3MetaSimpleVerifyResponse
|
|
5238
6776
|
*/
|
|
5239
6777
|
async mobile3MetaSimpleVerify(request: Mobile3MetaSimpleVerifyRequest): Promise<Mobile3MetaSimpleVerifyResponse> {
|
|
5240
6778
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5242,11 +6780,11 @@ export default class Client extends OpenApi {
|
|
|
5242
6780
|
}
|
|
5243
6781
|
|
|
5244
6782
|
/**
|
|
5245
|
-
*
|
|
5246
|
-
*
|
|
5247
|
-
* @param request MobileDetectRequest
|
|
5248
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5249
|
-
* @
|
|
6783
|
+
* 号码检测
|
|
6784
|
+
*
|
|
6785
|
+
* @param request - MobileDetectRequest
|
|
6786
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6787
|
+
* @returns MobileDetectResponse
|
|
5250
6788
|
*/
|
|
5251
6789
|
async mobileDetectWithOptions(request: MobileDetectRequest, runtime: $Util.RuntimeOptions): Promise<MobileDetectResponse> {
|
|
5252
6790
|
Util.validateModel(request);
|
|
@@ -5277,10 +6815,10 @@ export default class Client extends OpenApi {
|
|
|
5277
6815
|
}
|
|
5278
6816
|
|
|
5279
6817
|
/**
|
|
5280
|
-
*
|
|
5281
|
-
*
|
|
5282
|
-
* @param request MobileDetectRequest
|
|
5283
|
-
* @
|
|
6818
|
+
* 号码检测
|
|
6819
|
+
*
|
|
6820
|
+
* @param request - MobileDetectRequest
|
|
6821
|
+
* @returns MobileDetectResponse
|
|
5284
6822
|
*/
|
|
5285
6823
|
async mobileDetect(request: MobileDetectRequest): Promise<MobileDetectResponse> {
|
|
5286
6824
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5288,11 +6826,11 @@ export default class Client extends OpenApi {
|
|
|
5288
6826
|
}
|
|
5289
6827
|
|
|
5290
6828
|
/**
|
|
5291
|
-
*
|
|
5292
|
-
*
|
|
5293
|
-
* @param request MobileOnlineStatusRequest
|
|
5294
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5295
|
-
* @
|
|
6829
|
+
* 查询手机号在网状态
|
|
6830
|
+
*
|
|
6831
|
+
* @param request - MobileOnlineStatusRequest
|
|
6832
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6833
|
+
* @returns MobileOnlineStatusResponse
|
|
5296
6834
|
*/
|
|
5297
6835
|
async mobileOnlineStatusWithOptions(request: MobileOnlineStatusRequest, runtime: $Util.RuntimeOptions): Promise<MobileOnlineStatusResponse> {
|
|
5298
6836
|
Util.validateModel(request);
|
|
@@ -5323,10 +6861,10 @@ export default class Client extends OpenApi {
|
|
|
5323
6861
|
}
|
|
5324
6862
|
|
|
5325
6863
|
/**
|
|
5326
|
-
*
|
|
5327
|
-
*
|
|
5328
|
-
* @param request MobileOnlineStatusRequest
|
|
5329
|
-
* @
|
|
6864
|
+
* 查询手机号在网状态
|
|
6865
|
+
*
|
|
6866
|
+
* @param request - MobileOnlineStatusRequest
|
|
6867
|
+
* @returns MobileOnlineStatusResponse
|
|
5330
6868
|
*/
|
|
5331
6869
|
async mobileOnlineStatus(request: MobileOnlineStatusRequest): Promise<MobileOnlineStatusResponse> {
|
|
5332
6870
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5334,11 +6872,11 @@ export default class Client extends OpenApi {
|
|
|
5334
6872
|
}
|
|
5335
6873
|
|
|
5336
6874
|
/**
|
|
5337
|
-
*
|
|
5338
|
-
*
|
|
5339
|
-
* @param request MobileOnlineTimeRequest
|
|
5340
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5341
|
-
* @
|
|
6875
|
+
* 查询手机号在网时长
|
|
6876
|
+
*
|
|
6877
|
+
* @param request - MobileOnlineTimeRequest
|
|
6878
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6879
|
+
* @returns MobileOnlineTimeResponse
|
|
5342
6880
|
*/
|
|
5343
6881
|
async mobileOnlineTimeWithOptions(request: MobileOnlineTimeRequest, runtime: $Util.RuntimeOptions): Promise<MobileOnlineTimeResponse> {
|
|
5344
6882
|
Util.validateModel(request);
|
|
@@ -5369,10 +6907,10 @@ export default class Client extends OpenApi {
|
|
|
5369
6907
|
}
|
|
5370
6908
|
|
|
5371
6909
|
/**
|
|
5372
|
-
*
|
|
5373
|
-
*
|
|
5374
|
-
* @param request MobileOnlineTimeRequest
|
|
5375
|
-
* @
|
|
6910
|
+
* 查询手机号在网时长
|
|
6911
|
+
*
|
|
6912
|
+
* @param request - MobileOnlineTimeRequest
|
|
6913
|
+
* @returns MobileOnlineTimeResponse
|
|
5376
6914
|
*/
|
|
5377
6915
|
async mobileOnlineTime(request: MobileOnlineTimeRequest): Promise<MobileOnlineTimeResponse> {
|
|
5378
6916
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5380,9 +6918,9 @@ export default class Client extends OpenApi {
|
|
|
5380
6918
|
}
|
|
5381
6919
|
|
|
5382
6920
|
/**
|
|
5383
|
-
* @param request ModifyDeviceInfoRequest
|
|
5384
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5385
|
-
* @
|
|
6921
|
+
* @param request - ModifyDeviceInfoRequest
|
|
6922
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6923
|
+
* @returns ModifyDeviceInfoResponse
|
|
5386
6924
|
*/
|
|
5387
6925
|
async modifyDeviceInfoWithOptions(request: ModifyDeviceInfoRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDeviceInfoResponse> {
|
|
5388
6926
|
Util.validateModel(request);
|
|
@@ -5425,8 +6963,8 @@ export default class Client extends OpenApi {
|
|
|
5425
6963
|
}
|
|
5426
6964
|
|
|
5427
6965
|
/**
|
|
5428
|
-
* @param request ModifyDeviceInfoRequest
|
|
5429
|
-
* @
|
|
6966
|
+
* @param request - ModifyDeviceInfoRequest
|
|
6967
|
+
* @returns ModifyDeviceInfoResponse
|
|
5430
6968
|
*/
|
|
5431
6969
|
async modifyDeviceInfo(request: ModifyDeviceInfoRequest): Promise<ModifyDeviceInfoResponse> {
|
|
5432
6970
|
let runtime = new $Util.RuntimeOptions({ });
|
|
@@ -5434,9 +6972,9 @@ export default class Client extends OpenApi {
|
|
|
5434
6972
|
}
|
|
5435
6973
|
|
|
5436
6974
|
/**
|
|
5437
|
-
* @param request VerifyMaterialRequest
|
|
5438
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
5439
|
-
* @
|
|
6975
|
+
* @param request - VerifyMaterialRequest
|
|
6976
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
6977
|
+
* @returns VerifyMaterialResponse
|
|
5440
6978
|
*/
|
|
5441
6979
|
async verifyMaterialWithOptions(request: VerifyMaterialRequest, runtime: $Util.RuntimeOptions): Promise<VerifyMaterialResponse> {
|
|
5442
6980
|
Util.validateModel(request);
|
|
@@ -5491,8 +7029,8 @@ export default class Client extends OpenApi {
|
|
|
5491
7029
|
}
|
|
5492
7030
|
|
|
5493
7031
|
/**
|
|
5494
|
-
* @param request VerifyMaterialRequest
|
|
5495
|
-
* @
|
|
7032
|
+
* @param request - VerifyMaterialRequest
|
|
7033
|
+
* @returns VerifyMaterialResponse
|
|
5496
7034
|
*/
|
|
5497
7035
|
async verifyMaterial(request: VerifyMaterialRequest): Promise<VerifyMaterialResponse> {
|
|
5498
7036
|
let runtime = new $Util.RuntimeOptions({ });
|