summaryrefslogtreecommitdiff
path: root/data/en_us/cloudauth/2022-11-25/api-docs.php
blob: 9dcd7b439e5df5b64f0264165040b69c734d4e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
<?php return [
    'version' => '1.0',
    'info' => ['style' => 'RPC', 'product' => 'Cloudauth', 'version' => '2022-11-25'],
    'directories' => [
        [
            'children' => ['EntVerify', 'EntElementVerify', 'EntRiskQuery', 'EntElementVerifyV2', 'EntElementVerifyPRO'],
            'type' => 'directory',
            'title' => 'Others',
        ],
    ],
    'components' => [
        'schemas' => [],
    ],
    'apis' => [
        'EntElementVerify' => [
            'summary' => 'Verifies the authenticity of an enterprise identity based on business registration data from authoritative data sources, and returns the verify your identity - Enterprise account result.',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'paid',
                'abilityTreeNodes' => ['FEATUREcloudauthKKY1LP'],
            ],
            'parameters' => [
                [
                    'name' => 'SceneCode',
                    'in' => 'query',
                    'schema' => ['description' => 'The scene code. The value can contain letters, digits, and underscores, with a maximum length of 32 characters.', 'type' => 'string', 'required' => false, 'example' => 'withdraw', 'title' => ''],
                ],
                [
                    'name' => 'MerchantBizId',
                    'in' => 'query',
                    'schema' => ['description' => 'The merchant-defined unique business ID, used for subsequent troubleshooting. The value can contain letters and digits, with a maximum length of 32 characters. Make sure the value is unique.', 'type' => 'string', 'required' => false, 'example' => '32198****193000', 'title' => ''],
                ],
                [
                    'name' => 'MerchantUserId',
                    'in' => 'query',
                    'schema' => ['description' => 'The merchant-side user ID. The value can contain letters and digits, with a maximum length of 32 characters.', 'type' => 'string', 'required' => false, 'example' => '432***421', 'title' => ''],
                ],
                [
                    'name' => 'UserAuthorization',
                    'in' => 'query',
                    'schema' => ['description' => 'Specifies whether user authorization is obtained. Valid values:'."\n"
                        .'- 1: Authorization is obtained.'."\n"
                        .'- 0: Authorization is not obtained.', 'type' => 'string', 'required' => false, 'example' => '1', 'title' => ''],
                ],
                [
                    'name' => 'InfoVerifyType',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'The enterprise element verification type. Valid values:'."\n"
                            .'- ENT_2META: two-element verification'."\n"
                            .'- ENT_3META: three-element verification'."\n"
                            .'- ENT_4META: four-element verification.',
                        'enumValueTitles' => ['ENT_4META' => 'four-element verification.', 'ENT_2META' => 'two-element verification.', 'ENT_3META' => 'three-element verification.'],
                        'type' => 'string',
                        'required' => false,
                        'example' => 'ENT_2META',
                        'title' => '',
                    ],
                ],
                [
                    'name' => 'LicenseNo',
                    'in' => 'query',
                    'schema' => ['description' => 'The business license number.', 'type' => 'string', 'required' => false, 'example' => '32132***328932', 'title' => ''],
                ],
                [
                    'name' => 'EntName',
                    'in' => 'query',
                    'schema' => ['description' => 'The enterprise name.', 'type' => 'string', 'required' => false, 'example' => '***有限公司', 'title' => ''],
                ],
                [
                    'name' => 'LegalPersonName',
                    'in' => 'query',
                    'schema' => ['description' => 'The name of the legal representative. This parameter is required for three-element and four-element verification scenarios.', 'type' => 'string', 'required' => false, 'example' => '张**', 'title' => ''],
                ],
                [
                    'name' => 'LegalPersonCertNo',
                    'in' => 'query',
                    'schema' => ['description' => 'The ID card number of the legal representative. This parameter is required for the four-element verification scenario.', 'type' => 'string', 'required' => false, 'example' => '370105*****3892', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '473469C7***B-A3DC0DE3C83E'],
                            'Code' => ['description' => 'The return code.', 'type' => 'string', 'example' => 'Success', 'title' => ''],
                            'Message' => ['description' => 'The error message.', 'type' => 'string', 'example' => 'success', 'title' => ''],
                            'Result' => [
                                'description' => 'The result.',
                                'type' => 'object',
                                'properties' => [
                                    'BizCode' => ['description' => 'The verification result code. Valid values:'."\n"
                                        .'- 1: Consistent.'."\n"
                                        .'- 2: Inconsistent.'."\n"
                                        .'- 3: No record found.', 'type' => 'string', 'example' => '1', 'title' => ''],
                                    'Status' => ['description' => 'The business operation status of the enterprise. Valid values:'."\n"
                                        .'- 1: In operation (open).'."\n"
                                        .'- 2: Relocated.'."\n"
                                        .'- 3: Deregistered.'."\n"
                                        .'- 4: License revoked.'."\n"
                                        .'- 5: Revoked.'."\n"
                                        .'- 6: Suspended.'."\n"
                                        .'- 0: Other.', 'type' => 'string', 'example' => '1', 'title' => ''],
                                    'ReasonCode' => ['description' => 'The description of ReasonCode:'."\n"
                                        ."\n"
                                        .'- 100: Consistent.'."\n"
                                        ."\n"
                                        .'- 201: The legal representative and enterprise verification is inconsistent.'."\n"
                                        ."\n"
                                        .'- 202: The enterprise two-element verification is inconsistent.'."\n"
                                        ."\n"
                                        .'- 301: Enterprise not found. Verification cannot be performed.'."\n"
                                        ."\n"
                                        .'- 302: The legal representative does not exist in the database.'."\n"
                                        .'><warning>This field has been deprecated since June 15, 2023. Existing customers who have already integrated are not affected.></warning>.', 'type' => 'string', 'example' => '100', 'title' => ''],
                                    'ReasonDetail' => ['description' => 'The inconsistency details. Multiple inconsistent items are separated by commas. Valid values:'."\n"
                                        .'- LegalPersonNameFlag: The legal representative name is inconsistent.'."\n"
                                        .'- LegalPersonCertNoFlag: The legal representative certificate number is inconsistent.'."\n"
                                        .'- EntNameFlag: The enterprise name is inconsistent.'."\n"
                                        .'- LicenseNoFlag: The business license number is inconsistent.', 'type' => 'string', 'example' => 'LegalPersonNameFlag,LegalPersonCertNoFlag', 'title' => ''],
                                    'OpenTime' => ['description' => 'The business operation period, including the start time and end time.'."\n"
                                        .'- Format: yyyy-MM-dd/yyyy-MM-dd.'."\n"
                                        .'- Example: 2018-09-25/9999-09-09.', 'type' => 'string', 'example' => '2018-09-25/9999-09-09', 'title' => ''],
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"473469C7***B-A3DC0DE3C83E\\",\\n  \\"Code\\": \\"Success\\",\\n  \\"Message\\": \\"success\\",\\n  \\"Result\\": {\\n    \\"BizCode\\": \\"1\\",\\n    \\"Status\\": \\"1\\",\\n    \\"ReasonCode\\": \\"100\\",\\n    \\"ReasonDetail\\": \\"LegalPersonNameFlag,LegalPersonCertNoFlag\\",\\n    \\"OpenTime\\": \\"2018-09-25/9999-09-09\\"\\n  }\\n}","type":"json"}]',
            'title' => 'Enterprise element verification',
            'description' => 'Only enterprises and individual businesses are supported.',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'none',
                    'ramAction' => [
                        'action' => 'yundun-cloudauth:EntElementVerify',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Cloudauth', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'EntElementVerifyPRO' => [
            'path' => '',
            'methods' => ['post', 'get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'paid',
                'abilityTreeNodes' => ['FEATUREcloudauthKKY1LP'],
            ],
            'parameters' => [
                [
                    'name' => 'SceneCode',
                    'in' => 'query',
                    'schema' => ['description' => 'Scene code. Supports a combination of letters, numbers, and underscores, with a maximum length of 32 characters.', 'type' => 'string', 'required' => false, 'example' => '1000000006', 'title' => ''],
                ],
                [
                    'name' => 'MerchantBizId',
                    'in' => 'query',
                    'schema' => ['description' => 'A unique business identifier defined by the merchant, used for subsequent problem localization and troubleshooting. Supports a combination of letters and numbers, with a maximum length of 32 characters. Ensure uniqueness.', 'type' => 'string', 'required' => false, 'example' => 'e0c34a77f5ac40a5aa5e6ed20c35****', 'title' => ''],
                ],
                [
                    'name' => 'MerchantUserId',
                    'in' => 'query',
                    'schema' => ['description' => 'Merchant-side user ID. Supports a combination of letters and numbers, with a maximum length of 32 characters.', 'type' => 'string', 'required' => false, 'example' => 'mch7x9a2b4c8d3e5f6g1h2i3j4k5****'."\n", 'title' => ''],
                ],
                [
                    'name' => 'UserAuthorization',
                    'in' => 'query',
                    'schema' => ['description' => 'Whether user authorization has been obtained.'."\n"
                        ."\n"
                        .'- **1**: Authorized'."\n"
                        .'- **0**: Not authorized', 'type' => 'string', 'required' => false, 'example' => '1', 'title' => ''],
                ],
                [
                    'name' => 'InfoVerifyType',
                    'in' => 'query',
                    'schema' => ['description' => 'Type of enterprise element verification, supporting only the following type:'."\n"
                        .'- **ENT_4META**: Four elements', 'type' => 'string', 'required' => false, 'example' => 'ENT_4META', 'title' => ''],
                ],
                [
                    'name' => 'LicenseNo',
                    'in' => 'query',
                    'schema' => ['description' => 'Unified Social Credit Code.', 'type' => 'string', 'required' => false, 'example' => '91330106673959****', 'title' => ''],
                ],
                [
                    'name' => 'EntName',
                    'in' => 'query',
                    'schema' => ['description' => 'Enterprise name.', 'type' => 'string', 'required' => false, 'example' => '***有限公司', 'title' => ''],
                ],
                [
                    'name' => 'LegalPersonName',
                    'in' => 'query',
                    'schema' => ['description' => 'Legal person\'s name. Required for the four-element scenario.', 'type' => 'string', 'required' => false, 'example' => '张**', 'title' => ''],
                ],
                [
                    'name' => 'LegalPersonCertNo',
                    'in' => 'query',
                    'schema' => ['description' => 'Legal person\'s ID number. Required for the four-element scenario.', 'type' => 'string', 'required' => false, 'example' => '370105*****3892', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => 'Id of the request', 'description' => 'ID of the request', 'type' => 'string', 'example' => '473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E'],
                            'Code' => ['description' => 'Return code', 'type' => 'string', 'example' => '200', 'title' => ''],
                            'Message' => ['description' => 'Return message.', 'type' => 'string', 'example' => 'success', 'title' => ''],
                            'Result' => [
                                'description' => 'Result',
                                'type' => 'object',
                                'properties' => [
                                    'BizCode' => ['description' => 'Verification result code.'."\n"
                                        .'- 1: Consistent'."\n"
                                        .'- 2: Inconsistent'."\n"
                                        .'- 3: Not found', 'type' => 'string', 'example' => '1', 'title' => ''],
                                    'Status' => ['description' => 'Business operation status.'."\n"
                                        .'- 1: In operation (open)'."\n"
                                        .'- 2: Relocated'."\n"
                                        .'- 3: Deregistered'."\n"
                                        .'- 4: Revoked'."\n"
                                        .'- 5: Cancelled'."\n"
                                        .'- 6: Suspended'."\n"
                                        .'- 0: Other', 'type' => 'string', 'example' => '1', 'title' => ''],
                                    'ReasonDetail' => ['description' => 'Details of inconsistencies, multiple inconsistencies will be separated by commas.'."\n"
                                        .'- LegalPersonNameFlag: Legal person\'s name is inconsistent'."\n"
                                        .'- LegalPersonCertNoFlag: Legal person\'s ID number is inconsistent'."\n"
                                        .'- EntNameFlag: Enterprise name is inconsistent'."\n"
                                        .'- LicenseNoFlag: Business license number is inconsistent'."\n"
                                        .'- LicenseNoNotFound: Business identification number cannot be verified'."\n"
                                        .'- EntNameNotFound: Enterprise name cannot be verified'."\n"
                                        .'- LegalPersonNameNotFound: Legal person\'s name cannot be verified'."\n"
                                        .'- LegalPersonCertNoNotFound: Legal person\'s ID number cannot be verified', 'type' => 'string', 'example' => 'LegalPersonNameFlag,LegalPersonCertNoFlag', 'title' => ''],
                                    'OpenTime' => ['description' => 'Business term: start and end time of operations.'."\n"
                                        .'- Format: yyyy-MM-dd/yyyy-MM-dd.'."\n"
                                        .'- Example: 2018-09-25/9999-09-09.', 'type' => 'string', 'example' => '2018-09-25/9999-09-09', 'title' => ''],
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'title' => 'Enterprise Element Verification PRO',
            'summary' => 'Enterprise Element Verification PRO',
            'changeSet' => [],
            'ramActions' => [],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"success\\",\\n  \\"Result\\": {\\n    \\"BizCode\\": \\"1\\",\\n    \\"Status\\": \\"1\\",\\n    \\"ReasonDetail\\": \\"LegalPersonNameFlag,LegalPersonCertNoFlag\\",\\n    \\"OpenTime\\": \\"2018-09-25/9999-09-09\\"\\n  }\\n}","type":"json"}]',
        ],
        'EntElementVerifyV2' => [
            'summary' => 'Verifies enterprise identity elements (V2).',
            'methods' => ['get', 'post'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'paid',
                'abilityTreeCode' => '264853',
                'abilityTreeNodes' => ['FEATUREcloudauthKKY1LP'],
            ],
            'parameters' => [
                [
                    'name' => 'SceneCode',
                    'in' => 'query',
                    'schema' => ['description' => 'The custom scene code. You can set this parameter to a custom value to distinguish business scenarios. The value can contain letters, digits, and underscores (_), with a maximum length of 32 characters.', 'type' => 'string', 'required' => true, 'example' => '1000000006', 'title' => ''],
                ],
                [
                    'name' => 'MerchantBizId',
                    'in' => 'query',
                    'schema' => ['description' => 'The merchant-defined unique business ID for subsequent troubleshooting. The value can contain letters and digits, with a maximum length of 32 characters. Make sure the value is unique.', 'type' => 'string', 'required' => true, 'example' => 'e0c34a77f5ac40a5aa5e6ed20c35****', 'title' => ''],
                ],
                [
                    'name' => 'MerchantUserId',
                    'in' => 'query',
                    'schema' => ['description' => 'The merchant-side user ID. The value can contain letters and digits, with a maximum length of 32 characters.', 'type' => 'string', 'required' => true, 'example' => 'mch7x9a2b4c8d3e5f6g1h2i3j4k5****', 'title' => ''],
                ],
                [
                    'name' => 'UserAuthorization',
                    'in' => 'query',
                    'schema' => ['description' => 'Specifies whether user authorization is obtained. Valid values:'."\n"
                        .'- 1: Authorization is obtained.'."\n"
                        .'- 0: Authorization is not obtained.', 'type' => 'string', 'required' => true, 'example' => '1', 'title' => ''],
                ],
                [
                    'name' => 'InfoVerifyType',
                    'in' => 'query',
                    'schema' => ['description' => 'The enterprise element verification type. Valid values:'."\n"
                        .'- ENT_2META: two-element verification, which includes the enterprise name and the unified social credit code.'."\n"
                        .'- ENT_3META: three-element verification, which includes the enterprise name, the unified social credit code, and the legal representative name or organization head.'."\n"
                        .'- ENT_4META: four-element verification, which includes the enterprise name, the unified social credit code, the legal representative name or organization head, and the legal representative ID number.', 'type' => 'string', 'required' => true, 'example' => 'ENT_2META', 'title' => ''],
                ],
                [
                    'name' => 'LicenseNo',
                    'in' => 'query',
                    'schema' => ['description' => 'The unified social credit code.', 'type' => 'string', 'required' => true, 'example' => '91330106673959****', 'title' => ''],
                ],
                [
                    'name' => 'EntName',
                    'in' => 'query',
                    'schema' => ['description' => 'The enterprise name.', 'type' => 'string', 'required' => true, 'example' => '****有限公司', 'title' => ''],
                ],
                [
                    'name' => 'LegalPersonName',
                    'in' => 'query',
                    'schema' => ['description' => 'The legal representative name. This parameter is required for three-element and four-element verification.', 'type' => 'string', 'required' => false, 'example' => '张**', 'title' => ''],
                ],
                [
                    'name' => 'LegalPersonCertNo',
                    'in' => 'query',
                    'schema' => ['description' => 'The ID number of the legal representative. This parameter is required for four-element verification.', 'type' => 'string', 'required' => false, 'example' => '1******************9', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '473469C7***B-A3DC0DE3C83E'],
                            'Code' => ['description' => 'The response code.', 'type' => 'string', 'example' => 'Success', 'title' => ''],
                            'Message' => ['description' => 'The error message.', 'type' => 'string', 'example' => 'success', 'title' => ''],
                            'Result' => [
                                'description' => 'The result.',
                                'type' => 'object',
                                'properties' => [
                                    'BizCode' => ['description' => 'The verification result code. Valid values:'."\n"
                                        .'- 1: Consistent.'."\n"
                                        .'- 2: Inconsistent.'."\n"
                                        .'- 3: No record found.', 'type' => 'string', 'example' => '1', 'title' => ''],
                                    'Status' => ['description' => 'The enterprise business status. Valid values:'."\n"
                                        .'- 1: In operation (open).'."\n"
                                        .'- 2: Relocated.'."\n"
                                        .'- 3: Deregistered.'."\n"
                                        .'- 4: Revoked.'."\n"
                                        .'- 5: Rescinded.'."\n"
                                        .'- 6: Suspended.'."\n"
                                        .'- 0: Other.', 'type' => 'string', 'example' => '1', 'title' => ''],
                                    'ReasonDetail' => ['description' => 'The inconsistency details. If multiple items are inconsistent, they are separated by commas (,). Valid values:'."\n"
                                        .'- LegalPersonNameFlag: The legal representative name is inconsistent.'."\n"
                                        .'- LegalPersonCertNoFlag: The legal representative ID number is inconsistent.'."\n"
                                        .'- EntNameFlag: The enterprise name is inconsistent.'."\n"
                                        .'- LicenseNoFlag: The business license number is inconsistent.', 'type' => 'string', 'example' => 'LegalPersonNameFlag,LegalPersonCertNoFlag', 'title' => ''],
                                    'OpenTime' => ['description' => 'The business operation period, which includes the start time and end time.'."\n"
                                        .'- Format: yyyy-MM-dd/yyyy-MM-dd.'."\n"
                                        .'- Example: 2018-09-25/9999-09-09.', 'type' => 'string', 'example' => '2018-09-25/9999-09-09', 'title' => ''],
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"473469C7***B-A3DC0DE3C83E\\",\\n  \\"Code\\": \\"Success\\",\\n  \\"Message\\": \\"success\\",\\n  \\"Result\\": {\\n    \\"BizCode\\": \\"1\\",\\n    \\"Status\\": \\"1\\",\\n    \\"ReasonDetail\\": \\"LegalPersonNameFlag,LegalPersonCertNoFlag\\",\\n    \\"OpenTime\\": \\"2018-09-25/9999-09-09\\"\\n  }\\n}","type":"json"}]',
            'title' => 'Verify enterprise identity elements V2',
            'description' => 'The enterprise element verification operation provides a consistency verification service for enterprise element information to identify the authenticity of enterprise information.'."\n"
                ."\n"
                .'Two-element and three-element verification supports various types of organizations, such as enterprises, individual businesses, farmer professional cooperatives, government agencies, public institutions, social organizations, law firms, and property owners\' associations.'."\n"
                ."\n"
                .'Four-element verification supports enterprises, individual businesses, farmer professional cooperatives, and law firms.',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'none',
                    'ramAction' => [
                        'action' => 'yundun-cloudauth:EntElementVerifyV2',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Cloudauth', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'EntRiskQuery' => [
            'summary' => 'Queries the business abnormality information of an enterprise.',
            'methods' => ['post', 'get'],
            'schemes' => ['https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'paid',
                'abilityTreeNodes' => ['FEATUREcloudauthKKY1LP'],
            ],
            'parameters' => [
                [
                    'name' => 'SceneCode',
                    'in' => 'query',
                    'schema' => ['description' => 'The custom scene code that identifies a business scenario. The value is a 10-digit number.', 'type' => 'string', 'required' => false, 'example' => '1000000086', 'title' => ''],
                ],
                [
                    'name' => 'MerchantBizId',
                    'in' => 'query',
                    'schema' => ['description' => 'The merchant-side custom business unique identifier, which is used for subsequent troubleshooting. The value is a combination of letters and digits up to 32 characters in length. Make sure the value is unique.', 'type' => 'string', 'required' => false, 'example' => '32198****193000', 'title' => ''],
                ],
                [
                    'name' => 'MerchantUserId',
                    'in' => 'query',
                    'schema' => ['description' => 'The custom user ID in your business, which is used for subsequent troubleshooting.', 'type' => 'string', 'required' => false, 'example' => '无', 'title' => ''],
                ],
                [
                    'name' => 'UserAuthorization',
                    'in' => 'query',
                    'schema' => ['description' => 'Specifies whether user authorization is obtained. Valid values:'."\n"
                        .'- 1: Authorization is obtained.'."\n"
                        .'- 0: Authorization is not obtained.', 'type' => 'string', 'required' => false, 'example' => '1', 'title' => ''],
                ],
                [
                    'name' => 'ParamType',
                    'in' => 'query',
                    'schema' => ['description' => 'The parameter type. Valid values:'."\n"
                        .'- 00: enterprise name'."\n"
                        .'- 01: business registration number'."\n"
                        .'- 02: unified social credit code'."\n"
                        .'- 03: organization code.', 'type' => 'string', 'required' => false, 'example' => '00', 'title' => ''],
                ],
                [
                    'name' => 'ParamValue',
                    'in' => 'query',
                    'schema' => ['description' => 'The value that corresponds to the ParamType parameter. Enter one of the following values based on the parameter type: enterprise name, business registration number, unified social credit code, or organization code.', 'type' => 'string', 'required' => false, 'example' => '91330106673959****', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '',
                        'description' => 'The response.',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '', 'description' => 'The request ID.', 'type' => 'string', 'example' => '8FC3D6AC-9FED-4311-8DA7-C4BF47D9F260'],
                            'Code' => ['description' => 'The error code. For more information, see **[Error codes](~~215420~~)**.', 'type' => 'string', 'example' => '200', 'title' => ''],
                            'Message' => ['description' => 'The response message of the request.', 'type' => 'string', 'example' => 'success', 'title' => ''],
                            'Result' => [
                                'description' => 'The result.',
                                'type' => 'object',
                                'properties' => [
                                    'BizCode' => ['description' => 'The query result. Valid values:'."\n"
                                        .'- 0: The enterprise is operating normally.'."\n"
                                        .'- 1: The enterprise has a business abnormality.'."\n"
                                        .'- 2: No record found.', 'type' => 'string', 'example' => '1', 'title' => ''],
                                    'Status' => ['description' => 'The business operation status of the enterprise. Valid values:'."\n"
                                        .'- 1: In operation (active).'."\n"
                                        .'- 2: Relocated.'."\n"
                                        .'- 3: Deregistered.'."\n"
                                        .'- 4: License revoked.'."\n"
                                        .'- 5: Revoked.'."\n"
                                        .'- 6: Suspended.'."\n"
                                        .'- 0: Other.', 'type' => 'string', 'example' => '1', 'title' => ''],
                                    'RiskList' => [
                                        'description' => 'The list of abnormality information.',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => 'The abnormality details.',
                                            'type' => 'object',
                                            'properties' => [
                                                'CreditCode' => ['description' => 'The unified social credit code.', 'type' => 'string', 'example' => '92500112MA5UHU****', 'title' => ''],
                                                'EntName' => ['description' => 'The enterprise name.', 'type' => 'string', 'example' => '杭州****', 'title' => ''],
                                                'RegNo' => ['description' => 'The business registration number.', 'type' => 'string', 'example' => '50011260996****', 'title' => ''],
                                                'ListedReason' => ['description' => 'The reason for being added to the abnormality list.', 'type' => 'string', 'example' => '未按照《个体工商户年度报告暂行办法》***', 'title' => ''],
                                                'ListedDate' => ['description' => 'The date when the enterprise was added to the abnormality list. Example: 2023-02-03.', 'type' => 'string', 'example' => '2023-02-03', 'title' => ''],
                                                'RemovedReason' => ['description' => 'The reason for being removed from the abnormality list.', 'type' => 'string', 'example' => '根据《个体工商户年度报告暂行办法》第十三条的规定******', 'title' => ''],
                                                'RemovedDate' => ['description' => 'The date when the enterprise was removed from the abnormality list. Example: 2023-02-03.', 'type' => 'string', 'example' => '2023-02-06', 'title' => ''],
                                                'OperationOrg' => ['description' => 'The authority that added the enterprise to the abnormality list.', 'type' => 'string', 'example' => '***市场监督***', 'title' => ''],
                                                'RemovedOrg' => ['description' => 'The authority that removed the enterprise from the abnormality list.', 'type' => 'string', 'example' => '***市场监督***', 'title' => ''],
                                            ],
                                            'title' => '',
                                            'example' => '',
                                        ],
                                        'title' => '',
                                        'example' => '',
                                    ],
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"8FC3D6AC-9FED-4311-8DA7-C4BF47D9F260\\",\\n  \\"Code\\": \\"200\\",\\n  \\"Message\\": \\"success\\",\\n  \\"Result\\": {\\n    \\"BizCode\\": \\"1\\",\\n    \\"Status\\": \\"1\\",\\n    \\"RiskList\\": [\\n      {\\n        \\"CreditCode\\": \\"92500112MA5UHU****\\",\\n        \\"EntName\\": \\"杭州****\\",\\n        \\"RegNo\\": \\"50011260996****\\",\\n        \\"ListedReason\\": \\"未按照《个体工商户年度报告暂行办法》***\\",\\n        \\"ListedDate\\": \\"2023-02-03\\",\\n        \\"RemovedReason\\": \\"根据《个体工商户年度报告暂行办法》第十三条的规定******\\",\\n        \\"RemovedDate\\": \\"2023-02-06\\",\\n        \\"OperationOrg\\": \\"***市场监督***\\",\\n        \\"RemovedOrg\\": \\"***市场监督***\\"\\n      }\\n    ]\\n  }\\n}","type":"json"}]',
            'title' => 'Query enterprise business abnormality',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'none',
                    'ramAction' => [
                        'action' => 'yundun-cloudauth:EntRiskQuery',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Cloudauth', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
        ],
        'EntVerify' => [
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'paid',
                'abilityTreeNodes' => ['FEATUREcloudauthXA9M4C'],
            ],
            'parameters' => [
                [
                    'name' => 'SceneCode',
                    'in' => 'query',
                    'schema' => ['description' => 'The scene code.', 'type' => 'string', 'required' => false, 'example' => 'withdraw', 'title' => ''],
                ],
                [
                    'name' => 'MerchantBizId',
                    'in' => 'query',
                    'schema' => ['description' => 'The merchant-defined unique business ID used for subsequent troubleshooting. The value is a combination of letters and numbers with a maximum length of 32 characters. Ensure that the value is unique.', 'type' => 'string', 'required' => false, 'example' => '32198****193000', 'title' => ''],
                ],
                [
                    'name' => 'MerchantUserId',
                    'in' => 'query',
                    'schema' => ['description' => 'The merchant-side user ID. The value is a combination of letters and numbers with a maximum length of 32 characters.', 'type' => 'string', 'required' => false, 'example' => '432***421', 'title' => ''],
                ],
                [
                    'name' => 'UserAuthorization',
                    'in' => 'query',
                    'schema' => ['description' => 'Specifies whether user authorization is obtained. Valid values:'."\n"
                        ."\n"
                        .'- 1: Authorization is obtained.'."\n"
                        ."\n"
                        .'- 0: Authorization is not obtained.', 'type' => 'string', 'required' => false, 'example' => '1', 'title' => ''],
                ],
                [
                    'name' => 'InfoVerifyType',
                    'in' => 'query',
                    'schema' => ['description' => 'The enterprise element verification type. This parameter is not supported.', 'type' => 'string', 'required' => false, 'example' => '无', 'title' => ''],
                ],
                [
                    'name' => 'RiskVerifyType',
                    'in' => 'query',
                    'schema' => ['description' => 'The enterprise risk verification type. You must specify at least one of this parameter and InfoVerifyType. Valid values:'."\n"
                        ."\n"
                        .'- BUSINESS_ANTIFRAUD.', 'type' => 'string', 'required' => false, 'example' => 'BUSINESS_ANTIFRAUD', 'title' => ''],
                ],
                [
                    'name' => 'RiskModelVersion',
                    'in' => 'query',
                    'schema' => ['description' => 'The enterprise risk verification model version. This parameter is required when RiskVerifyType is specified. Valid values:'."\n"
                        ."\n"
                        .'- BASIC: Basic Edition.', 'type' => 'string', 'required' => false, 'example' => 'BASIC', 'title' => ''],
                ],
                [
                    'name' => 'LicenseNo',
                    'in' => 'query',
                    'schema' => ['description' => 'The business license number.', 'type' => 'string', 'required' => false, 'example' => '32132***328932', 'title' => ''],
                ],
                [
                    'name' => 'EntName',
                    'in' => 'query',
                    'schema' => ['description' => 'The enterprise name.', 'type' => 'string', 'required' => false, 'example' => '***有限公司', 'title' => ''],
                ],
                [
                    'name' => 'LegalPersonName',
                    'in' => 'query',
                    'schema' => ['description' => 'The legal representative name.', 'type' => 'string', 'required' => false, 'example' => '张**', 'title' => ''],
                ],
                [
                    'name' => 'LegalPersonCertNo',
                    'in' => 'query',
                    'schema' => ['description' => 'The ID card number of the legal representative.', 'type' => 'string', 'required' => false, 'example' => '370105*****3892', 'title' => ''],
                ],
                [
                    'name' => 'LegalPersonMobile',
                    'in' => 'query',
                    'schema' => ['description' => 'The mobile phone number of the legal representative.', 'type' => 'string', 'required' => false, 'example' => '1300***53', 'title' => ''],
                ],
                [
                    'name' => 'AccountNo',
                    'in' => 'query',
                    'schema' => ['description' => 'The payment receiving account, which helps improve the risk assessment accuracy.', 'type' => 'string', 'required' => false, 'example' => '321324***38293', 'title' => ''],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => '',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '473469C7-A***B-A3DC0DE3C83E'],
                            'Code' => ['description' => 'The return code.', 'type' => 'string', 'example' => 'Success', 'title' => ''],
                            'Message' => ['description' => 'The error message.', 'type' => 'string', 'example' => '成功', 'title' => ''],
                            'Result' => [
                                'description' => 'The result.',
                                'type' => 'object',
                                'properties' => [
                                    'RiskVerifyResult' => [
                                        'description' => 'The enterprise risk verification result.',
                                        'type' => 'object',
                                        'properties' => [
                                            'ModelResults' => [
                                                'description' => 'The list of enterprise risk verification model results.',
                                                'type' => 'array',
                                                'items' => [
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'ModelName' => ['description' => 'The model name.', 'type' => 'string', 'example' => 'model_1', 'title' => ''],
                                                        'Result' => ['description' => 'The model result.', 'type' => 'string', 'example' => '5', 'title' => ''],
                                                    ],
                                                    'description' => '',
                                                    'title' => '',
                                                    'example' => '',
                                                ],
                                                'title' => '',
                                                'example' => '',
                                            ],
                                            'Found' => ['description' => 'Indicates whether a match is found.', 'type' => 'boolean', 'example' => 'true', 'title' => ''],
                                        ],
                                        'title' => '',
                                        'example' => '',
                                    ],
                                ],
                                'title' => '',
                                'example' => '',
                            ],
                        ],
                        'example' => '',
                    ],
                ],
            ],
            'staticInfo' => [],
            'title' => 'Enterprise risk verification',
            'summary' => 'Verifies the authenticity of enterprise registration information and business operations.',
            'changeSet' => [],
            'ramActions' => [
                [
                    'operationType' => 'none',
                    'ramAction' => [
                        'action' => 'yundun-cloudauth:EntVerify',
                        'authLevel' => 'operate',
                        'actionConditions' => [],
                        'resources' => [
                            ['validationType' => 'always', 'product' => 'Cloudauth', 'resourceType' => 'All Resource', 'arn' => '*'],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"473469C7-A***B-A3DC0DE3C83E\\",\\n  \\"Code\\": \\"Success\\",\\n  \\"Message\\": \\"成功\\",\\n  \\"Result\\": {\\n    \\"RiskVerifyResult\\": {\\n      \\"ModelResults\\": [\\n        {\\n          \\"ModelName\\": \\"model_1\\",\\n          \\"Result\\": \\"5\\"\\n        }\\n      ],\\n      \\"Found\\": true\\n    }\\n  }\\n}","type":"json"}]',
        ],
    ],
    'endpoints' => [
        ['regionId' => 'ap-northeast-1', 'regionName' => 'Japan (Tokyo)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => 'cloudauth-vpc.ap-northeast-1.aliyuncs.com'],
        ['regionId' => 'ap-southeast-1', 'regionName' => 'Singapore', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'ap-southeast-2', 'regionName' => 'Australia (Sydney) Closed', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'ap-southeast-3', 'regionName' => 'Malaysia (Kuala Lumpur)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'ap-southeast-5', 'regionName' => 'Indonesia (Jakarta)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-beijing', 'regionName' => 'China (Beijing)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'cloudauth.cn-beijing.aliyuncs.com', 'endpoint' => 'cloudauth.cn-beijing.aliyuncs.com', 'vpc' => 'cloudauth-vpc.cn-beijing.aliyuncs.com'],
        ['regionId' => 'cn-chengdu', 'regionName' => 'China (Chengdu)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => 'cloudauth-vpc.cn-chengdu.aliyuncs.com'],
        ['regionId' => 'cn-hangzhou', 'regionName' => 'China (Hangzhou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-hongkong', 'regionName' => 'China (Hong Kong)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => 'cloudauth-vpc.cn-hongkong.aliyuncs.com'],
        ['regionId' => 'cn-huhehaote', 'regionName' => 'China (Hohhot)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-qingdao', 'regionName' => 'China (Qingdao)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'cloudauth.cn-qingdao.aliyuncs.com', 'endpoint' => 'cloudauth.cn-qingdao.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-shanghai', 'regionName' => 'China (Shanghai)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => 'cloudauth-vpc.cn-shanghai.aliyuncs.com'],
        ['regionId' => 'cn-shenzhen', 'regionName' => 'China (Shenzhen)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => 'cloudauth-vpc.cn-shenzhen.aliyuncs.com'],
        ['regionId' => 'cn-zhangjiakou', 'regionName' => 'China (Zhangjiakou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'us-west-1', 'regionName' => 'US (Silicon Valley)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => 'cloudauth-vpc.us-west-1.aliyuncs.com'],
        ['regionId' => 'us-east-1', 'regionName' => 'US (Virginia)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => 'cloudauth-vpc.us-east-1.aliyuncs.com'],
        ['regionId' => 'eu-west-1', 'regionName' => 'UK (London)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'eu-central-1', 'regionName' => 'Germany (Frankfurt)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'me-east-1', 'regionName' => 'UAE (Dubai)', 'areaId' => 'middleEast', 'areaName' => 'Middle East', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'ap-south-1', 'regionName' => 'India (Mumbai) Closed', 'areaId' => 'middleEast', 'areaName' => 'Middle East', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-shenzhen-finance-1', 'regionName' => 'China South 1 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-shanghai-finance-1', 'regionName' => 'China East 2 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-north-2-gov-1', 'regionName' => 'Beijing Government Cloud', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => ''],
        ['regionId' => 'cn-hangzhou-finance', 'regionName' => 'China East 1 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'cloudauth.aliyuncs.com', 'endpoint' => 'cloudauth.aliyuncs.com', 'vpc' => ''],
    ],
    'errorCodes' => [
        ['code' => '10001', 'message' => 'The current operation is not authorized, please contact the main account to authorize the operation on the RAM console.', 'http_code' => 403, 'description' => ''],
        ['code' => '400', 'message' => 'BizType already exist.', 'http_code' => 400, 'description' => ''],
        ['code' => '404', 'message' => 'ID_NOT_EXISTS', 'http_code' => 404, 'description' => ''],
        ['code' => '409', 'message' => 'The scene name already exists', 'http_code' => 400, 'description' => ''],
        ['code' => '500', 'message' => 'system error', 'http_code' => 500, 'description' => ''],
        ['code' => '700', 'message' => 'Please complete OSS activation and authorization before enabling photo storage.', 'http_code' => 400, 'description' => ''],
        ['code' => '701', 'message' => 'Please continue to complete the OSS authorization operation before enabling photo storage.', 'http_code' => 400, 'description' => ''],
        ['code' => 'Abnormal.Repeated.Call', 'message' => 'Exceptionally repeated calls.', 'http_code' => 200, 'description' => 'Exceptionally repeated calls'],
        ['code' => 'CertifyId.Invalid', 'message' => 'invalid certifyId.', 'http_code' => 200, 'description' => 'invalid certifyId'],
        ['code' => 'ConsoleSystemError_1001', 'message' => 'There was an error with your request, please try again later.', 'http_code' => 500, 'description' => ''],
        ['code' => 'ConsoleSystemError_1009', 'message' => 'console system error', 'http_code' => 500, 'description' => ''],
        ['code' => 'Data.Duplication', 'message' => 'Data duplication.', 'http_code' => 200, 'description' => 'Data duplication'],
        ['code' => 'DataExpired', 'message' => 'The data has expired and the records have been deleted.', 'http_code' => 410, 'description' => ''],
        ['code' => 'DATA_EXPIRED', 'message' => 'The data has expired.', 'http_code' => 200, 'description' => 'Data expiration'],
        ['code' => 'DownloadTimedOut', 'message' => 'Downloading resource timed out.', 'http_code' => 422, 'description' => ''],
        ['code' => 'InDebt', 'message' => 'You have an outstanding payment. Please add funds first and try again.', 'http_code' => 200, 'description' => 'There is a arrears in the real person authentication, please recharge before operating.'],
        ['code' => 'InnerNoSupported', 'message' => 'Login-free operation is not supported.', 'http_code' => 403, 'description' => ''],
        ['code' => 'Invalid.Input.Image', 'message' => 'Incoming picture not available.', 'http_code' => 200, 'description' => 'Incoming picture not available'],
        ['code' => 'InvalidAction.NotFound', 'message' => 'Specified api is not found, please check your url and method.', 'http_code' => 404, 'description' => ''],
        ['code' => 'InvalidApi.NotFound', 'message' => 'Specified api is not found, please check your url and method.', 'http_code' => 404, 'description' => ''],
        ['code' => 'InvalidParam.ImageValuePatternError', 'message' => 'The image address format is invalid.', 'http_code' => 400, 'description' => ''],
        ['code' => 'InvalidParam.MaterialsEmpty', 'message' => 'The materials list is empty.', 'http_code' => null, 'description' => ''],
        ['code' => 'InvalidParameter', 'message' => 'The specified parameter is invalid.', 'http_code' => 200, 'description' => ''],
        ['code' => 'InvalidParameter.Format', 'message' => 'Specified parameter format is not valid.', 'http_code' => 400, 'description' => 'Invalid parameter'],
        ['code' => 'InvalidSecurityToken.Expired', 'message' => 'Specified SecurityToken is expired.', 'http_code' => 400, 'description' => ''],
        ['code' => 'INVALID_PARAMETER', 'message' => 'The request parameters are invalid.', 'http_code' => 200, 'description' => ''],
        ['code' => 'MissingIds', 'message' => 'Ids is mandatory for this action.', 'http_code' => 400, 'description' => ''],
        ['code' => 'MissingParameter', 'message' => 'Bad request. The parameter is missing.', 'http_code' => 200, 'description' => 'Bad request missing parameter'],
        ['code' => 'MissingProcessType', 'message' => 'MissingProcessType', 'http_code' => 400, 'description' => ''],
        ['code' => 'MissingSolution', 'message' => 'Solution is mandatory for this action.', 'http_code' => 400, 'description' => ''],
        ['code' => 'MissingStartDate', 'message' => 'StartDate is mandatory for this action', 'http_code' => 400, 'description' => ''],
        ['code' => 'NoFaceDetected', 'message' => 'No face is detected in either the image or the video.', 'http_code' => 435, 'description' => ''],
        ['code' => 'NoPermission', 'message' => 'This RAM user has no permissions to access API.', 'http_code' => 403, 'description' => ''],
        ['code' => 'NoSubscribeService', 'message' => 'OSS is not activated or you have not granted OSS the read write permission.', 'http_code' => 410, 'description' => ''],
        ['code' => 'Not.Open.Service', 'message' => 'Service not opened.', 'http_code' => 200, 'description' => 'Service not opened'],
        ['code' => 'ParameterIsNull', 'message' => 'The parameter must not be empty.', 'http_code' => 400, 'description' => ''],
        ['code' => 'PARAMETER_FORMAT_ERROR', 'message' => 'The parameter format is wrong.', 'http_code' => 200, 'description' => 'Format check error'],
        ['code' => 'Ram.No.Permission', 'message' => 'RAM has no permissions.', 'http_code' => 200, 'description' => 'RAM has no permissions'],
        ['code' => 'ResourcesTooLarge', 'message' => 'The size of the incoming resources are too large.', 'http_code' => 421, 'description' => ''],
        ['code' => 'ServerError', 'message' => 'server error.', 'http_code' => 500, 'description' => ''],
        ['code' => 'ServiceUnavailable', 'message' => 'The request has failed due to a temporary failure of the server.', 'http_code' => 503, 'description' => ''],
        ['code' => 'STATUS_ERROR', 'message' => 'Status Error.', 'http_code' => 200, 'description' => 'Status Error'],
        ['code' => 'SystemError', 'message' => 'A system error occurred.', 'http_code' => 500, 'description' => ''],
        ['code' => 'Throttling.User', 'message' => 'Request was denied due to user flow control.', 'http_code' => 400, 'description' => ''],
    ],
    'changeSet' => [],
    'ram' => [
        'productCode' => 'Cloudauth',
        'productName' => 'ID Verification',
        'ramCodes' => ['yundun-cloudauth', 'antcloudauth'],
        'ramLevel' => 'OPERATION',
        'ramConditions' => [],
        'ramActions' => [
            [
                'apiName' => 'EntRiskQuery',
                'description' => '',
                'operationType' => 'none',
                'ramAction' => [
                    'action' => 'yundun-cloudauth:EntRiskQuery',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Cloudauth', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'EntElementVerifyV2',
                'description' => '',
                'operationType' => 'none',
                'ramAction' => [
                    'action' => 'yundun-cloudauth:EntElementVerifyV2',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Cloudauth', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'EntElementVerifyPRO',
                'description' => '',
                'operationType' => 'none',
                'ramAction' => [
                    'action' => 'yundun-cloudauth:EntElementVerifyPRO',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Cloudauth', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'EntElementVerify',
                'description' => '',
                'operationType' => 'none',
                'ramAction' => [
                    'action' => 'yundun-cloudauth:EntElementVerify',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Cloudauth', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
            [
                'apiName' => 'EntVerify',
                'description' => '',
                'operationType' => 'none',
                'ramAction' => [
                    'action' => 'yundun-cloudauth:EntVerify',
                    'authLevel' => 'operate',
                    'actionConditions' => [],
                    'resources' => [
                        ['validationType' => 'always', 'product' => 'Cloudauth', 'resourceType' => 'All Resource', 'arn' => '*'],
                    ],
                ],
            ],
        ],
        'resourceTypes' => [],
    ],
];