|
74 | 74 | 'input' => [ 'shape' => 'CompanyTransferRequestShape', ], |
75 | 75 | 'output' => [ 'shape' => 'CompanyTransferResponseShape', ], |
76 | 76 | ], |
| 77 | + 'CompanyTransferNew' => [ |
| 78 | + 'name' => 'CompanyTransferNew', |
| 79 | + 'http' => [ |
| 80 | + 'method' => 'POST', |
| 81 | + 'requestUri' => '/v1/company:transferNew', |
| 82 | + ], |
| 83 | + 'input' => [ 'shape' => 'CompanyTransferNewRequestShape', ], |
| 84 | + 'output' => [ 'shape' => 'CompanyTransferNewResponseShape', ], |
| 85 | + ], |
| 86 | + 'CheckCompanyTransferNew' => [ |
| 87 | + 'name' => 'CheckCompanyTransferNew', |
| 88 | + 'http' => [ |
| 89 | + 'method' => 'POST', |
| 90 | + 'requestUri' => '/v1/company:checkNew', |
| 91 | + ], |
| 92 | + 'input' => [ 'shape' => 'CheckCompanyTransferNewRequestShape', ], |
| 93 | + 'output' => [ 'shape' => 'CheckCompanyTransferNewResponseShape', ], |
| 94 | + ], |
| 95 | + 'QueryCompanyTransferNew' => [ |
| 96 | + 'name' => 'QueryCompanyTransferNew', |
| 97 | + 'http' => [ |
| 98 | + 'method' => 'POST', |
| 99 | + 'requestUri' => '/v1/company:transferStatusNew', |
| 100 | + ], |
| 101 | + 'input' => [ 'shape' => 'QueryCompanyTransferNewRequestShape', ], |
| 102 | + 'output' => [ 'shape' => 'QueryCompanyTransferNewResponseShape', ], |
| 103 | + ], |
77 | 104 | 'CheckCompanyTransfer' => [ |
78 | 105 | 'name' => 'CheckCompanyTransfer', |
79 | 106 | 'http' => [ |
|
388 | 415 | 'idCode' => [ 'type' => 'string', 'locationName' => 'idCode', ], |
389 | 416 | ], |
390 | 417 | ], |
| 418 | + 'AccountInfoNew' => [ |
| 419 | + 'type' => 'structure', |
| 420 | + 'members' => [ |
| 421 | + 'accountNo' => [ 'type' => 'string', 'locationName' => 'accountNo', ], |
| 422 | + 'accountBank' => [ 'type' => 'string', 'locationName' => 'accountBank', ], |
| 423 | + 'keyName' => [ 'type' => 'string', 'locationName' => 'keyName', ], |
| 424 | + 'subBank' => [ 'type' => 'string', 'locationName' => 'subBank', ], |
| 425 | + 'payCallbackUrl' => [ 'type' => 'string', 'locationName' => 'payCallbackUrl', ], |
| 426 | + ], |
| 427 | + ], |
391 | 428 | 'AuthInfo' => [ |
392 | 429 | 'type' => 'structure', |
393 | 430 | 'members' => [ |
|
675 | 712 | 'result' => [ 'shape' => 'CompanyTransferSimpleResultShape', ], |
676 | 713 | ], |
677 | 714 | ], |
| 715 | + 'QueryCompanyTransferNewResponseShape' => [ |
| 716 | + 'type' => 'structure', |
| 717 | + 'members' => [ |
| 718 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 719 | + 'result' => [ 'shape' => 'QueryCompanyTransferNewResultShape', ], |
| 720 | + ], |
| 721 | + ], |
678 | 722 | 'PersonalBankcard4DetailResultShape' => [ |
679 | 723 | 'type' => 'structure', |
680 | 724 | 'members' => [ |
|
736 | 780 | 'result' => [ 'shape' => 'PersonalAuthResultShape', ], |
737 | 781 | ], |
738 | 782 | ], |
| 783 | + 'QueryCompanyTransferNewResultShape' => [ |
| 784 | + 'type' => 'structure', |
| 785 | + 'members' => [ |
| 786 | + 'success' => [ 'type' => 'boolean', 'locationName' => 'success', ], |
| 787 | + 'hasException' => [ 'type' => 'boolean', 'locationName' => 'hasException', ], |
| 788 | + 'code' => [ 'type' => 'string', 'locationName' => 'code', ], |
| 789 | + 'message' => [ 'type' => 'string', 'locationName' => 'message', ], |
| 790 | + 'detail' => [ 'type' => 'string', 'locationName' => 'detail', ], |
| 791 | + ], |
| 792 | + ], |
739 | 793 | 'QueryProvinceListResultShape' => [ |
740 | 794 | 'type' => 'structure', |
741 | 795 | 'members' => [ |
|
771 | 825 | 'token' => [ 'type' => 'string', 'locationName' => 'token', ], |
772 | 826 | ], |
773 | 827 | ], |
| 828 | + 'CompanyTransferNewResponseShape' => [ |
| 829 | + 'type' => 'structure', |
| 830 | + 'members' => [ |
| 831 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 832 | + 'result' => [ 'shape' => 'CompanyTransferNewResultShape', ], |
| 833 | + ], |
| 834 | + ], |
| 835 | + 'CompanyTransferNewResultShape' => [ |
| 836 | + 'type' => 'structure', |
| 837 | + 'members' => [ |
| 838 | + 'success' => [ 'type' => 'boolean', 'locationName' => 'success', ], |
| 839 | + 'hasException' => [ 'type' => 'boolean', 'locationName' => 'hasException', ], |
| 840 | + 'code' => [ 'type' => 'string', 'locationName' => 'code', ], |
| 841 | + 'message' => [ 'type' => 'string', 'locationName' => 'message', ], |
| 842 | + 'detail' => [ 'type' => 'string', 'locationName' => 'detail', ], |
| 843 | + ], |
| 844 | + ], |
774 | 845 | 'BusinessOCRResultShape' => [ |
775 | 846 | 'type' => 'structure', |
776 | 847 | 'members' => [ |
|
982 | 1053 | 'image_base64' => [ 'type' => 'string', 'locationName' => 'image_base64', ], |
983 | 1054 | ], |
984 | 1055 | ], |
| 1056 | + 'CheckCompanyTransferNewRequestShape' => [ |
| 1057 | + 'type' => 'structure', |
| 1058 | + 'members' => [ |
| 1059 | + 'checkInfo' => [ 'shape' => 'CheckInfo', ], |
| 1060 | + ], |
| 1061 | + ], |
985 | 1062 | 'CheckCompanyInfo3ResponseShape' => [ |
986 | 1063 | 'type' => 'structure', |
987 | 1064 | 'members' => [ |
|
1116 | 1193 | 'orderNumber' => [ 'type' => 'string', 'locationName' => 'orderNumber', ], |
1117 | 1194 | ], |
1118 | 1195 | ], |
| 1196 | + 'CheckCompanyTransferNewResponseShape' => [ |
| 1197 | + 'type' => 'structure', |
| 1198 | + 'members' => [ |
| 1199 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 1200 | + 'result' => [ 'shape' => 'CheckCompanyTransferNewResultShape', ], |
| 1201 | + ], |
| 1202 | + ], |
1119 | 1203 | 'CompanyTransferResultShape' => [ |
1120 | 1204 | 'type' => 'structure', |
1121 | 1205 | 'members' => [ |
|
1138 | 1222 | 'accountInfo' => [ 'shape' => 'AccountInfo', ], |
1139 | 1223 | ], |
1140 | 1224 | ], |
| 1225 | + 'QueryCompanyTransferNewRequestShape' => [ |
| 1226 | + 'type' => 'structure', |
| 1227 | + 'members' => [ |
| 1228 | + 'orderNumber' => [ 'type' => 'string', 'locationName' => 'orderNumber', ], |
| 1229 | + ], |
| 1230 | + ], |
| 1231 | + 'CheckCompanyTransferNewResultShape' => [ |
| 1232 | + 'type' => 'structure', |
| 1233 | + 'members' => [ |
| 1234 | + 'success' => [ 'type' => 'boolean', 'locationName' => 'success', ], |
| 1235 | + 'hasException' => [ 'type' => 'boolean', 'locationName' => 'hasException', ], |
| 1236 | + 'code' => [ 'type' => 'string', 'locationName' => 'code', ], |
| 1237 | + 'message' => [ 'type' => 'string', 'locationName' => 'message', ], |
| 1238 | + 'detail' => [ 'type' => 'string', 'locationName' => 'detail', ], |
| 1239 | + ], |
| 1240 | + ], |
1141 | 1241 | 'QueryCityListResponseShape' => [ |
1142 | 1242 | 'type' => 'structure', |
1143 | 1243 | 'members' => [ |
|
1414 | 1514 | 'customerCode' => [ 'type' => 'string', 'locationName' => 'customerCode', ], |
1415 | 1515 | ], |
1416 | 1516 | ], |
| 1517 | + 'CompanyTransferNewRequestShape' => [ |
| 1518 | + 'type' => 'structure', |
| 1519 | + 'members' => [ |
| 1520 | + 'accountInfo' => [ 'shape' => 'AccountInfoNew', ], |
| 1521 | + ], |
| 1522 | + ], |
1417 | 1523 | 'QueryBankListRequestShape' => [ |
1418 | 1524 | 'type' => 'structure', |
1419 | 1525 | 'members' => [ |
|
0 commit comments