|
200 | 200 | 'input' => [ 'shape' => 'GetAliveResultRequestShape', ], |
201 | 201 | 'output' => [ 'shape' => 'GetAliveResultResponseShape', ], |
202 | 202 | ], |
| 203 | + 'GetAliveUrlNew' => [ |
| 204 | + 'name' => 'GetAliveUrlNew', |
| 205 | + 'http' => [ |
| 206 | + 'method' => 'POST', |
| 207 | + 'requestUri' => '/v1/alive:getUrlNew', |
| 208 | + ], |
| 209 | + 'input' => [ 'shape' => 'GetAliveUrlNewRequestShape', ], |
| 210 | + 'output' => [ 'shape' => 'GetAliveUrlNewResponseShape', ], |
| 211 | + ], |
| 212 | + 'GetAliveResultNew' => [ |
| 213 | + 'name' => 'GetAliveResultNew', |
| 214 | + 'http' => [ |
| 215 | + 'method' => 'POST', |
| 216 | + 'requestUri' => '/v1/alive:getResultNew', |
| 217 | + ], |
| 218 | + 'input' => [ 'shape' => 'GetAliveResultNewRequestShape', ], |
| 219 | + 'output' => [ 'shape' => 'GetAliveResultNewResponseShape', ], |
| 220 | + ], |
203 | 221 | 'OneClick' => [ |
204 | 222 | 'name' => 'OneClick', |
205 | 223 | 'http' => [ |
|
209 | 227 | 'input' => [ 'shape' => 'OneClickRequestShape', ], |
210 | 228 | 'output' => [ 'shape' => 'OneClickResponseShape', ], |
211 | 229 | ], |
| 230 | + 'AddressInfo' => [ |
| 231 | + 'name' => 'AddressInfo', |
| 232 | + 'http' => [ |
| 233 | + 'method' => 'POST', |
| 234 | + 'requestUri' => '/v1/address:info', |
| 235 | + ], |
| 236 | + 'input' => [ 'shape' => 'AddressInfoRequestShape', ], |
| 237 | + 'output' => [ 'shape' => 'AddressInfoResponseShape', ], |
| 238 | + ], |
| 239 | + 'AddressDetail' => [ |
| 240 | + 'name' => 'AddressDetail', |
| 241 | + 'http' => [ |
| 242 | + 'method' => 'POST', |
| 243 | + 'requestUri' => '/v1/address:detail', |
| 244 | + ], |
| 245 | + 'input' => [ 'shape' => 'AddressDetailRequestShape', ], |
| 246 | + 'output' => [ 'shape' => 'AddressDetailResponseShape', ], |
| 247 | + ], |
212 | 248 | 'DescribeApplyStatus' => [ |
213 | 249 | 'name' => 'DescribeApplyStatus', |
214 | 250 | 'http' => [ |
|
358 | 394 | 'idType' => [ 'type' => 'string', 'locationName' => 'idType', ], |
359 | 395 | ], |
360 | 396 | ], |
| 397 | + 'Data' => [ |
| 398 | + 'type' => 'structure', |
| 399 | + 'members' => [ |
| 400 | + 'status' => [ 'type' => 'integer', 'locationName' => 'status', ], |
| 401 | + 'comment' => [ 'type' => 'string', 'locationName' => 'comment', ], |
| 402 | + 'repairedAddressDetails' => [ 'type' => 'list', 'member' => [ 'shape' => 'RepairedAddressDetail', ], ], |
| 403 | + ], |
| 404 | + ], |
361 | 405 | 'AuthDetail' => [ |
362 | 406 | 'type' => 'structure', |
363 | 407 | 'members' => [ |
|
372 | 416 | 'orderNumber' => [ 'type' => 'string', 'locationName' => 'orderNumber', ], |
373 | 417 | ], |
374 | 418 | ], |
| 419 | + 'RepairedAddressDetail' => [ |
| 420 | + 'type' => 'structure', |
| 421 | + 'members' => [ |
| 422 | + 'repairStatus' => [ 'type' => 'integer', 'locationName' => 'repairStatus', ], |
| 423 | + 'repairedId' => [ 'type' => 'long', 'locationName' => 'repairedId', ], |
| 424 | + 'reliability' => [ 'type' => 'string', 'locationName' => 'reliability', ], |
| 425 | + 'activeTime' => [ 'type' => 'string', 'locationName' => 'activeTime', ], |
| 426 | + 'addressType' => [ 'type' => 'string', 'locationName' => 'addressType', ], |
| 427 | + ], |
| 428 | + ], |
375 | 429 | 'PersonalSpec' => [ |
376 | 430 | 'type' => 'structure', |
377 | 431 | 'members' => [ |
|
443 | 497 | 'companyInfo' => [ 'shape' => 'CompanyInfo', ], |
444 | 498 | ], |
445 | 499 | ], |
| 500 | + 'AddressInfoResultShape' => [ |
| 501 | + 'type' => 'structure', |
| 502 | + 'members' => [ |
| 503 | + 'chargeFlag' => [ 'type' => 'string', 'locationName' => 'chargeFlag', ], |
| 504 | + 'code' => [ 'type' => 'string', 'locationName' => 'code', ], |
| 505 | + 'message' => [ 'type' => 'string', 'locationName' => 'message', ], |
| 506 | + 'taskId' => [ 'type' => 'string', 'locationName' => 'taskId', ], |
| 507 | + 'detail' => [ 'type' => 'string', 'locationName' => 'detail', ], |
| 508 | + ], |
| 509 | + ], |
| 510 | + 'AddressDetailResultShape' => [ |
| 511 | + 'type' => 'structure', |
| 512 | + 'members' => [ |
| 513 | + 'code' => [ 'type' => 'string', 'locationName' => 'code', ], |
| 514 | + 'message' => [ 'type' => 'string', 'locationName' => 'message', ], |
| 515 | + 'status' => [ 'type' => 'integer', 'locationName' => 'status', ], |
| 516 | + 'comment' => [ 'type' => 'string', 'locationName' => 'comment', ], |
| 517 | + 'repairedAddressDetails' => [ 'type' => 'list', 'member' => [ 'shape' => 'RepairedAddressDetail', ], ], |
| 518 | + ], |
| 519 | + ], |
446 | 520 | 'PersonalBankcard3DetailResponseShape' => [ |
447 | 521 | 'type' => 'structure', |
448 | 522 | 'members' => [ |
|
506 | 580 | 'accountInfo' => [ 'shape' => 'AccountInfoSimple', ], |
507 | 581 | ], |
508 | 582 | ], |
| 583 | + 'GetAliveUrlNewRequestShape' => [ |
| 584 | + 'type' => 'structure', |
| 585 | + 'members' => [ |
| 586 | + 'name' => [ 'type' => 'string', 'locationName' => 'name', ], |
| 587 | + 'idcard' => [ 'type' => 'string', 'locationName' => 'idcard', ], |
| 588 | + 'returnUrl' => [ 'type' => 'string', 'locationName' => 'returnUrl', ], |
| 589 | + ], |
| 590 | + ], |
| 591 | + 'GetAliveResultNewResultShape' => [ |
| 592 | + 'type' => 'structure', |
| 593 | + 'members' => [ |
| 594 | + 'faceImage' => [ 'type' => 'string', 'locationName' => 'faceImage', ], |
| 595 | + 'sceneImage' => [ 'type' => 'string', 'locationName' => 'sceneImage', ], |
| 596 | + 'h5Result' => [ 'type' => 'string', 'locationName' => 'h5Result', ], |
| 597 | + 'smResult' => [ 'type' => 'string', 'locationName' => 'smResult', ], |
| 598 | + 'rxResult' => [ 'type' => 'string', 'locationName' => 'rxResult', ], |
| 599 | + 'score' => [ 'type' => 'string', 'locationName' => 'score', ], |
| 600 | + 'desc' => [ 'type' => 'string', 'locationName' => 'desc', ], |
| 601 | + ], |
| 602 | + ], |
509 | 603 | 'PersonalAuthResponseShape' => [ |
510 | 604 | 'type' => 'structure', |
511 | 605 | 'members' => [ |
|
542 | 636 | 'companyInfo3Spec' => [ 'shape' => 'CompanyInfo3Spec', ], |
543 | 637 | ], |
544 | 638 | ], |
| 639 | + 'AddressInfoRequestShape' => [ |
| 640 | + 'type' => 'structure', |
| 641 | + 'members' => [ |
| 642 | + 'phoneNumber' => [ 'type' => 'string', 'locationName' => 'phoneNumber', ], |
| 643 | + 'idNumber' => [ 'type' => 'string', 'locationName' => 'idNumber', ], |
| 644 | + 'address' => [ 'type' => 'string', 'locationName' => 'address', ], |
| 645 | + 'customerCode' => [ 'type' => 'string', 'locationName' => 'customerCode', ], |
| 646 | + ], |
| 647 | + ], |
| 648 | + 'GetAliveResultNewRequestShape' => [ |
| 649 | + 'type' => 'structure', |
| 650 | + 'members' => [ |
| 651 | + 'token' => [ 'type' => 'string', 'locationName' => 'token', ], |
| 652 | + ], |
| 653 | + ], |
545 | 654 | 'CheckCompanyInfoResponseShape' => [ |
546 | 655 | 'type' => 'structure', |
547 | 656 | 'members' => [ |
|
592 | 701 | 'result' => [ 'shape' => 'QueryProvinceListResultShape', ], |
593 | 702 | ], |
594 | 703 | ], |
| 704 | + 'GetAliveUrlNewResultShape' => [ |
| 705 | + 'type' => 'structure', |
| 706 | + 'members' => [ |
| 707 | + 'code' => [ 'type' => 'string', 'locationName' => 'code', ], |
| 708 | + 'message' => [ 'type' => 'string', 'locationName' => 'message', ], |
| 709 | + 'url' => [ 'type' => 'string', 'locationName' => 'url', ], |
| 710 | + 'token' => [ 'type' => 'string', 'locationName' => 'token', ], |
| 711 | + 'chargeFlag' => [ 'type' => 'string', 'locationName' => 'chargeFlag', ], |
| 712 | + ], |
| 713 | + ], |
595 | 714 | 'CheckCompanyInfo3ResultShape' => [ |
596 | 715 | 'type' => 'structure', |
597 | 716 | 'members' => [ |
|
695 | 814 | 'provinceCode' => [ 'type' => 'string', 'locationName' => 'provinceCode', ], |
696 | 815 | ], |
697 | 816 | ], |
| 817 | + 'GetAliveUrlNewResponseShape' => [ |
| 818 | + 'type' => 'structure', |
| 819 | + 'members' => [ |
| 820 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 821 | + 'result' => [ 'shape' => 'GetAliveUrlNewResultShape', ], |
| 822 | + ], |
| 823 | + ], |
698 | 824 | 'QueryCompanyTransferResultShape' => [ |
699 | 825 | 'type' => 'structure', |
700 | 826 | 'members' => [ |
|
790 | 916 | 'result' => [ 'shape' => 'PersonalBankcard4DetailResultShape', ], |
791 | 917 | ], |
792 | 918 | ], |
| 919 | + 'AddressInfoResponseShape' => [ |
| 920 | + 'type' => 'structure', |
| 921 | + 'members' => [ |
| 922 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 923 | + 'result' => [ 'shape' => 'AddressInfoResultShape', ], |
| 924 | + ], |
| 925 | + ], |
793 | 926 | 'CheckCompanyInfo3ResponseShape' => [ |
794 | 927 | 'type' => 'structure', |
795 | 928 | 'members' => [ |
|
810 | 943 | 'personalSpec' => [ 'shape' => 'PersonalSpec', ], |
811 | 944 | ], |
812 | 945 | ], |
| 946 | + 'AddressDetailResponseShape' => [ |
| 947 | + 'type' => 'structure', |
| 948 | + 'members' => [ |
| 949 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 950 | + 'result' => [ 'shape' => 'AddressDetailResultShape', ], |
| 951 | + ], |
| 952 | + ], |
| 953 | + 'GetAliveResultNewResponseShape' => [ |
| 954 | + 'type' => 'structure', |
| 955 | + 'members' => [ |
| 956 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 957 | + 'result' => [ 'shape' => 'GetAliveResultNewResultShape', ], |
| 958 | + ], |
| 959 | + ], |
813 | 960 | 'PersonalMobileResponseShape' => [ |
814 | 961 | 'type' => 'structure', |
815 | 962 | 'members' => [ |
|
846 | 993 | 'result' => [ 'shape' => 'OneClickResultShape', ], |
847 | 994 | ], |
848 | 995 | ], |
| 996 | + 'AddressDetailRequestShape' => [ |
| 997 | + 'type' => 'structure', |
| 998 | + 'members' => [ |
| 999 | + 'taskId' => [ 'type' => 'string', 'locationName' => 'taskId', ], |
| 1000 | + 'customerCode' => [ 'type' => 'string', 'locationName' => 'customerCode', ], |
| 1001 | + ], |
| 1002 | + ], |
849 | 1003 | 'CheckLegalPersonResponseShape' => [ |
850 | 1004 | 'type' => 'structure', |
851 | 1005 | 'members' => [ |
|
0 commit comments