|
182 | 182 | 'input' => [ 'shape' => 'IDCardRequestShape', ], |
183 | 183 | 'output' => [ 'shape' => 'IDCardResponseShape', ], |
184 | 184 | ], |
| 185 | + 'BankCardOCR' => [ |
| 186 | + 'name' => 'BankCardOCR', |
| 187 | + 'http' => [ |
| 188 | + 'method' => 'POST', |
| 189 | + 'requestUri' => '/v1/ocr:BankCard', |
| 190 | + ], |
| 191 | + 'input' => [ 'shape' => 'BankCardOCRRequestShape', ], |
| 192 | + 'output' => [ 'shape' => 'BankCardOCRResponseShape', ], |
| 193 | + ], |
| 194 | + 'BusinessOCR' => [ |
| 195 | + 'name' => 'BusinessOCR', |
| 196 | + 'http' => [ |
| 197 | + 'method' => 'POST', |
| 198 | + 'requestUri' => '/v1/ocr:Business', |
| 199 | + ], |
| 200 | + 'input' => [ 'shape' => 'BusinessOCRRequestShape', ], |
| 201 | + 'output' => [ 'shape' => 'BusinessOCRResponseShape', ], |
| 202 | + ], |
185 | 203 | 'GetAliveUrl' => [ |
186 | 204 | 'name' => 'GetAliveUrl', |
187 | 205 | 'http' => [ |
|
279 | 297 | 'mobile' => [ 'type' => 'string', 'locationName' => 'mobile', ], |
280 | 298 | ], |
281 | 299 | ], |
| 300 | + 'BusinessOCRInfo' => [ |
| 301 | + 'type' => 'structure', |
| 302 | + 'members' => [ |
| 303 | + 'status' => [ 'type' => 'string', 'locationName' => 'status', ], |
| 304 | + 'code' => [ 'type' => 'string', 'locationName' => 'code', ], |
| 305 | + 'number' => [ 'type' => 'string', 'locationName' => 'number', ], |
| 306 | + 'name' => [ 'type' => 'string', 'locationName' => 'name', ], |
| 307 | + 'companyType' => [ 'type' => 'string', 'locationName' => 'companyType', ], |
| 308 | + 'address' => [ 'type' => 'string', 'locationName' => 'address', ], |
| 309 | + 'legalPersonal' => [ 'type' => 'string', 'locationName' => 'legalPersonal', ], |
| 310 | + 'registeredCapital' => [ 'type' => 'string', 'locationName' => 'registeredCapital', ], |
| 311 | + 'date' => [ 'type' => 'string', 'locationName' => 'date', ], |
| 312 | + 'scope' => [ 'type' => 'string', 'locationName' => 'scope', ], |
| 313 | + 'registrationDate' => [ 'type' => 'string', 'locationName' => 'registrationDate', ], |
| 314 | + 'chargeFlag' => [ 'type' => 'string', 'locationName' => 'chargeFlag', ], |
| 315 | + ], |
| 316 | + ], |
282 | 317 | 'PersonalBankcard' => [ |
283 | 318 | 'type' => 'structure', |
284 | 319 | 'members' => [ |
|
421 | 456 | 'orderNumber' => [ 'type' => 'string', 'locationName' => 'orderNumber', ], |
422 | 457 | ], |
423 | 458 | ], |
| 459 | + 'BankCardOCRInfo' => [ |
| 460 | + 'type' => 'structure', |
| 461 | + 'members' => [ |
| 462 | + 'status' => [ 'type' => 'string', 'locationName' => 'status', ], |
| 463 | + 'code' => [ 'type' => 'string', 'locationName' => 'code', ], |
| 464 | + 'number' => [ 'type' => 'string', 'locationName' => 'number', ], |
| 465 | + 'cardType' => [ 'type' => 'string', 'locationName' => 'cardType', ], |
| 466 | + 'name' => [ 'type' => 'string', 'locationName' => 'name', ], |
| 467 | + 'bank' => [ 'type' => 'string', 'locationName' => 'bank', ], |
| 468 | + 'date' => [ 'type' => 'string', 'locationName' => 'date', ], |
| 469 | + 'chargeFlag' => [ 'type' => 'string', 'locationName' => 'chargeFlag', ], |
| 470 | + ], |
| 471 | + ], |
424 | 472 | 'CheckInfo' => [ |
425 | 473 | 'type' => 'structure', |
426 | 474 | 'members' => [ |
|
577 | 625 | 'idcard' => [ 'type' => 'string', 'locationName' => 'idcard', ], |
578 | 626 | 'returnUrl' => [ 'type' => 'string', 'locationName' => 'returnUrl', ], |
579 | 627 | 'actions' => [ 'type' => 'string', 'locationName' => 'actions', ], |
| 628 | + 'showFail' => [ 'type' => 'boolean', 'locationName' => 'showFail', ], |
| 629 | + 'photo' => [ 'type' => 'string', 'locationName' => 'photo', ], |
| 630 | + 'photoThresh' => [ 'type' => 'integer', 'locationName' => 'photoThresh', ], |
580 | 631 | ], |
581 | 632 | ], |
582 | 633 | 'GetAliveResultNewResultShape' => [ |
|
611 | 662 | 'detail' => [ 'type' => 'string', 'locationName' => 'detail', ], |
612 | 663 | ], |
613 | 664 | ], |
| 665 | + 'BankCardOCRResultShape' => [ |
| 666 | + 'type' => 'structure', |
| 667 | + 'members' => [ |
| 668 | + 'status' => [ 'type' => 'string', 'locationName' => 'status', ], |
| 669 | + 'code' => [ 'type' => 'string', 'locationName' => 'code', ], |
| 670 | + 'number' => [ 'type' => 'string', 'locationName' => 'number', ], |
| 671 | + 'cardType' => [ 'type' => 'string', 'locationName' => 'cardType', ], |
| 672 | + 'name' => [ 'type' => 'string', 'locationName' => 'name', ], |
| 673 | + 'bank' => [ 'type' => 'string', 'locationName' => 'bank', ], |
| 674 | + 'date' => [ 'type' => 'string', 'locationName' => 'date', ], |
| 675 | + 'chargeFlag' => [ 'type' => 'string', 'locationName' => 'chargeFlag', ], |
| 676 | + ], |
| 677 | + ], |
614 | 678 | 'CheckCompanyInfo3RequestShape' => [ |
615 | 679 | 'type' => 'structure', |
616 | 680 | 'members' => [ |
|
623 | 687 | 'token' => [ 'type' => 'string', 'locationName' => 'token', ], |
624 | 688 | ], |
625 | 689 | ], |
| 690 | + 'BusinessOCRResultShape' => [ |
| 691 | + 'type' => 'structure', |
| 692 | + 'members' => [ |
| 693 | + 'status' => [ 'type' => 'string', 'locationName' => 'status', ], |
| 694 | + 'code' => [ 'type' => 'string', 'locationName' => 'code', ], |
| 695 | + 'number' => [ 'type' => 'string', 'locationName' => 'number', ], |
| 696 | + 'name' => [ 'type' => 'string', 'locationName' => 'name', ], |
| 697 | + 'companyType' => [ 'type' => 'string', 'locationName' => 'companyType', ], |
| 698 | + 'address' => [ 'type' => 'string', 'locationName' => 'address', ], |
| 699 | + 'legalPersonal' => [ 'type' => 'string', 'locationName' => 'legalPersonal', ], |
| 700 | + 'registeredCapital' => [ 'type' => 'string', 'locationName' => 'registeredCapital', ], |
| 701 | + 'date' => [ 'type' => 'string', 'locationName' => 'date', ], |
| 702 | + 'scope' => [ 'type' => 'string', 'locationName' => 'scope', ], |
| 703 | + 'registrationDate' => [ 'type' => 'string', 'locationName' => 'registrationDate', ], |
| 704 | + 'chargeFlag' => [ 'type' => 'string', 'locationName' => 'chargeFlag', ], |
| 705 | + ], |
| 706 | + ], |
626 | 707 | 'CheckLegalPersonResultShape' => [ |
627 | 708 | 'type' => 'structure', |
628 | 709 | 'members' => [ |
|
633 | 714 | 'detail' => [ 'type' => 'string', 'locationName' => 'detail', ], |
634 | 715 | ], |
635 | 716 | ], |
| 717 | + 'BusinessOCRResponseShape' => [ |
| 718 | + 'type' => 'structure', |
| 719 | + 'members' => [ |
| 720 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 721 | + 'result' => [ 'shape' => 'BusinessOCRResultShape', ], |
| 722 | + ], |
| 723 | + ], |
636 | 724 | 'QueryBankListResultShape' => [ |
637 | 725 | 'type' => 'structure', |
638 | 726 | 'members' => [ |
|
843 | 931 | 'detail' => [ 'type' => 'string', 'locationName' => 'detail', ], |
844 | 932 | ], |
845 | 933 | ], |
| 934 | + 'BankCardOCRRequestShape' => [ |
| 935 | + 'type' => 'structure', |
| 936 | + 'members' => [ |
| 937 | + 'imageData' => [ 'type' => 'string', 'locationName' => 'imageData', ], |
| 938 | + ], |
| 939 | + ], |
846 | 940 | 'CheckLegalPersonRequestShape' => [ |
847 | 941 | 'type' => 'structure', |
848 | 942 | 'members' => [ |
|
917 | 1011 | 'detail' => [ 'type' => 'string', 'locationName' => 'detail', ], |
918 | 1012 | ], |
919 | 1013 | ], |
| 1014 | + 'BankCardOCRResponseShape' => [ |
| 1015 | + 'type' => 'structure', |
| 1016 | + 'members' => [ |
| 1017 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 1018 | + 'result' => [ 'shape' => 'BankCardOCRResultShape', ], |
| 1019 | + ], |
| 1020 | + ], |
920 | 1021 | 'PersonalBankcard4OtherRequestShape' => [ |
921 | 1022 | 'type' => 'structure', |
922 | 1023 | 'members' => [ |
|
1082 | 1183 | 'result' => [ 'shape' => 'AddressDetailResultShape', ], |
1083 | 1184 | ], |
1084 | 1185 | ], |
| 1186 | + 'BusinessOCRRequestShape' => [ |
| 1187 | + 'type' => 'structure', |
| 1188 | + 'members' => [ |
| 1189 | + 'imageData' => [ 'type' => 'string', 'locationName' => 'imageData', ], |
| 1190 | + ], |
| 1191 | + ], |
1085 | 1192 | 'PersonalMobileResponseShape' => [ |
1086 | 1193 | 'type' => 'structure', |
1087 | 1194 | 'members' => [ |
|
0 commit comments