diff options
| author | Zhineng Li <[email protected]> | 2026-02-13 10:54:11 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-02-13 10:54:11 +0800 |
| commit | 7347bac4ab7e136157fc94777e6cf87ef9e08599 (patch) | |
| tree | 0dec367dac6e152161a6f7cc0dba6ebbef1f34a2 /data/en_us/cloudauth/2022-11-25/api-docs.php | |
| download | acs-metadata-full-main.tar.gz acs-metadata-full-main.zip | |
first commitHEADv1.0.0+20260212main
Diffstat (limited to 'data/en_us/cloudauth/2022-11-25/api-docs.php')
| -rw-r--r-- | data/en_us/cloudauth/2022-11-25/api-docs.php | 1174 |
1 files changed, 1174 insertions, 0 deletions
diff --git a/data/en_us/cloudauth/2022-11-25/api-docs.php b/data/en_us/cloudauth/2022-11-25/api-docs.php new file mode 100644 index 0000000..f38d66a --- /dev/null +++ b/data/en_us/cloudauth/2022-11-25/api-docs.php @@ -0,0 +1,1174 @@ +<?php return [ + 'version' => '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'Cloudauth', + 'version' => '2022-11-25', + ], + 'directories' => [ + [ + 'id' => 178446, + 'title' => 'Other', + 'type' => 'directory', + 'children' => [ + 'EntVerify', + 'EntElementVerify', + 'EntRiskQuery', + 'EntElementVerifyV2', + ], + ], + [ + 'id' => 0, + 'title' => '其它', + 'type' => 'directory', + 'children' => [ + 'EntElementVerifyPRO', + ], + ], + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'EntVerify' => [ + 'summary' => 'Enterprise Authentication', + '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' => 'Scene code.', + 'type' => 'string', + 'required' => false, + 'example' => 'withdraw', + ], + ], + [ + 'name' => 'MerchantBizId', + 'in' => 'query', + 'schema' => [ + 'description' => 'A unique business identifier defined by the merchant, used for subsequent problem localization and troubleshooting. It supports a combination of letters and numbers, with a maximum length of 32 characters. Please ensure its uniqueness.', + 'type' => 'string', + 'required' => false, + 'example' => '32198****193000', + ], + ], + [ + 'name' => 'MerchantUserId', + 'in' => 'query', + 'schema' => [ + 'description' => 'Merchant-side user ID. It supports a combination of letters and numbers, with a maximum length of 32 characters.', + 'type' => 'string', + 'required' => false, + 'example' => '432***421', + ], + ], + [ + 'name' => 'UserAuthorization', + 'in' => 'query', + 'schema' => [ + 'description' => 'Whether the user authorization is obtained.'."\n" + ."\n" + .'- 1: Authorized'."\n" + ."\n" + .'- 0: Not authorized', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'InfoVerifyType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Enterprise element verification type, currently not supported.', + 'type' => 'string', + 'required' => false, + 'example' => '无', + ], + ], + [ + 'name' => 'RiskVerifyType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Enterprise risk verification type, at least one of InfoVerifyType or this must be selected. Currently supported:'."\n" + ."\n" + .'- BUSINESS_ANTIFRAUD', + 'type' => 'string', + 'required' => false, + 'example' => 'BUSINESS_ANTIFRAUD', + ], + ], + [ + 'name' => 'RiskModelVersion', + 'in' => 'query', + 'schema' => [ + 'description' => 'Enterprise risk verification model version, required when RiskVerifyType is not empty. Currently supported:'."\n" + ."\n" + .'- BASIC: Basic version', + 'type' => 'string', + 'required' => false, + 'example' => 'BASIC', + ], + ], + [ + 'name' => 'LicenseNo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Business license number.', + 'type' => 'string', + 'required' => false, + 'example' => '32132***328932', + ], + ], + [ + 'name' => 'EntName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Enterprise name.', + 'type' => 'string', + 'required' => false, + 'example' => '***有限公司', + ], + ], + [ + 'name' => 'LegalPersonName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Legal person\'s name.', + 'type' => 'string', + 'required' => false, + 'example' => '张**', + ], + ], + [ + 'name' => 'LegalPersonCertNo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Legal person\'s ID number.', + 'type' => 'string', + 'required' => false, + 'example' => '370105*****3892', + ], + ], + [ + 'name' => 'LegalPersonMobile', + 'in' => 'query', + 'schema' => [ + 'description' => 'Legal person\'s mobile phone number.', + 'type' => 'string', + 'required' => false, + 'example' => '1300***53', + ], + ], + [ + 'name' => 'AccountNo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Receiving account, to assist in improving the risk assessment effect.', + 'type' => 'string', + 'required' => false, + 'example' => '321324***38293', + ], + ], + ], + '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-A***B-A3DC0DE3C83E', + ], + 'Code' => [ + 'description' => 'Return code', + 'type' => 'string', + 'example' => 'Success', + ], + 'Message' => [ + 'description' => 'Error message', + 'type' => 'string', + 'example' => '成功', + ], + 'Result' => [ + 'description' => 'Result', + 'type' => 'object', + 'properties' => [ + 'RiskVerifyResult' => [ + 'description' => 'Enterprise risk verification result', + 'type' => 'object', + 'properties' => [ + 'ModelResults' => [ + 'description' => 'List of enterprise risk verification model results', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'ModelName' => [ + 'description' => 'Model name', + 'type' => 'string', + 'example' => 'model_1', + ], + 'Result' => [ + 'description' => 'Model result', + 'type' => 'string', + 'example' => '5', + ], + ], + ], + ], + 'Found' => [ + 'description' => 'Whether found', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [], + '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"}]', + 'title' => 'Enterprise Risk Verification', + 'translator' => 'machine', + ], + 'EntElementVerify' => [ + 'summary' => 'Enterprise Element Verification', + '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' => 'Scene code. Supports a combination of letters, numbers, and underscores, with a maximum length of 32 characters.', + 'type' => 'string', + 'required' => false, + 'example' => 'withdraw', + ], + ], + [ + 'name' => 'MerchantBizId', + 'in' => 'query', + 'schema' => [ + 'description' => 'A unique business identifier defined by the merchant for subsequent troubleshooting. It supports a combination of letters and numbers, with a maximum length of 32 characters. Please ensure uniqueness.', + 'type' => 'string', + 'required' => false, + 'example' => '32198****193000', + ], + ], + [ + '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' => '432***421', + ], + ], + [ + 'name' => 'UserAuthorization', + 'in' => 'query', + 'schema' => [ + 'description' => 'Whether user authorization is obtained.'."\n" + .'- 1: Authorized'."\n" + .'- 0: Not authorized', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'InfoVerifyType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Type of enterprise element verification.'."\n" + .'- ENT_2META: Two elements'."\n" + .'- ENT_3META: Three elements'."\n" + .'- ENT_4META: Four elements', + 'type' => 'string', + 'required' => false, + 'enumValueTitles' => [ + 'ENT_4META' => '四要素', + 'ENT_2META' => '二要素', + 'ENT_3META' => '三要素', + ], + 'example' => 'ENT_2META', + ], + ], + [ + 'name' => 'LicenseNo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Business license number.', + 'type' => 'string', + 'required' => false, + 'example' => '32132***328932', + ], + ], + [ + 'name' => 'EntName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Enterprise name.', + 'type' => 'string', + 'required' => false, + 'example' => '***有限公司', + ], + ], + [ + 'name' => 'LegalPersonName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Legal representative\'s name. Required for three-element and four-element scenarios.', + 'type' => 'string', + 'required' => false, + 'example' => '张**', + ], + ], + [ + 'name' => 'LegalPersonCertNo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Legal representative\'s ID number. Required for the four-element scenario.', + 'type' => 'string', + 'required' => false, + 'example' => '370105*****3892', + ], + ], + ], + '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***B-A3DC0DE3C83E', + ], + 'Code' => [ + 'description' => 'Return code', + 'type' => 'string', + 'example' => 'Success', + ], + 'Message' => [ + 'description' => 'Error message', + 'type' => 'string', + 'example' => 'success', + ], + 'Result' => [ + 'description' => 'Result', + 'type' => 'object', + 'properties' => [ + 'BizCode' => [ + 'description' => 'Verification result code.'."\n" + .'- 1: Verification consistent'."\n" + .'- 2: Verification inconsistent'."\n" + .'- 3: Not found', + 'type' => 'string', + 'example' => '1', + ], + 'Status' => [ + 'description' => 'Enterprise operating status.'."\n" + .'- 1: In operation (open)'."\n" + .'- 2: Relocated'."\n" + .'- 3: Deregistered'."\n" + .'- 4: Revoked'."\n" + .'- 5: Canceled'."\n" + .'- 6: Suspended'."\n" + .'- 0: Other', + 'type' => 'string', + 'example' => '1', + ], + 'ReasonCode' => [ + 'description' => 'ReasonCode explanation:'."\n" + ."\n" + .'- 100: Verification consistent'."\n" + ."\n" + .'- 201: Inconsistent between person and enterprise'."\n" + ."\n" + .'- 202: Inconsistent in two elements of the enterprise'."\n" + ."\n" + .'- 301: No enterprise found, unable to verify'."\n" + ."\n" + .'- 302: Legal representative does not exist in the database'."\n" + .'><warning>This field will be discontinued on June 15, 2023. Existing customers are not affected.></warning>', + 'type' => 'string', + 'example' => '100', + ], + 'ReasonDetail' => [ + 'description' => 'Details of inconsistencies, multiple inconsistencies will be separated by commas.'."\n" + .'- LegalPersonNameFlag: Inconsistent legal representative name'."\n" + .'- LegalPersonCertNoFlag: Inconsistent legal representative ID number'."\n" + .'- EntNameFlag: Inconsistent enterprise name'."\n" + .'- LicenseNoFlag: Inconsistent business license number', + 'type' => 'string', + 'example' => 'LegalPersonNameFlag,LegalPersonCertNoFlag', + ], + 'OpenTime' => [ + 'description' => 'Operating period: 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', + ], + ], + ], + ], + ], + ], + ], + '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' => 'Supports only enterprises and individual businesses.', + 'translator' => 'machine', + ], + 'EntRiskQuery' => [ + 'summary' => 'Abnormal Business Operation Query', + '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' => 'Custom scene code, used to distinguish business scenarios, a 10-digit number.', + 'type' => 'string', + 'required' => false, + 'example' => '1000000086', + ], + ], + [ + 'name' => 'MerchantBizId', + 'in' => 'query', + 'schema' => [ + 'description' => 'A unique business identifier defined by the merchant side, used for subsequent problem localization and troubleshooting. Supports a combination of 32 alphanumeric characters, please ensure uniqueness.', + 'type' => 'string', + 'required' => false, + 'example' => '32198****193000', + ], + ], + [ + 'name' => 'MerchantUserId', + 'in' => 'query', + 'schema' => [ + 'description' => 'A custom user ID in your business, used for subsequent problem localization and troubleshooting.', + 'type' => 'string', + 'required' => false, + 'example' => '无', + ], + ], + [ + 'name' => 'UserAuthorization', + 'in' => 'query', + 'schema' => [ + 'description' => 'Whether user authorization is obtained.'."\n" + .'1: Authorized'."\n" + .'0: Not authorized', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'ParamType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Parameter type.'."\n" + .'00: Company name;'."\n" + .'01: Business registration number;'."\n" + .'02: Unified Social Credit Code;'."\n" + .'03: Organization code;', + 'type' => 'string', + 'required' => false, + 'example' => '00', + ], + ], + [ + 'name' => 'ParamValue', + 'in' => 'query', + 'schema' => [ + 'description' => 'Enter one of the following based on the ParamType: company name, business registration number, unified social credit code, or organization code.', + 'type' => 'string', + 'required' => false, + 'example' => '91330106673959****', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'API response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Request ID', + 'type' => 'string', + 'example' => '8FC3D6AC-9FED-4311-8DA7-C4BF47D9F260', + ], + 'Code' => [ + 'description' => 'Error code. For details about error codes, see **[Error Codes](~~215420~~)**.', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => 'Response message for the request information.', + 'type' => 'string', + 'example' => 'success', + ], + 'Result' => [ + 'description' => 'Result', + 'type' => 'object', + 'properties' => [ + 'BizCode' => [ + 'description' => 'Query result'."\n" + .'0: Normal business operation'."\n" + .'1: Abnormal business operation'."\n" + .'2: Not found', + 'type' => 'string', + 'example' => '1', + ], + 'Status' => [ + 'description' => 'Business operation status.'."\n" + .'- 1: In operation (open)'."\n" + .'- 2: Relocated'."\n" + .'- 3: Deregistered'."\n" + .'- 4: Revoked'."\n" + .'- 5: Canceled'."\n" + .'- 6: Suspended'."\n" + .'- 0: Other', + 'type' => 'string', + 'example' => '1', + ], + 'RiskList' => [ + 'description' => 'List of abnormal information', + 'type' => 'array', + 'items' => [ + 'description' => 'Detailed abnormal information', + 'type' => 'object', + 'properties' => [ + 'CreditCode' => [ + 'description' => 'Unified Social Credit Code', + 'type' => 'string', + 'example' => '92500112MA5UHU****', + ], + 'EntName' => [ + 'description' => 'Company name.', + 'type' => 'string', + 'example' => '杭州****', + ], + 'RegNo' => [ + 'description' => 'Business registration number', + 'type' => 'string', + 'example' => '50011260996****', + ], + 'ListedReason' => [ + 'description' => 'Reason for being listed as abnormal', + 'type' => 'string', + 'example' => '未按照《个体工商户年度报告暂行办法》***', + ], + 'ListedDate' => [ + 'description' => 'Date listed as abnormal'."\n" + .'Example: 2023-02-03', + 'type' => 'string', + 'example' => '2023-02-03', + ], + 'RemovedReason' => [ + 'description' => 'Reason for being removed from the abnormal list', + 'type' => 'string', + 'example' => '根据《个体工商户年度报告暂行办法》第十三条的规定******', + ], + 'RemovedDate' => [ + 'description' => 'Date removed from the abnormal list'."\n" + .'Example: 2023-02-03', + 'type' => 'string', + 'example' => '2023-02-06', + ], + 'OperationOrg' => [ + 'description' => 'Authority that handled the inclusion', + 'type' => 'string', + 'example' => '***市场监督***', + ], + 'RemovedOrg' => [ + 'description' => 'Authority that handled the removal', + 'type' => 'string', + '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 for Abnormal Business Operations', + 'translator' => 'machine', + ], + 'EntElementVerifyV2' => [ + 'summary' => 'Enterprise Element Verification 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' => 'Custom scene code, defined by the user to distinguish between different business scenarios. Supports a combination of letters, numbers, and underscores, with a maximum length of 32 characters.', + 'type' => 'string', + 'required' => true, + 'example' => '1000000006', + ], + ], + [ + 'name' => 'MerchantBizId', + 'in' => 'query', + 'schema' => [ + 'description' => 'A unique business identifier defined by the merchant side, used for subsequent problem localization and troubleshooting. Supports a combination of letters and numbers, with a maximum length of 32 characters. Please ensure uniqueness.', + 'type' => 'string', + 'required' => true, + 'example' => 'e0c34a77f5ac40a5aa5e6ed20c35****', + ], + ], + [ + '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' => true, + 'example' => 'mch7x9a2b4c8d3e5f6g1h2i3j4k5****', + ], + ], + [ + 'name' => 'UserAuthorization', + 'in' => 'query', + 'schema' => [ + 'description' => 'Whether user authorization has been obtained.'."\n" + .'- 1: Authorization obtained'."\n" + .'- 0: No authorization obtained', + 'type' => 'string', + 'required' => true, + 'example' => '1', + ], + ], + [ + 'name' => 'InfoVerifyType', + 'in' => 'query', + 'schema' => [ + 'description' => 'Type of enterprise element verification.'."\n" + .'- ENT_2META: Two-element verification (enterprise name + unified social credit code)'."\n" + .'- ENT_3META: Three-element verification (enterprise name + unified social credit code + legal person\'s name or organization head)'."\n" + .'- ENT_4META: Four-element verification (enterprise name + unified social credit code + legal person\'s name or organization head + legal person\'s ID number)', + 'type' => 'string', + 'required' => true, + 'example' => 'ENT_2META', + ], + ], + [ + 'name' => 'LicenseNo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Unified Social Credit Code.', + 'type' => 'string', + 'required' => true, + 'example' => '91330106673959****', + ], + ], + [ + 'name' => 'EntName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Enterprise Name.', + 'type' => 'string', + 'required' => true, + 'example' => '****有限公司', + ], + ], + [ + 'name' => 'LegalPersonName', + 'in' => 'query', + 'schema' => [ + 'description' => 'Legal Person\'s Name. Required for three-element and four-element scenarios.', + 'type' => 'string', + 'required' => false, + 'example' => '张**', + ], + ], + [ + 'name' => 'LegalPersonCertNo', + 'in' => 'query', + 'schema' => [ + 'description' => 'Legal Person\'s ID Number. Required for four-element scenarios.', + 'type' => 'string', + 'required' => false, + 'example' => '1******************9', + ], + ], + ], + '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***B-A3DC0DE3C83E', + ], + 'Code' => [ + 'description' => 'Return code', + 'type' => 'string', + 'example' => 'Success', + ], + 'Message' => [ + 'description' => 'Error message', + 'type' => 'string', + 'example' => 'success', + ], + 'Result' => [ + 'description' => 'Result', + 'type' => 'object', + 'properties' => [ + 'BizCode' => [ + 'description' => 'Verification result code.'."\n" + .'- 1: Verification consistent'."\n" + .'- 2: Verification inconsistent'."\n" + .'- 3: Not found', + 'type' => 'string', + 'example' => '1', + ], + 'Status' => [ + 'description' => 'Business operation status.'."\n" + .'- 1: In operation (open)'."\n" + .'- 2: Relocated'."\n" + .'- 3: Deregistered'."\n" + .'- 4: Revoked'."\n" + .'- 5: Canceled'."\n" + .'- 6: Suspended'."\n" + .'- 0: Other', + 'type' => 'string', + 'example' => '1', + ], + 'ReasonDetail' => [ + 'description' => 'Details of inconsistencies, multiple inconsistencies will be separated by commas.'."\n" + .'- LegalPersonNameFlag: Legal person\'s name does not match'."\n" + .'- LegalPersonCertNoFlag: Legal person\'s ID number does not match'."\n" + .'- EntNameFlag: Enterprise name does not match'."\n" + .'- LicenseNoFlag: Business license number does not match', + 'type' => 'string', + 'example' => 'LegalPersonNameFlag,LegalPersonCertNoFlag', + ], + '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', + ], + ], + ], + ], + ], + ], + ], + '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' => 'Enterprise Element Verification V2', + 'description' => 'The Enterprise Element Verification API provides a service for verifying the consistency of enterprise element information, used to identify the authenticity of enterprise information.'."\n" + ."\n" + .'It supports various institutions including enterprises, individual businesses, farmers\' professional cooperatives, government agencies, public institutions, social organizations, legal profession institutions, and owners\' meetings for 2-3 elements;'."\n" + ."\n" + .'For 4 elements, it supports enterprises, individual businesses, farmers\' professional cooperatives, and legal professions.', + 'translator' => 'machine', + ], + 'EntElementVerifyPRO' => [ + 'summary' => 'Enterprise Element Verification PRO', + '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' => '', + 'type' => 'string', + 'required' => false, + 'example' => '1000000006', + ], + ], + [ + 'name' => 'MerchantBizId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'e0c34a77f5ac40a5aa5e6ed20c35****', + ], + ], + [ + 'name' => 'MerchantUserId', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'mch7x9a2b4c8d3e5f6g1h2i3j4k5****'."\n", + ], + ], + [ + 'name' => 'UserAuthorization', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '1', + ], + ], + [ + 'name' => 'InfoVerifyType', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'ENT_4META', + ], + ], + [ + 'name' => 'LicenseNo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '91330106673959****', + ], + ], + [ + 'name' => 'EntName', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + ], + [ + 'name' => 'LegalPersonName', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '', + ], + ], + [ + 'name' => 'LegalPersonCertNo', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => '370105*****3892', + ], + ], + ], + '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' => '', + 'type' => 'string', + 'example' => '200', + ], + 'Message' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Result' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'BizCode' => [ + 'description' => '', + 'type' => 'string', + 'example' => '1', + ], + 'Status' => [ + 'description' => '', + 'type' => 'string', + 'example' => '1', + ], + 'ReasonDetail' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'LegalPersonNameFlag,LegalPersonCertNoFlag', + ], + 'OpenTime' => [ + 'description' => '', + 'type' => 'string', + 'example' => '2018-09-25/9999-09-09', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + '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"}]', + 'title' => 'Enterprise Element Verification PRO', + 'translator' => 'machine', + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-hangzhou', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'ap-northeast-1', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'ap-south-1', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-1', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-2', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-3', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'ap-southeast-5', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'cn-beijing', + 'endpoint' => 'cloudauth.cn-beijing.aliyuncs.com', + ], + [ + 'regionId' => 'cn-chengdu', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hongkong', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'cn-huhehaote', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'cn-qingdao', + 'endpoint' => 'cloudauth.cn-qingdao.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shenzhen', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'cn-zhangjiakou', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'eu-central-1', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'eu-west-1', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'me-east-1', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'us-east-1', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'us-west-1', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'cn-hangzhou-finance', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shenzhen-finance-1', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'cn-shanghai-finance-1', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + [ + 'regionId' => 'cn-north-2-gov-1', + 'endpoint' => 'cloudauth.aliyuncs.com', + ], + ], +]; |
