diff options
| author | Zhineng Li <im@zhineng.li> | 2026-07-12 17:11:17 +0800 |
|---|---|---|
| committer | Zhineng Li <im@zhineng.li> | 2026-07-12 17:11:17 +0800 |
| commit | 1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634 (patch) | |
| tree | 5f0857666365b7e40cdaa3733ebe1f3ba9e13c67 /data/en_us/companyreg | |
| parent | 7347bac4ab7e136157fc94777e6cf87ef9e08599 (diff) | |
| download | afterglow-metadata-full-1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634.tar.gz afterglow-metadata-full-1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634.zip | |
update APIs 20260712
Diffstat (limited to 'data/en_us/companyreg')
| -rw-r--r-- | data/en_us/companyreg/2019-05-08/api-docs.php | 4043 | ||||
| -rw-r--r-- | data/en_us/companyreg/2020-03-06/api-docs.php | 6175 | ||||
| -rw-r--r-- | data/en_us/companyreg/2020-10-22/api-docs.php | 458 | ||||
| -rw-r--r-- | data/en_us/companyreg/2026-04-23/api-docs.php | 198 |
4 files changed, 2842 insertions, 8032 deletions
diff --git a/data/en_us/companyreg/2019-05-08/api-docs.php b/data/en_us/companyreg/2019-05-08/api-docs.php deleted file mode 100644 index 0e7b4d5..0000000 --- a/data/en_us/companyreg/2019-05-08/api-docs.php +++ /dev/null @@ -1,4043 +0,0 @@ -<?php return [ - 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'companyreg', - 'version' => '2019-05-08', - ], - 'directories' => [ - [ - 'id' => 127492, - 'title' => null, - 'type' => 'directory', - 'children' => [ - 'SendVcode', - 'ProcessCompanyRegOrder', - 'GenerateCompanyRegUploadPolicy', - 'GetCompanyRegOrder', - 'ListCompanyRegConsultations', - 'SubmitPartnerCompanyInformation', - 'QueryCommunicationLogs', - 'SubmitCommunicationNote', - 'SubmitConsultation', - 'CheckCompanyReg', - ], - ], - [ - 'id' => 127504, - 'title' => null, - 'type' => 'directory', - 'children' => [ - 'ConfirmTaxAmount', - 'AcceptBookkeepingDetailStatusChange', - 'CreateBookkeepingIntention', - 'ListBookkeepings', - 'ListBookkeepingStatisticses', - 'ListBookkeepingSubjectBalances', - 'QueryBookkeepingCommodityModules', - 'QueryBookkeepingCommodities', - 'AcceptBookkeepingAuditResult', - ], - ], - [ - 'id' => 127515, - 'title' => null, - 'type' => 'directory', - 'children' => [ - 'UploadUserMaterial', - 'UpdateProduce', - 'WriteCommunicationLog', - 'RefuseMaterial', - 'QueryTradeIntentionUserList', - 'QueryIntentionList', - 'ListApplicationLogs', - 'GenerateUploadFilePolicy', - 'ConfirmMaterial', - 'ConfirmIntention', - 'CloseIntention', - 'QueryIcpApplicationList', - 'ConfirmIcpIntention', - 'CloseIcpProduce', - 'QueryIcpProduceList', - 'ListIcpApplications', - 'QueryIcpIntentionList', - 'UploadIcpBasicMaterial', - 'SubmitIcpSolution', - 'ReSubmitIcpSolution', - 'AcceptPartnerNotification', - ], - ], - ], - 'components' => [ - 'schemas' => [], - ], - 'apis' => [ - 'SendVcode' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'readAndWrite', - 'systemTags' => [], - 'parameters' => [ - [ - 'name' => 'Mobile', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - 'ProcessCompanyRegOrder' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'readAndWrite', - 'systemTags' => [], - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'docRequired' => true, - ], - ], - [ - 'name' => 'ActionType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'ActionInfo', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'ActionRequestId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'BizSubCode', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'Data' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - 'GenerateCompanyRegUploadPolicy' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'systemTags' => [], - 'parameters' => [ - [ - 'name' => 'Data', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'BizSubCode', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'Signature' => [ - 'type' => 'string', - ], - 'Max' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Host' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'Encryption' => [ - 'type' => 'string', - ], - 'ExpireTime' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'EncodedPolicy' => [ - 'type' => 'string', - ], - 'FileDir' => [ - 'type' => 'string', - ], - 'Min' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'AccessId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - 'GetCompanyRegOrder' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'get', - ], - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'ActionTypes', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => '', - ], - ], - [ - 'name' => 'BizSubCode', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'PlatformName' => [ - 'type' => 'string', - ], - 'GmtPaid' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'BizStatusStage' => [ - 'type' => 'string', - ], - 'SupplementBizInfo' => [ - 'type' => 'string', - ], - 'OrderAmount' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'BizId' => [ - 'type' => 'string', - ], - 'BizSubCode' => [ - 'type' => 'string', - ], - 'InboundPhone' => [ - 'type' => 'string', - ], - 'YunMarketOrderAmount' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'GmtModified' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'BizStatus' => [ - 'type' => 'string', - ], - 'Extend' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'BizInfo' => [ - 'type' => 'string', - ], - 'AliyunOrderId' => [ - 'type' => 'string', - ], - 'OutboundPhone' => [ - 'type' => 'string', - ], - 'CompanyName' => [ - 'type' => 'string', - ], - 'Operations' => [ - 'type' => 'object', - 'itemNode' => true, - 'properties' => [ - 'BizOperation' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'ActionType' => [ - 'type' => 'string', - ], - 'GmtAction' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'ActionInfo' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - ], - ], - ], - ], - ], - 'ListCompanyRegConsultations' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'get', - ], - 'parameters' => [ - [ - 'name' => 'PageNum', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - 'minimum' => '1', - ], - ], - [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - 'maximum' => '200', - ], - ], - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'City', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'StartGmtCreate', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'EndGmtCreate', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'NextPage' => [ - 'type' => 'boolean', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'TotalItemNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PrePage' => [ - 'type' => 'boolean', - ], - 'CurrentPageNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalPageNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Data' => [ - 'type' => 'object', - 'itemNode' => true, - 'properties' => [ - 'CompanyRegConsultation' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'PlatformName' => [ - 'type' => 'string', - ], - 'BizId' => [ - 'type' => 'string', - ], - 'City' => [ - 'type' => 'string', - ], - 'OutboundPhone' => [ - 'type' => 'string', - ], - 'GmtModified' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'InboundPhone' => [ - 'type' => 'string', - ], - 'ConsultInfo' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - ], - ], - ], - ], - ], - 'SubmitPartnerCompanyInformation' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'write', - 'systemTags' => [], - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'CompanyName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Uscc', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'CompanyBizType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'ContactName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'ContactMobile', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - 'errorCodes' => [ - 403 => [ - [ - 'errorCode' => 'PermissionDenied', - 'errorMessage' => 'The access is denied.', - ], - ], - ], - ], - 'QueryCommunicationLogs' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Type', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - [ - 'name' => 'PageNum', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'default' => '1', - ], - ], - [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'default' => '50', - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Data' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'Note' => [ - 'type' => 'string', - ], - 'BizId' => [ - 'type' => 'string', - ], - 'UpdateTime' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'PartnerCode' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - ], - ], - ], - ], - ], - ], - ], - ], - 'SubmitCommunicationNote' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'readAndWrite', - 'systemTags' => [], - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Type', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Note', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'ActionRequestId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - 'SubmitConsultation' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'readAndWrite', - 'systemTags' => [], - 'parameters' => [ - [ - 'name' => 'Data', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Vcode', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'ConsultRequestId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'BizSubCode', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - 'CheckCompanyReg' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'write', - 'deprecated' => false, - 'systemTags' => [], - 'parameters' => [ - [ - 'name' => 'City', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'TradeName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'IndustryType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'OrgType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'NameType', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'default' => '1', - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'MatchCity' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'MatchBrand' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], - 'MatchSensitive' => [ - 'type' => 'string', - ], - 'SimilarCompanies' => [ - 'type' => 'object', - 'itemNode' => true, - 'properties' => [ - 'Company' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'Level' => [ - 'type' => 'string', - ], - 'CompanyName' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - ], - ], - ], - ], - ], - 'ConfirmTaxAmount' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'write', - 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'Success' => [ - 'type' => 'boolean', - ], - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - 'AcceptBookkeepingDetailStatusChange' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'write', - 'deprecated' => false, - 'systemTags' => [], - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Status', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'TaxAmount', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'docRequired' => true, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - 'errorCodes' => [], - ], - 'CreateBookkeepingIntention' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'write', - 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], - 'parameters' => [ - [ - 'name' => 'VerifyCode', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Mobile', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'UserName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Description', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Area', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Channel', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Token', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - 'ListBookkeepings' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'none', - ], - 'parameters' => [ - [ - 'name' => 'PageNumber', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'CurrentPageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalItemNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'TotalPageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Bookkeepings' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'Status' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'BizId' => [ - 'type' => 'string', - ], - 'Note' => [ - 'type' => 'string', - ], - 'CommodityType' => [ - 'type' => 'string', - ], - 'OrderId' => [ - 'type' => 'string', - ], - 'Renew' => [ - 'type' => 'boolean', - ], - 'CompanyName' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - ], - ], - ], - 'ListBookkeepingStatisticses' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], - 'parameters' => [ - [ - 'name' => 'PageNumber', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'ProduceBizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Year', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Month', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'docRequired' => true, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'TaxAmountSum' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'ExpendSum' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'ProfitSum' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'IncomeSum' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'BookkeepingStatisticses' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'TaxCjrbzj' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'TaxYhs' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Income' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'TaxAmountNote' => [ - 'type' => 'string', - ], - 'TaxFjsNote' => [ - 'type' => 'string', - ], - 'Year' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'SubjectCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TaxOther' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'TaxGhjfNote' => [ - 'type' => 'string', - ], - 'TaxYhsNote' => [ - 'type' => 'string', - ], - 'Expend' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Month' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TaxQysds' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'TaxSljjNote' => [ - 'type' => 'string', - ], - 'TaxGhjf' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'TaxQysdsNote' => [ - 'type' => 'string', - ], - 'TaxOtherNote' => [ - 'type' => 'string', - ], - 'TaxZzsNote' => [ - 'type' => 'string', - ], - 'TaxZzs' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'TaxAmount' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'TaxFjs' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'VoucherCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ProduceBizId' => [ - 'type' => 'string', - ], - 'Profit' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'TaxSljj' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'TaxCjrbzjNote' => [ - 'type' => 'string', - ], - 'TaxDetails' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'Amount' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'Month' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Year' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Remark' => [ - 'type' => 'string', - ], - 'TaxName' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - ], - ], - ], - ], - ], - ], - 'ListBookkeepingSubjectBalances' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], - 'parameters' => [ - [ - 'name' => 'ProduceBizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Year', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Period', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'PageNumber', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorMsg' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'BookkeepingSubjectBalances' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'StartCreditValue' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'YearDebitValue' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'SubjectName' => [ - 'type' => 'string', - ], - 'EndCreditValue' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'BizId' => [ - 'type' => 'string', - ], - 'SubjectLevel' => [ - 'type' => 'string', - ], - 'ParentSubjectCode' => [ - 'type' => 'string', - ], - 'SubjectCode' => [ - 'type' => 'string', - ], - 'EndDebitValue' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'CurrentCreditValue' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'ParentBizId' => [ - 'type' => 'string', - ], - 'CurrentDebitValue' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'YearCreditValue' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'StartDebitValue' => [ - 'type' => 'number', - 'format' => 'float', - ], - ], - ], - ], - ], - ], - ], - ], - ], - 'QueryBookkeepingCommodityModules' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], - 'parameters' => [], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'Data' => [ - 'type' => 'object', - ], - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - 'QueryBookkeepingCommodities' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], - 'parameters' => [ - [ - 'name' => 'CompanyType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'City', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'ServiceType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'AreaType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Data' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'PackageVersionValue' => [ - 'type' => 'string', - ], - 'SpecCode' => [ - 'type' => 'string', - ], - 'AreaType' => [ - 'type' => 'string', - ], - 'CommodityCode' => [ - 'type' => 'string', - ], - 'PackageVersionName' => [ - 'type' => 'string', - ], - 'CityModuleName' => [ - 'type' => 'string', - ], - 'CommodityName' => [ - 'type' => 'string', - ], - 'PackageVersionCode' => [ - 'type' => 'string', - ], - 'OrdTimeName' => [ - 'type' => 'string', - ], - 'CityModuleValue' => [ - 'type' => 'string', - ], - 'OrdTimeCode' => [ - 'type' => 'string', - ], - 'OrdTimeValue' => [ - 'type' => 'string', - ], - 'ServiceModuleName' => [ - 'type' => 'string', - ], - 'CityModuleCode' => [ - 'type' => 'string', - ], - 'TopOrgName' => [ - 'type' => 'string', - ], - 'ServiceModuleValue' => [ - 'type' => 'string', - ], - 'ServiceModuleCode' => [ - 'type' => 'string', - ], - 'TopOrgCode' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - ], - ], - ], - 'AcceptBookkeepingAuditResult' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'write', - 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'OrgCode', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'docRequired' => true, - ], - ], - [ - 'name' => 'OrgName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'docRequired' => true, - ], - ], - [ - 'name' => 'OrgMobile', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'OrgAddress', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'ServiceStartTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'AuditResult', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Note', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - 'UploadUserMaterial' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'readAndWrite', - 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Status', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Attribute', - 'in' => 'query', - 'style' => 'repeatList', - 'schema' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'Key' => [ - 'type' => 'string', - 'required' => false, - ], - 'Value' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'required' => false, - 'maxItems' => 50, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - 'errorCodes' => [ - 403 => [ - [ - 'errorCode' => 'PermissionDenied', - 'errorMessage' => 'The access is denied.', - ], - ], - ], - ], - 'UpdateProduce' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'readAndWrite', - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'ExtendMessage', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - 'errorCodes' => [ - 400 => [ - [ - 'errorCode' => 'STATE.MACHINE.STATUS.ERROR', - 'errorMessage' => '当前服务单的状态已经流转,不允许再如此操作', - ], - ], - 403 => [ - [ - 'errorCode' => 'PermissionDenied', - 'errorMessage' => 'The access is denied.', - ], - ], - ], - ], - 'WriteCommunicationLog' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'write', - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Note', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'TargetId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'IcpType', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'ErrorMsg' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - ], - ], - ], - ], - ], - 'RefuseMaterial' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'write', - 'deprecated' => false, - 'systemTags' => [], - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Note', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - 'errorCodes' => [], - ], - 'QueryTradeIntentionUserList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], - 'parameters' => [ - [ - 'name' => 'Begin', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'End', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - [ - 'name' => 'PageNum', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Status', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - [ - 'name' => 'Type', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - [ - 'name' => 'Area', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'CurrentPageNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalPageNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'TotalItemNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Data' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'Type' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Status' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'UpdateTime' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Description' => [ - 'type' => 'string', - ], - 'RegisterNumber' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'BizId' => [ - 'type' => 'string', - ], - 'Area' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Classification' => [ - 'type' => 'string', - ], - 'UserName' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - ], - ], - ], - 'QueryIntentionList' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], - 'parameters' => [ - [ - 'name' => 'Type', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - [ - 'name' => 'Status', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'default' => '20', - ], - ], - [ - 'name' => 'PageNum', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'default' => '1', - ], - ], - [ - 'name' => 'SortFiled', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'SortOrder', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'TypeList', - 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'CurrentPageNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalPageNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'TotalItemNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Data' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'Status' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Type' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'UpdateTime' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Description' => [ - 'type' => 'string', - ], - 'RegisterNumber' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'UserId' => [ - 'type' => 'string', - ], - 'BizId' => [ - 'type' => 'string', - ], - 'Area' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Classification' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - ], - ], - ], - 'ListApplicationLogs' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Data' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'OperateTime' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'OperateType' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ExtendContent' => [ - 'type' => 'string', - ], - 'BizId' => [ - 'type' => 'string', - ], - 'Note' => [ - 'type' => 'string', - ], - 'BizStatus' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - ], - ], - ], - ], - ], - ], - ], - ], - 'GenerateUploadFilePolicy' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], - 'parameters' => [ - [ - 'name' => 'FileType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'FileName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'Signature' => [ - 'type' => 'string', - ], - 'FileUrl' => [ - 'type' => 'string', - ], - 'Host' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ExpireTime' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'EncodedPolicy' => [ - 'type' => 'string', - ], - 'FileDir' => [ - 'type' => 'string', - ], - 'AccessId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - 'ConfirmMaterial' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'write', - 'deprecated' => false, - 'systemTags' => [], - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'UserOtherList', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'docRequired' => true, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - 'errorCodes' => [], - ], - 'ConfirmIntention' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'write', - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ConfirmUrl' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - 'CloseIntention' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'write', - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Note', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'IcpType', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'ErrorMsg' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - ], - ], - ], - ], - ], - 'QueryIcpApplicationList' => [ - 'summary' => 'QueryIcpApplicationList', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], - ], - [ - 'name' => 'Type', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - ], - [ - 'name' => 'PageNum', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - ], - [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'CurrentPageNum' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'TotalPageNum' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'TotalItemNum' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'Data' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'BizId' => [ - 'type' => 'string', - ], - 'Type' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Mobile' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - ], - ], - ], - 'ConfirmIcpIntention' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'readAndWrite', - 'deprecated' => false, - 'systemTags' => [], - 'parameters' => [ - [ - 'name' => 'BizIds', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'ErrorMsg' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ConfirmUrl' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - 'errorCodes' => [], - ], - 'CloseIcpProduce' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'write', - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Note', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'ErrorMsg' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - ], - ], - ], - ], - ], - 'QueryIcpProduceList' => [ - 'summary' => 'QueryIcpProduceList', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], - ], - [ - 'name' => 'Type', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - ], - [ - 'name' => 'PageNum', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - ], - [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'CurrentPageNum' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'TotalPageNum' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'TotalItemNum' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'Data' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'BizId' => [ - 'type' => 'string', - ], - 'Mobile' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - ], - ], - ], - 'ListIcpApplications' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'ApplicationStatus', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - [ - 'name' => 'CompanyName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'IntentionBizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'SortField', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'SortOrder', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'PageNumber', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Type', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'Source' => [ - 'type' => 'string', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Applications' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'Type' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'OrderPrice' => [ - 'type' => 'number', - 'format' => 'float', - ], - 'UpdateTime' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Domain' => [ - 'type' => 'string', - ], - 'ProduceVersion' => [ - 'type' => 'string', - ], - 'ActionType' => [ - 'type' => 'string', - ], - 'UserId' => [ - 'type' => 'string', - ], - 'ApplicationType' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'BizId' => [ - 'type' => 'string', - ], - 'PartnerCode' => [ - 'type' => 'string', - ], - 'IncludeForeignInvestment' => [ - 'type' => 'boolean', - ], - 'IntentionBizId' => [ - 'type' => 'string', - ], - 'CompanyAddress' => [ - 'type' => 'string', - ], - 'LegalPersonName' => [ - 'type' => 'string', - ], - 'Version' => [ - 'type' => 'string', - ], - 'ApplicationStatus' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'CompanyArea' => [ - 'type' => 'string', - ], - 'OrderId' => [ - 'type' => 'string', - ], - 'CompanyName' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - ], - ], - ], - 'QueryIcpIntentionList' => [ - 'summary' => 'QueryIcpIntentionList', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], - ], - [ - 'name' => 'Type', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - ], - [ - 'name' => 'PageNum', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - ], - [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'CurrentPageNum' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'TotalPageNum' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'TotalItemNum' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'Data' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'BizId' => [ - 'type' => 'string', - ], - 'Mobile' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - ], - ], - ], - 'UploadIcpBasicMaterial' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'write', - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'BusinessLicense', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'IdCardList', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'CompanyName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'SocialCreditCode', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'CorporateName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'CorporateIdCard', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'CompanyAddress', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - 'errorCodes' => [ - 400 => [ - [ - 'errorCode' => 'VALIDATE.BUSINESS.LICENSE.INFO.EXCEPTION.ERROR', - 'errorMessage' => '请检查上传的营业执照信息和所填信息是否一致', - ], - [ - 'errorCode' => 'VALIDATE.COMPANY.INFO.EXCEPTION.ERROR', - 'errorMessage' => '请检查公司名称、统一社会信用代码、法人姓名、法人身份证号信息是否一致', - ], - [ - 'errorCode' => 'VALIDATE.ID.CARD.INFO.EXCEPTION.ERROR', - 'errorMessage' => '请检查上传的法人身份证和所填信息是否一致', - ], - [ - 'errorCode' => 'VALIDATE.INFO.EXCEPTION.ERROR', - 'errorMessage' => '提交信息不正确', - ], - ], - ], - ], - 'SubmitIcpSolution' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'write', - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'docRequired' => true, - ], - ], - [ - 'name' => 'IntentionBizId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'CompanyName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'IcpType', - 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'CompanyAddress', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Area', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'ActionType', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Source', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'UserId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'BizId' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'confirmUrl' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - 'ReSubmitIcpSolution' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'readAndWrite', - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'BizId' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - ], - ], - ], - ], - 'errorCodes' => [ - 403 => [ - [ - 'errorCode' => 'PermissionDenied', - 'errorMessage' => 'The access is denied.', - ], - ], - ], - ], - 'AcceptPartnerNotification' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'write', - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'ApplicationStatus', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'OfficialFileURL', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'docRequired' => true, - ], - ], - [ - 'name' => 'CertificateNumber', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'CertificateStartTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'CertificateEndTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'IcpType', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'ErrorMsg' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - ], - ], - ], - ], - ], - ], - 'endpoints' => [ - [ - 'regionId' => 'ap-northeast-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-2-pop', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-south-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-2', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-3', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-5', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-finance-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-finance-pop', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-gov-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-nu16-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-chengdu', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-edge-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-fujian', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-haidian-cm12-c01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-bj-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-finance', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-prod-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-2', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-3', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-test-306', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong-finance-pop', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-huhehaote', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-huhehaote-nebula-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-north-2-gov-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-qingdao', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-qingdao-nebula', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-et15-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-et2-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-finance-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-inner', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-internal-test-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-finance-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-inner', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-st4-d01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-su18-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wuhan', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wulanchabu', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-yushanfang', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangbei', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangbei-na61-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou-na62-a01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhengzhou-nebula-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'eu-central-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1-oxs', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'me-east-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'rus-west-1-pop', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'us-east-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'us-west-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - ], -]; diff --git a/data/en_us/companyreg/2020-03-06/api-docs.php b/data/en_us/companyreg/2020-03-06/api-docs.php index 8c928a5..3975082 100644 --- a/data/en_us/companyreg/2020-03-06/api-docs.php +++ b/data/en_us/companyreg/2020-03-06/api-docs.php @@ -1,260 +1,170 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'companyreg', - 'version' => '2020-03-06', - ], + 'info' => ['style' => 'RPC', 'product' => 'companyreg', 'version' => '2020-03-06'], 'directories' => [ [ - 'id' => 146792, - 'title' => null, + 'children' => ['PutMeasureReadyFlag', 'PutMeasureData', 'QueryBagRemaining'], 'type' => 'directory', - 'children' => [ - 'PutMeasureReadyFlag', - 'PutMeasureData', - 'QueryBagRemaining', - ], + 'title' => 'Metering push', ], [ - 'id' => 146796, - 'title' => null, - 'type' => 'directory', 'children' => [ - 'ListUserIntentions', - 'ListUserIntentionNotes', - 'ListIntentionNote', - 'ListUserProduceOperateLogs', - 'GetAlipayUrl', - 'DescribePartnerConfig', - 'GenerateUploadFilePolicy', - 'CreateProduceForPartner', - 'ListProduceAuthorization', - 'CloseIntentionForPartner', - 'CreateBusinessOpportunity', - 'ListUserDetailSolutions', - 'ListUserSolutions', - 'OperateProduceForPartner', - 'RejectSolution', - 'RejectUserSolution', - 'QueryPartnerIntentionList', - 'SubmitSolution', - 'ReleaseProduceAuthorization', - 'QueryPartnerProduceList', - 'QueryInstance', - 'QueryUserNeedAuth', - 'BindProduceAuthorization', - 'SubmitIntentionNote', - 'CloseUserIntention', + 'ListUserIntentions', 'ListUserIntentionNotes', 'ListIntentionNote', 'ListUserProduceOperateLogs', 'DescribePartnerConfig', 'GenerateUploadFilePolicy', 'CreateProduceForPartner', 'ListProduceAuthorization', 'CloseIntentionForPartner', 'CreateBusinessOpportunity', 'ListUserDetailSolutions', 'ListUserSolutions', 'OperateProduceForPartner', 'RejectSolution', 'RejectUserSolution', 'QueryPartnerIntentionList', 'SubmitSolution', 'ReleaseProduceAuthorization', 'QueryPartnerProduceList', 'QueryUserNeedAuth', + 'BindProduceAuthorization', 'SubmitIntentionNote', 'CloseUserIntention', ], + 'type' => 'directory', + 'title' => 'ESP', ], [ - 'id' => 146823, - 'title' => null, + 'children' => ['RecordPostBack', 'QueryAvailableNumbers', 'StartBackToBackCall', 'TransferIntentionOwner', 'TransferProduceOwner'], 'type' => 'directory', - 'children' => [ - 'RecordPostBack', - 'QueryAvailableNumbers', - 'StartBackToBackCall', - 'TransferIntentionOwner', - 'TransferProduceOwner', - ], + 'title' => 'XuanTan', ], [ - 'id' => 0, - 'title' => '其它', + 'children' => ['GetAlipayUrl', 'LlmSmartCall', 'OperateCallCenterForPartner', 'QueryCallRecordList', 'QueryInstance', 'RecordCallCenterEventForPartner', 'SubmitIntentionForPartner'], + 'title' => 'Others', 'type' => 'directory', - 'children' => [ - 'SubmitIntentionForPartner', - 'QueryCallRecordList', - 'OperateCallCenterForPartner', - 'RecordCallCenterEventForPartner', - 'LlmSmartCall', - ], ], ], 'components' => [ 'schemas' => [], ], 'apis' => [ - 'PutMeasureReadyFlag' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'BindProduceAuthorization' => [ + 'summary' => 'Adds authorizations to a delivery order in batches.', + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'operationType' => 'write', + 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREcompanyregNCLC86'], ], 'parameters' => [ [ - 'name' => 'BizType', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'esp.bookkeeping', - ], - ], - [ - 'name' => 'DataType', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'd', - ], - ], - [ - 'name' => 'StartTime', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => '1634969692175', - ], + 'name' => 'BizId', + 'in' => 'formData', + 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'P20210815211849000001', 'title' => ''], ], [ - 'name' => 'EndTime', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => '1634784240000', - ], + 'name' => 'BizType', + 'in' => 'formData', + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.bookkeeping_ai', 'title' => ''], ], [ - 'name' => 'ReadyFlag', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => '1', - ], + 'name' => 'AuthorizedUserIds', + 'in' => 'formData', + 'schema' => ['description' => 'The list of authorized user IDs.', 'type' => 'string', 'required' => false, 'example' => '1219541161213057,1219541161213059', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ + 'description' => 'The authorization result.', 'type' => 'object', 'properties' => [ + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'AC492C5D-29D0-5103-9271-2C3A9D99F5CA', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => '200', 'title' => ''], 'Data' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', + 'description' => 'The list of authorization user results.', + 'type' => 'object', + 'properties' => [ + 'Message' => ['description' => 'The response message.', 'type' => 'string', 'example' => '以上标红的不为阿里云账号', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the operation is successful.', 'type' => 'boolean', 'example' => 'false', 'title' => ''], + 'AuthorizedUserList' => [ + 'description' => 'The list of authorized user result records.', + 'type' => 'array', + 'items' => [ + 'description' => 'The authorized user result record.', + 'type' => 'object', + 'properties' => [ + 'UserName' => ['description' => 'The username of the authorized user.', 'type' => 'string', 'example' => 'test@alibaba-inc.com', 'title' => ''], + 'UserId' => ['description' => 'The user ID of the authorized user.', 'type' => 'string', 'example' => '1219541161213058', 'title' => ''], + 'AccountValidType' => ['description' => 'The account validity type. Valid values:'."\n" + .'- 0: unknown'."\n" + .'- 1: valid'."\n" + .'- 2: account does not exist.', 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''], + ], + 'title' => '', + 'example' => '', + ], + 'title' => '', + 'example' => '', + ], + ], + 'title' => '', + 'example' => '', ], ], + 'title' => '', + 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'Parameter.Illegal', - 'errorMessage' => 'The specified parameter is invalid.', - ], + ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => 'The specified parameter value is invalid.'], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\"\\n}","type":"json"}]', - ], - 'PutMeasureData' => [ - 'methods' => [ - 'post', + 'title' => 'Add authorizations to a delivery order in batches', + 'description' => 'Adds authorizations to a delivery order in batches.', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], ], - 'schemes' => [ - 'http', - 'https', + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:BindProduceAuthorization', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"AC492C5D-29D0-5103-9271-2C3A9D99F5CA\\",\\n \\"ErrorCode\\": \\"200\\",\\n \\"Data\\": {\\n \\"Message\\": \\"以上标红的不为阿里云账号\\",\\n \\"Success\\": false,\\n \\"AuthorizedUserList\\": [\\n {\\n \\"UserName\\": \\"test@alibaba-inc.com\\",\\n \\"UserId\\": \\"1219541161213058\\",\\n \\"AccountValidType\\": 2\\n }\\n ]\\n }\\n}","type":"json"}]', + ], + 'CloseIntentionForPartner' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', - 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68'], ], 'parameters' => [ [ - 'name' => 'BizType', - 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'esp.sp', - ], - ], - [ - 'name' => 'DataType', - 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'd', - ], - ], - [ - 'name' => 'StartTime', - 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => '1640400574804', - ], + 'name' => 'IntentionBizId', + 'in' => 'query', + 'schema' => ['description' => 'The ID of the requirement order.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20211105230733000001', 'title' => ''], ], [ - 'name' => 'EndTime', - 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => '1634019240000', - ], + 'name' => 'Note', + 'in' => 'query', + 'schema' => ['description' => 'The reason for closing the requirement.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '测试', 'title' => ''], ], [ - 'name' => 'Data', - 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => '[]', - ], + 'name' => 'BizType', + 'in' => 'query', + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.beian_assist', 'title' => ''], ], ], 'responses' => [ @@ -262,59 +172,69 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Data' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', - ], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '4674B06A-B57F-5922-890C-D23D17C5BD21', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], 'errorCodes' => [ - 400 => [ - [ - 'errorCode' => 'Parameter.Illegal', - 'errorMessage' => 'The specified parameter is invalid.', - ], + 403 => [ + ['errorCode' => 'PermissionDenied', 'errorMessage' => 'The access is denied.', 'description' => 'Access denied.'], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\"\\n}","type":"json"}]', - ], - 'QueryBagRemaining' => [ - 'methods' => [ - 'get', + 'title' => 'Close a requirement as a service provider', + 'summary' => 'Closes a requirement as a service provider.', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], ], - 'schemes' => [ - 'http', - 'https', + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:CloseIntentionForPartner', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"4674B06A-B57F-5922-890C-D23D17C5BD21\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"NoPermission\\"\\n}","type":"json"}]', + ], + 'CloseUserIntention' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'operationType' => 'read', + 'operationType' => 'write', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ + 'name' => 'IntentionBizId', + 'in' => 'query', + 'schema' => ['description' => 'The requirement ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20201027162033000001', 'title' => ''], + ], + [ + 'name' => 'Note', + 'in' => 'query', + 'schema' => ['description' => 'The remarks.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '用户关闭', 'title' => ''], + ], + [ 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'esp.hightech', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.bookkeeping', 'title' => ''], ], ], 'responses' => [ @@ -322,154 +242,84 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Data' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => 'True', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', - ], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'DD5639FF-1240-51DE-9BA8-2075670A1EAC', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'errorCodes' => [ - 400 => [ - [ - 'errorCode' => 'Parameter.Illegal', - 'errorMessage' => 'The specified parameter is invalid.', + 'title' => 'Close a requirement', + 'summary' => 'Closes a requirement.', + 'changeSet' => [ + ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => 'Error codes changed'], + ], + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CloseUserIntention'], + ], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:CloseUserIntention', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": 0,\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\"\\n}","type":"json"}]', + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"DD5639FF-1240-51DE-9BA8-2075670A1EAC\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', ], - 'ListUserIntentions' => [ - 'summary' => '用户控制天需求列表查询', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CreateBusinessOpportunity' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'operationType' => 'read', + 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68', 'FEATUREcompanyregU6BH8D'], + 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ - 'name' => 'BizType', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'esp.companyreg_cloud', - ], - ], - [ - 'name' => 'Status', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '37', - ], - ], - [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '20', - 'default' => '20', - ], - ], - [ - 'name' => 'PageNum', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '1', - 'default' => '1', - ], - ], - [ - 'name' => 'SortFiled', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'UpdateTime', - ], - ], - [ - 'name' => 'SortOrder', + 'name' => 'ContactName', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'desc', - ], + 'schema' => ['description' => 'The contact name.', 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => '魏先生', 'title' => ''], ], [ - 'name' => 'IntentionBizId', + 'name' => 'Mobile', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'I20210917170147000001', - ], + 'schema' => ['description' => 'The mobile phone number.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '18704330000', 'title' => ''], ], [ - 'name' => 'Area', + 'name' => 'Source', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => 'The source.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '官网', 'title' => ''], ], [ - 'name' => 'BizTypes', + 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'esp.bookkeeping,esp.bookkeeping_cloud', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.hightech', 'title' => ''], ], [ - 'name' => 'WithExtInfo', + 'name' => 'VCode', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['description' => 'The verification code.', 'type' => 'string', 'required' => false, 'example' => '345674', 'title' => ''], ], ], 'responses' => [ @@ -477,175 +327,73 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'CurrentPageNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'TotalPageNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'PageSize' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '20', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', - ], - 'TotalItemNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '2', - ], - 'Data' => [ - 'description' => '', - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'Status' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'UpdateTime' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '2022-01-24 15:43:58', - ], - 'Description' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'Mobile' => [ - 'description' => '', - 'type' => 'string', - 'example' => '18000000000', - ], - 'CreateTime' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '2022-01-24 15:43:58', - ], - 'UserId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '1219541161213057', - ], - 'ContactName' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'BizId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'I100000033443', - ], - 'Area' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'Reason' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'BizType' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'esp.lgo', - ], - 'Ext' => [ - 'type' => 'string', - ], - ], - ], - ], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', 'title' => ''], + 'ErrorMessage' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPageNum\\": 1,\\n \\"TotalPageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"TotalItemNum\\": 2,\\n \\"Data\\": [\\n {\\n \\"Status\\": 1,\\n \\"UpdateTime\\": 0,\\n \\"Description\\": \\"无\\",\\n \\"Mobile\\": \\"18000000000\\",\\n \\"CreateTime\\": 0,\\n \\"UserId\\": \\"1219541161213057\\",\\n \\"ContactName\\": \\"张三\\",\\n \\"BizId\\": \\"I100000033443\\",\\n \\"Area\\": \\"北京市\\",\\n \\"Reason\\": \\"无\\",\\n \\"BizType\\": \\"esp.lgo\\",\\n \\"Ext\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]', - ], - 'ListUserIntentionNotes' => [ - 'methods' => [ - 'post', - 'get', + 'title' => 'Create a business opportunity', + 'summary' => 'Creates a business opportunity.', + 'changeSet' => [ + ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => 'Error codes changed'], + ], + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateBusinessOpportunity'], + ], ], - 'schemes' => [ - 'http', - 'https', + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:CreateBusinessOpportunity', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"ErrorMessage\\": \\"没有权限\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', + ], + 'CreateProduceForPartner' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'operationType' => 'read', + 'operationType' => 'write', + 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREcompanyreg7G42D0'], ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'esp.beian_assist', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.hightech', 'title' => ''], ], [ - 'name' => 'IntentionBizId', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'I20210912102942000001', - ], - ], - [ - 'name' => 'PageNum', + 'name' => 'ExtInfo', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - 'example' => '1', - ], + 'schema' => ['description' => 'The extended information.', 'type' => 'string', 'required' => false, 'example' => '{\\"consultBusiness\\":\\"自助记账咨询\\"}', 'title' => ''], ], [ - 'name' => 'PageSize', + 'name' => 'BizId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - 'example' => '20', - ], + 'schema' => ['description' => 'The delivery order ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'P20210301102840000001', 'title' => ''], ], ], 'responses' => [ @@ -653,74 +401,47 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'PageNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '5D8BD6E8-28D9-5451-BBA1-3D3DCA6971F6', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], - 'TotalItemNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '8', - ], - 'PageSize' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '20', - ], - 'TotalPageNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'Data' => [ - 'description' => '', - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'Note' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'CreateTime' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2022-01-25 10:21:38', - ], - ], - ], - ], + 'BizId' => ['description' => 'The delivery order ID.', 'type' => 'string', 'example' => 'P20210208152920000001', 'title' => ''], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"PageNum\\": 1,\\n \\"RequestId\\": \\"5D8BD6E8-28D9-5451-BBA1-3D3DCA6971F6\\",\\n \\"Success\\": true,\\n \\"TotalItemNum\\": 8,\\n \\"PageSize\\": 20,\\n \\"TotalPageNum\\": 1,\\n \\"Data\\": [\\n {\\n \\"Note\\": \\"测试\\",\\n \\"CreateTime\\": \\"2022-01-25 10:21:38\\"\\n }\\n ]\\n}","type":"json"}]', - ], - 'ListIntentionNote' => [ - 'methods' => [ - 'post', - 'get', + 'errorCodes' => [ + 403 => [ + ['errorCode' => 'PermissionDenied', 'errorMessage' => 'The access is denied.', 'description' => 'Access denied.'], + ], + ], + 'title' => 'Create a delivery order', + 'summary' => 'Creates a delivery order by the service provider.', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], ], - 'schemes' => [ - 'http', - 'https', + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:CreateProduceForPartner', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"BizId\\": \\"P20210208152920000001\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', + ], + 'DescribePartnerConfig' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -728,75 +449,17 @@ ], 'operationType' => 'read', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ - 'name' => 'BeginTime', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '1640456765459', - ], - ], - [ - 'name' => 'EndTime', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '1631635199999', - ], - ], - [ - 'name' => 'PageSize', + 'name' => 'PartnerCode', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'docRequired' => true, - 'example' => '10', - 'default' => '20', - ], - ], - [ - 'name' => 'PageNumber', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'docRequired' => true, - 'example' => '1', - 'default' => '1', - ], - ], - [ - 'name' => 'IntentionBizId', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'I20210420142416000001', - ], + 'schema' => ['description' => 'The code of the service provider.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'jinsan', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.wangwen', 'title' => ''], ], ], 'responses' => [ @@ -804,246 +467,125 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'CurrentPageNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '0', - ], - 'TotalPageNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'PageSize' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '10', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', - ], - 'TotalItemNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '3', - ], - 'Data' => [ - 'description' => '', - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'Type' => [ - 'description' => '', - 'type' => 'string', - 'example' => '1', - ], - 'Note' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'Source' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'CreateTime' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2022-01-25 10:21:38', - ], - 'IntentionBizId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'I20210420142416000001', - ], - ], - ], - ], + 'PartnerName' => ['description' => 'The partner name.', 'type' => 'string', 'example' => '北京科技有限公司', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '8179A0B3-A5D3-52F4-8845-F0ABC3CC6783', 'title' => ''], + 'PartnerCode' => ['description' => 'The partner code.', 'type' => 'string', 'example' => 'jinsan', 'title' => ''], + 'Contact' => ['description' => 'The contact information.', 'type' => 'string', 'example' => '{\\"channels\\":[{\\"level\\":3,\\"type\\":\\"SMS\\",\\"value\\":\\"13817600000\\"}],\\"desc\\":\\"\\",\\"name\\":\\"张三\\",\\"project\\":\\"acs_custom_1140019485546150\\",\\"userId\\":\\"1140019485546150\\"}', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPageNum\\": 0,\\n \\"TotalPageNum\\": 1,\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"TotalItemNum\\": 3,\\n \\"Data\\": [\\n {\\n \\"Type\\": \\"1\\",\\n \\"Note\\": \\"测试\\",\\n \\"Source\\": 1,\\n \\"CreateTime\\": \\"2022-01-25 10:21:38\\",\\n \\"IntentionBizId\\": \\"I20210420142416000001\\"\\n }\\n ]\\n}","type":"json"}]', - ], - 'ListUserProduceOperateLogs' => [ - 'methods' => [ - 'post', - 'get', + 'title' => 'Query service provider configuration information', + 'summary' => 'Queries the configuration information of a service provider.', + 'changeSet' => [ + ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => 'Error codes changed'], ], - 'schemes' => [ - 'http', - 'https', + 'flowControl' => [ + 'flowControlList' => [], ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:DescribePartnerConfig', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"PartnerName\\": \\"北京科技有限公司\\",\\n \\"RequestId\\": \\"8179A0B3-A5D3-52F4-8845-F0ABC3CC6783\\",\\n \\"PartnerCode\\": \\"jinsan\\",\\n \\"Contact\\": \\"{\\\\\\\\\\\\\\"channels\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"level\\\\\\\\\\\\\\":3,\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SMS\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"13817600000\\\\\\\\\\\\\\"}],\\\\\\\\\\\\\\"desc\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"张三\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"project\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"acs_custom_1140019485546150\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"userId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1140019485546150\\\\\\\\\\\\\\"}\\"\\n}","type":"json"}]', + ], + 'GenerateUploadFilePolicy' => [ + 'summary' => 'Retrieves a temporary link for uploading a file.', + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'operationType' => 'read', + 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68', 'FEATUREcompanyregU6BH8D'], + 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ - 'name' => 'BizType', + 'name' => 'FileType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'docRequired' => true, - 'example' => 'esp.wangwen', - 'required' => true, - 'type' => 'string', - ], + 'schema' => ['description' => 'The file type.', 'type' => 'string', 'required' => false, 'example' => 'company_apply_business_license', 'title' => ''], ], [ - 'name' => 'BizId', + 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'docRequired' => true, - 'example' => 'P20210928095324000002', - 'required' => true, - 'type' => 'string', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.isp', 'title' => ''], ], [ - 'name' => 'PageNum', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'docRequired' => true, - 'example' => '1', - 'format' => 'int32', - 'required' => true, - 'type' => 'integer', - ], - ], - [ - 'name' => 'PageSize', + 'name' => 'FileName', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'docRequired' => true, - 'example' => '20', - 'format' => 'int32', - 'required' => true, - 'type' => 'integer', - ], + 'schema' => ['description' => 'The file name.', 'type' => 'string', 'required' => false, 'example' => '营业执照.jpg', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ + 'type' => 'object', 'properties' => [ - 'PageNum' => [ - 'description' => '', - 'example' => '1', - 'format' => 'int32', - 'type' => 'integer', - ], - 'RequestId' => [ - 'description' => '', - 'example' => '0DCBE2FF-2DFC-56DC-9A15-BDF27B7FFB1B', - 'type' => 'string', - ], - 'Success' => [ - 'description' => '', - 'example' => 'True', - 'type' => 'boolean', - ], - 'TotalItemNum' => [ - 'description' => '', - 'example' => '6', - 'format' => 'int32', - 'type' => 'integer', - ], - 'PageSize' => [ - 'description' => '', - 'example' => '20', - 'format' => 'int32', - 'type' => 'integer', - ], - 'TotalPageNum' => [ - 'description' => '', - 'example' => '23', - 'format' => 'int32', - 'type' => 'integer', - ], - 'Data' => [ - 'description' => '', - 'items' => [ - 'properties' => [ - 'OperateTime' => [ - 'description' => '', - 'example' => '1695324000002', - 'format' => 'int64', - 'type' => 'integer', - ], - 'OperateUserType' => [ - 'description' => '', - 'example' => 'user', - 'type' => 'string', - ], - 'BizId' => [ - 'description' => '', - 'example' => 'P20210928095324000002', - 'type' => 'string', - ], - 'OperateName' => [ - 'description' => '', - 'example' => '', - 'type' => 'string', - ], - 'BizStatus' => [ - 'description' => '', - 'example' => '10', - 'format' => 'int32', - 'type' => 'integer', - ], - 'ToBizStatus' => [ - 'description' => '', - 'example' => '35', - 'format' => 'int32', - 'type' => 'integer', - ], - 'BizType' => [ - 'description' => '', - 'example' => 'esp.wangwen', - 'type' => 'string', - ], - 'Note' => [ - 'type' => 'string', - ], - ], - 'type' => 'object', - ], - 'type' => 'array', - ], + 'Signature' => ['description' => 'The signature.', 'type' => 'string', 'example' => 'jykxhmskIF24sLlxc1GafU/eQMU=', 'title' => ''], + 'FileUrl' => ['description' => 'The URL of the uploaded file.', 'type' => 'string', 'example' => 'https://', 'title' => ''], + 'Host' => ['description' => 'OSS Endpoint。', 'type' => 'string', 'example' => '//companyapply.oss-cn-zhangjiakou.aliyuncs.com/', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'EB809CAB-82F7-5843-A42F-356770CD4914', 'title' => ''], + 'ExpireTime' => ['description' => 'The expiration time.', 'type' => 'string', 'example' => '1638169824405', 'title' => ''], + 'EncodedPolicy' => ['description' => 'The OSS upload policy.', 'type' => 'string', 'example' => 'eyJleHBpcmF0aW9uIjoiMjAyMS0xMi0wNlQwNjoxOTowMi40MjdaIiwiY29uZGl0aW9ucyI6W1siZXEiLCIkYnVja2V0IiwibXNlYS1jYWlzaHVpIl1dfQ==', 'title' => ''], + 'FileDir' => ['description' => 'The path of the uploaded file.', 'type' => 'string', 'example' => 'company_apply_card/company_change_city/1577930895198750/1638170049657', 'title' => ''], + 'AccessId' => ['description' => 'OSSAccessKeyId', 'type' => 'string', 'example' => 'hObpgEXoca42qH3V', 'title' => ''], ], - 'type' => 'object', + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"PageNum\\": 1,\\n \\"RequestId\\": \\"0DCBE2FF-2DFC-56DC-9A15-BDF27B7FFB1B\\",\\n \\"Success\\": true,\\n \\"TotalItemNum\\": 6,\\n \\"PageSize\\": 20,\\n \\"TotalPageNum\\": 23,\\n \\"Data\\": [\\n {\\n \\"OperateTime\\": 1695324000002,\\n \\"OperateUserType\\": \\"user\\",\\n \\"BizId\\": \\"P20210928095324000002\\",\\n \\"OperateName\\": \\"系统\\",\\n \\"BizStatus\\": 10,\\n \\"ToBizStatus\\": 35,\\n \\"BizType\\": \\"esp.wangwen\\",\\n \\"Note\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]', - ], - 'GetAlipayUrl' => [ - 'methods' => [ - 'get', + 'errorCodes' => [ + 403 => [ + ['errorCode' => 'PermissionDenied', 'errorMessage' => 'The access is denied.', 'description' => 'Access denied.'], + ], ], - 'schemes' => [ - 'http', - 'https', + 'title' => 'Retrieve a temporary link for file upload', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GenerateUploadFilePolicy'], + ], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:GenerateUploadFilePolicy', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Signature\\": \\"jykxhmskIF24sLlxc1GafU/eQMU=\\",\\n \\"FileUrl\\": \\"https://\\",\\n \\"Host\\": \\"//companyapply.oss-cn-zhangjiakou.aliyuncs.com/\\",\\n \\"RequestId\\": \\"EB809CAB-82F7-5843-A42F-356770CD4914\\",\\n \\"ExpireTime\\": \\"1638169824405\\",\\n \\"EncodedPolicy\\": \\"eyJleHBpcmF0aW9uIjoiMjAyMS0xMi0wNlQwNjoxOTowMi40MjdaIiwiY29uZGl0aW9ucyI6W1siZXEiLCIkYnVja2V0IiwibXNlYS1jYWlzaHVpIl1dfQ==\\",\\n \\"FileDir\\": \\"company_apply_card/company_change_city/1577930895198750/1638170049657\\",\\n \\"AccessId\\": \\"hObpgEXoca42qH3V\\"\\n}","type":"json"}]', + ], + 'GetAlipayUrl' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1051,57 +593,31 @@ ], 'operationType' => 'read', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'esp.beian_assist', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.beian_assist', 'title' => ''], ], [ 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'web', - 'maxLength' => 19, - 'minLength' => 0, - ], + 'schema' => ['description' => 'The terminal type. Valid values:'."\n" + .'- web: web page'."\n" + .'- app: mobile app'."\n" + ."\n" + .'Default value: web.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'maxLength' => 19, 'minLength' => 0, 'example' => 'web', 'title' => ''], ], [ 'name' => 'OrderId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - 'docRequired' => true, - 'maximum' => '9223372036854775807', - 'minimum' => '0', - 'example' => '206129201170307', - ], + 'schema' => ['description' => 'The order ID.', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true, 'maximum' => '9223372036854775807', 'minimum' => '0', 'example' => '206129201170307', 'title' => ''], ], [ 'name' => 'ReturnUrl', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'https://nfyt.lzsgtghchy.com:502/sigin/', - ], + 'schema' => ['description' => 'The callback URL.', 'type' => 'string', 'required' => false, 'example' => 'https://nfyt.lzsgtghchy.com:502/sigin/', 'title' => ''], ], ], 'responses' => [ @@ -1109,39 +625,46 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Data' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'https://', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', - ], + 'Data' => ['description' => 'The payment link.', 'type' => 'string', 'example' => 'https://', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'Parameter.Illegal', - 'errorMessage' => 'The specified parameter is invalid.', + ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => 'The specified parameter value is invalid.'], + ], + ], + 'title' => 'Get alipay payment link for an order', + 'summary' => 'Retrieves the Alipay payment link for an order.', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetAlipayUrl'], + ], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:GetAlipayUrl', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"https://\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\"\\n}","type":"json"}]', ], - 'DescribePartnerConfig' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListIntentionNote' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1149,121 +672,37 @@ ], 'operationType' => 'read', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ - 'name' => 'PartnerCode', + 'name' => 'BeginTime', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'jinsan', - ], + 'schema' => ['description' => 'The start time of the query.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1640456765459', 'title' => ''], ], [ - 'name' => 'BizType', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'esp.wangwen', - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'PartnerName' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '8179A0B3-A5D3-52F4-8845-F0ABC3CC6783', - ], - 'PartnerCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'jinsan', - ], - 'Contact' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - ], - ], + 'schema' => ['description' => 'The end time.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1631635199999', 'title' => ''], ], - ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"PartnerName\\": \\"北京科技有限公司\\",\\n \\"RequestId\\": \\"8179A0B3-A5D3-52F4-8845-F0ABC3CC6783\\",\\n \\"PartnerCode\\": \\"jinsan\\",\\n \\"Contact\\": \\"{\\\\\\\\\\\\\\"channels\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"level\\\\\\\\\\\\\\":3,\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"SMS\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"13817600000\\\\\\\\\\\\\\"}],\\\\\\\\\\\\\\"desc\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"张三\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"project\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"acs_custom_1140019485546150\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"userId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"1140019485546150\\\\\\\\\\\\\\"}\\"\\n}","type":"json"}]', - ], - 'GenerateUploadFilePolicy' => [ - 'summary' => 'GenerateUploadFilePolicy', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ [ - 'AK' => [], - ], - ], - 'operationType' => 'readAndWrite', - 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - 'riskType' => 'none', - 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREcompanyregW8PQ68', - 'FEATUREcompanyregU6BH8D', + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => true, 'default' => '20', 'example' => '10', 'title' => ''], ], - 'tenantRelevance' => 'publicInformation', - ], - 'parameters' => [ [ - 'name' => 'FileType', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'company_apply_business_license', - ], + 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => true, 'default' => '1', 'example' => '1', 'title' => ''], ], [ - 'name' => 'BizType', + 'name' => 'IntentionBizId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'esp.isp', - ], + 'schema' => ['description' => 'The demand ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20210420142416000001', 'title' => ''], ], [ - 'name' => 'FileName', + 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['type' => 'string', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], ], ], 'responses' => [ @@ -1271,165 +710,160 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Signature' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'jykxhmskIF24sLlxc1GafU/eQMU=', - ], - 'FileUrl' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'https://', - ], - 'Host' => [ - 'description' => 'OSS Endpoint。', - 'type' => 'string', - 'example' => '//companyapply.oss-cn-zhangjiakou.aliyuncs.com/', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'EB809CAB-82F7-5843-A42F-356770CD4914', - ], - 'ExpireTime' => [ - 'description' => '', - 'type' => 'string', - 'example' => '1638169824405', - ], - 'EncodedPolicy' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'eyJleHBpcmF0aW9uIjoiMjAyMS0xMi0wNlQwNjoxOTowMi40MjdaIiwiY29uZGl0aW9ucyI6W1siZXEiLCIkYnVja2V0IiwibXNlYS1jYWlzaHVpIl1dfQ==', - ], - 'FileDir' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'company_apply_card/company_change_city/1577930895198750/1638170049657', - ], - 'AccessId' => [ - 'description' => 'OSSAccessKeyId', - 'type' => 'string', - 'example' => 'hObpgEXoca42qH3V', + 'CurrentPageNum' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '0', 'title' => ''], + 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], + 'PageSize' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', 'title' => ''], + 'TotalItemNum' => ['description' => 'The total number of records.', 'type' => 'integer', 'format' => 'int32', 'example' => '3', 'title' => ''], + 'Data' => [ + 'description' => 'The list of notes.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Type' => ['description' => 'The type.', 'type' => 'string', 'example' => '1', 'title' => ''], + 'Note' => ['description' => 'The note content.', 'type' => 'string', 'example' => '测试', 'title' => ''], + 'Source' => ['description' => 'The source.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], + 'CreateTime' => ['description' => 'The creation time.', 'type' => 'string', 'example' => '2022-01-25 10:21:38', 'title' => ''], + 'IntentionBizId' => ['description' => 'The demand ID.', 'type' => 'string', 'example' => 'I20210420142416000001', 'title' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'title' => '', + 'example' => '', ], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'errorCodes' => [ - 403 => [ - [ - 'errorCode' => 'PermissionDenied', - 'errorMessage' => 'The access is denied.', + 'title' => 'Query demand notes', + 'summary' => 'Queries demand notes.', + 'changeSet' => [ + ['createdAt' => '2024-05-15T09:16:40.000Z', 'description' => 'Request parameters changed'], + ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => 'Error codes changed'], + ], + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListIntentionNote'], + ], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:ListIntentionNote', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Signature\\": \\"jykxhmskIF24sLlxc1GafU/eQMU=\\",\\n \\"FileUrl\\": \\"https://\\",\\n \\"Host\\": \\"//companyapply.oss-cn-zhangjiakou.aliyuncs.com/\\",\\n \\"RequestId\\": \\"EB809CAB-82F7-5843-A42F-356770CD4914\\",\\n \\"ExpireTime\\": \\"1638169824405\\",\\n \\"EncodedPolicy\\": \\"eyJleHBpcmF0aW9uIjoiMjAyMS0xMi0wNlQwNjoxOTowMi40MjdaIiwiY29uZGl0aW9ucyI6W1siZXEiLCIkYnVja2V0IiwibXNlYS1jYWlzaHVpIl1dfQ==\\",\\n \\"FileDir\\": \\"company_apply_card/company_change_city/1577930895198750/1638170049657\\",\\n \\"AccessId\\": \\"hObpgEXoca42qH3V\\"\\n}","type":"json"}]', + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPageNum\\": 0,\\n \\"TotalPageNum\\": 1,\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"TotalItemNum\\": 3,\\n \\"Data\\": [\\n {\\n \\"Type\\": \\"1\\",\\n \\"Note\\": \\"测试\\",\\n \\"Source\\": 1,\\n \\"CreateTime\\": \\"2022-01-25 10:21:38\\",\\n \\"IntentionBizId\\": \\"I20210420142416000001\\"\\n }\\n ]\\n}","type":"json"}]', ], - 'CreateProduceForPartner' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListProduceAuthorization' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'operationType' => 'write', + 'operationType' => 'read', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ + 'name' => 'BizId', + 'in' => 'query', + 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => false, 'example' => 'P20210709190452000001', 'title' => ''], + ], + [ 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'esp.hightech', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.bookkeeping_ai', 'title' => ''], ], [ - 'name' => 'ExtInfo', + 'name' => 'PageNum', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'maximum' => '10000', 'minimum' => '1', 'example' => '1', 'title' => ''], ], [ - 'name' => 'BizId', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'P20210301102840000001', - ], + 'schema' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'maximum' => '1000', 'minimum' => '1', 'example' => '20', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ + 'description' => 'The response parameters.', 'type' => 'object', 'properties' => [ - 'BizId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'P20210208152920000001', - ], - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '10AAC56B-C512-5860-9A9E-B949431E7174', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'TotalItemNum' => ['description' => 'The total number of records.', 'type' => 'integer', 'format' => 'int32', 'example' => '292', 'title' => ''], + 'CurrentPageNum' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], + 'PageSize' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''], + 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int32', 'example' => '27', 'title' => ''], + 'Data' => [ + 'description' => 'The list of delivery order authorization records.', + 'type' => 'array', + 'items' => [ + 'description' => 'The delivery order authorization record.', + 'type' => 'object', + 'properties' => [ + 'AuthorizedUserId' => ['description' => 'The user ID of the authorized user.', 'type' => 'string', 'example' => '12195411612139999', 'title' => ''], + 'AuthorizedUserName' => ['description' => 'The username of the authorized user.', 'type' => 'string', 'example' => 'test@alibaba-inc.com', 'title' => ''], + ], + 'title' => '', + 'example' => '', + ], + 'title' => '', 'example' => '', ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'NoPermission', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], ], + 'title' => '', + 'example' => '', ], ], ], 'errorCodes' => [ - 403 => [ - [ - 'errorCode' => 'PermissionDenied', - 'errorMessage' => 'The access is denied.', - ], + 400 => [ + ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => 'The specified parameter value is invalid.'], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"BizId\\": \\"P20210208152920000001\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', - ], - 'ListProduceAuthorization' => [ - 'methods' => [ - 'post', + 'title' => 'List delivery order authorization records', + 'summary' => 'Queries the list of delivery order authorization records.', + 'description' => 'Queries the list of delivery order authorization records.', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], ], - 'schemes' => [ - 'http', - 'https', + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:ListProduceAuthorization', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"10AAC56B-C512-5860-9A9E-B949431E7174\\",\\n \\"Success\\": true,\\n \\"TotalItemNum\\": 292,\\n \\"CurrentPageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalPageNum\\": 27,\\n \\"Data\\": [\\n {\\n \\"AuthorizedUserId\\": \\"12195411612139999\\",\\n \\"AuthorizedUserName\\": \\"test@alibaba-inc.com\\"\\n }\\n ]\\n}","type":"json"}]', + ], + 'ListUserDetailSolutions' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1437,184 +871,127 @@ ], 'operationType' => 'read', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ - 'name' => 'BizId', + 'name' => 'IntentionBizId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'P20210709190452000001', - ], + 'schema' => ['description' => 'The ID of the requirement order.', 'type' => 'string', 'required' => false, 'example' => 'I20211222161651000001', 'title' => ''], ], [ - 'name' => 'BizType', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'esp.bookkeeping_ai', - ], + 'schema' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '20', 'example' => '20', 'title' => ''], ], [ 'name' => 'PageNum', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - 'maximum' => '10000', - 'minimum' => '1', - 'example' => '1', - ], + 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '1', 'example' => '1', 'title' => ''], ], [ - 'name' => 'PageSize', + 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - 'maximum' => '1000', - 'minimum' => '1', - 'example' => '20', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.wangwen', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ - 'description' => '', 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '10AAC56B-C512-5860-9A9E-B949431E7174', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], - 'TotalItemNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '292', - ], - 'CurrentPageNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'PageSize' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '20', - ], - 'TotalPageNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '27', - ], + 'CurrentPageNum' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '5', 'title' => ''], + 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], + 'PageSize' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''], + 'TotalItemNum' => ['description' => 'The total number of entries.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], 'Data' => [ - 'description' => '', + 'description' => 'The returned data.', 'type' => 'array', 'items' => [ - 'description' => '', 'type' => 'object', 'properties' => [ - 'AuthorizedUserId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '12195411612139999', - ], - 'AuthorizedUserName' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'test@alibaba-inc.com', - ], + 'Status' => ['description' => 'The status.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], + 'UpdateTime' => ['description' => 'The update time.', 'type' => 'integer', 'format' => 'int64', 'example' => '15556223433', 'title' => ''], + 'DeliveryOrderBizId' => ['description' => 'The delivery order ID.', 'type' => 'string', 'example' => 'P20211222161651000001', 'title' => ''], + 'CreateTime' => ['description' => 'The creation time.', 'type' => 'integer', 'format' => 'int64', 'example' => '15556223433', 'title' => ''], + 'UserId' => ['description' => 'The user UID.', 'type' => 'string', 'example' => '1219541161213057', 'title' => ''], + 'BizId' => ['description' => 'The business ID.', 'type' => 'string', 'example' => 'S20211222161651000001', 'title' => ''], + 'PartnerCode' => ['description' => 'The service provider code.', 'type' => 'string', 'example' => 'jinsan', 'title' => ''], + 'ExtInfo' => ['description' => 'The extended information.', 'type' => 'string', 'example' => '{}', 'title' => ''], + 'BizType' => ['description' => 'The business type.', 'type' => 'string', 'example' => 'esp.wangwen', 'title' => ''], + 'IntentionBizId' => ['description' => 'The requirement ID.', 'type' => 'string', 'example' => 'I20211222161651000001', 'title' => ''], + 'Reason' => ['description' => 'The reason.', 'type' => 'string', 'example' => '无', 'title' => ''], + 'IntentionAssignBizId' => ['description' => 'The dispatch order ID.', 'type' => 'string', 'example' => 'A20211222161651000001', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], + 'title' => '', + 'example' => '', ], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'errorCodes' => [ - 400 => [ - [ - 'errorCode' => 'Parameter.Illegal', - 'errorMessage' => 'The specified parameter is invalid.', + 'title' => 'Query solution details', + 'summary' => 'Queries the details of a solution.', + 'changeSet' => [ + ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => 'Error codes changed'], + ], + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserDetailSolutions'], + ], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:ListUserDetailSolutions', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"10AAC56B-C512-5860-9A9E-B949431E7174\\",\\n \\"Success\\": true,\\n \\"TotalItemNum\\": 292,\\n \\"CurrentPageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalPageNum\\": 27,\\n \\"Data\\": [\\n {\\n \\"AuthorizedUserId\\": \\"12195411612139999\\",\\n \\"AuthorizedUserName\\": \\"test@alibaba-inc.com\\"\\n }\\n ]\\n}","type":"json"}]', + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPageNum\\": 5,\\n \\"TotalPageNum\\": 1,\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"PageSize\\": 20,\\n \\"TotalItemNum\\": 1,\\n \\"Data\\": [\\n {\\n \\"Status\\": 1,\\n \\"UpdateTime\\": 15556223433,\\n \\"DeliveryOrderBizId\\": \\"P20211222161651000001\\",\\n \\"CreateTime\\": 15556223433,\\n \\"UserId\\": \\"1219541161213057\\",\\n \\"BizId\\": \\"S20211222161651000001\\",\\n \\"PartnerCode\\": \\"jinsan\\",\\n \\"ExtInfo\\": \\"{}\\",\\n \\"BizType\\": \\"esp.wangwen\\",\\n \\"IntentionBizId\\": \\"I20211222161651000001\\",\\n \\"Reason\\": \\"无\\",\\n \\"IntentionAssignBizId\\": \\"A20211222161651000001\\"\\n }\\n ]\\n}","type":"json"}]', ], - 'CloseIntentionForPartner' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListUserIntentionNotes' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'operationType' => 'write', - 'systemTags' => [ - 'operationType' => 'none', - ], + 'operationType' => 'read', + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ + 'name' => 'BizType', + 'in' => 'query', + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.beian_assist', 'title' => ''], + ], + [ 'name' => 'IntentionBizId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'I20211105230733000001', - ], + 'schema' => ['description' => 'The demand ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20210912102942000001', 'title' => ''], ], [ - 'name' => 'Note', + 'name' => 'PageNum', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => '', - ], + 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '1', 'title' => ''], ], [ - 'name' => 'BizType', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'esp.beian_assist', - ], + 'schema' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '20', 'title' => ''], ], ], 'responses' => [ @@ -1622,122 +999,122 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', + 'PageNum' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '5D8BD6E8-28D9-5451-BBA1-3D3DCA6971F6', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'TotalItemNum' => ['description' => 'The total number of items.', 'type' => 'integer', 'format' => 'int32', 'example' => '8', 'title' => ''], + 'PageSize' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''], + 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], + 'Data' => [ + 'description' => 'The returned results.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Note' => ['description' => 'The note information.', 'type' => 'string', 'example' => '测试', 'title' => ''], + 'CreateTime' => ['description' => 'The creation time.', 'type' => 'string', 'example' => '2022-01-25 10:21:38', 'title' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'title' => '', 'example' => '', ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '4674B06A-B57F-5922-890C-D23D17C5BD21', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'NoPermission', - ], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'errorCodes' => [ - 403 => [ - [ - 'errorCode' => 'PermissionDenied', - 'errorMessage' => 'The access is denied.', + 'title' => 'Query user demand notes', + 'summary' => 'Queries demand notes of a user.', + 'changeSet' => [ + ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => 'Error codes changed'], + ], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:ListUserIntentionNotes', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"4674B06A-B57F-5922-890C-D23D17C5BD21\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"NoPermission\\"\\n}","type":"json"}]', + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"PageNum\\": 1,\\n \\"RequestId\\": \\"5D8BD6E8-28D9-5451-BBA1-3D3DCA6971F6\\",\\n \\"Success\\": true,\\n \\"TotalItemNum\\": 8,\\n \\"PageSize\\": 20,\\n \\"TotalPageNum\\": 1,\\n \\"Data\\": [\\n {\\n \\"Note\\": \\"测试\\",\\n \\"CreateTime\\": \\"2022-01-25 10:21:38\\"\\n }\\n ]\\n}","type":"json"}]', ], - 'CreateBusinessOpportunity' => [ - 'summary' => 'CreateBusinessOpportunity', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ListUserIntentions' => [ + 'summary' => 'Queries the list of user requirement orders.', + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'operationType' => 'readAndWrite', + 'operationType' => 'read', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - 'riskType' => 'none', - 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREcompanyregW8PQ68', - 'FEATUREcompanyregU6BH8D', - ], - 'tenantRelevance' => 'publicInformation', - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ - 'name' => 'ContactName', + 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'docRequired' => true, - 'example' => '', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.companyreg_cloud', 'title' => ''], ], [ - 'name' => 'Mobile', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => '18704330000', - ], + 'schema' => ['description' => 'The status.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '37', 'title' => ''], ], [ - 'name' => 'Source', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - 'example' => '', - ], + 'schema' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '20', 'example' => '20', 'title' => ''], ], [ - 'name' => 'BizType', + 'name' => 'PageNum', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'esp.hightech', - ], + 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '1', 'example' => '1', 'title' => ''], ], [ - 'name' => 'VCode', + 'name' => 'SortFiled', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '345674', - ], + 'schema' => ['description' => 'The field used for sorting.', 'type' => 'string', 'required' => false, 'example' => 'UpdateTime', 'title' => ''], + ], + [ + 'name' => 'SortOrder', + 'in' => 'query', + 'schema' => ['description' => 'The sort order. Valid values:'."\n" + .'- asc: ascending order'."\n" + .'- desc: descending order.', 'type' => 'string', 'required' => false, 'example' => 'desc', 'title' => ''], + ], + [ + 'name' => 'IntentionBizId', + 'in' => 'query', + 'schema' => ['description' => 'The business ID of the requirement.', 'type' => 'string', 'required' => false, 'example' => 'I20210917170147000001', 'title' => ''], + ], + [ + 'name' => 'Area', + 'in' => 'query', + 'schema' => ['description' => 'The area.', 'type' => 'string', 'required' => false, 'example' => '长沙市', 'title' => ''], + ], + [ + 'name' => 'BizTypes', + 'in' => 'query', + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.bookkeeping,esp.bookkeeping_cloud', 'title' => ''], + ], + [ + 'name' => 'WithExtInfo', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], ], ], 'responses' => [ @@ -1745,41 +1122,71 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', - ], - 'ErrorMessage' => [ - 'description' => '', - 'type' => 'string', + 'CurrentPageNum' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], + 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], + 'PageSize' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], + 'TotalItemNum' => ['description' => 'The total number of entries.', 'type' => 'integer', 'format' => 'int32', 'example' => '2', 'title' => ''], + 'Data' => [ + 'description' => 'The list of requirements.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'Status' => ['description' => 'The status.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], + 'UpdateTime' => ['description' => 'The time when the requirement was last updated.', 'type' => 'integer', 'format' => 'int64', 'example' => '2022-01-24 15:43:58', 'title' => ''], + 'Description' => ['description' => 'The description.', 'type' => 'string', 'example' => '无', 'title' => ''], + 'Mobile' => ['description' => 'The mobile phone number.', 'type' => 'string', 'example' => '18000000000', 'title' => ''], + 'CreateTime' => ['description' => 'The time when the requirement was created.', 'type' => 'integer', 'format' => 'int64', 'example' => '2022-01-24 15:43:58', 'title' => ''], + 'UserId' => ['description' => 'The user ID.', 'type' => 'string', 'example' => '1219541161213057', 'title' => ''], + 'ContactName' => ['description' => 'The contact name.', 'type' => 'string', 'example' => '张三', 'title' => ''], + 'BizId' => ['description' => 'The business ID.', 'type' => 'string', 'example' => 'I100000033443', 'title' => ''], + 'Area' => ['description' => 'The area.', 'type' => 'string', 'example' => '北京市', 'title' => ''], + 'Reason' => ['description' => 'The reason.', 'type' => 'string', 'example' => '无', 'title' => ''], + 'BizType' => ['description' => 'The business type.', 'type' => 'string', 'example' => 'esp.lgo', 'title' => ''], + 'Ext' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'title' => '', 'example' => '', ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'NoPermission', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"ErrorMessage\\": \\"没有权限\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', - ], - 'ListUserDetailSolutions' => [ - 'methods' => [ - 'post', - 'get', + 'title' => 'Query user requirement orders', + 'changeSet' => [ + ['createdAt' => '2022-06-16T02:57:45.000Z', 'description' => 'Request parameters changed, Response parameters changed, Error codes changed'], ], - 'schemes' => [ - 'http', - 'https', + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserIntentions'], + ], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:ListUserIntentions', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPageNum\\": 1,\\n \\"TotalPageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"TotalItemNum\\": 2,\\n \\"Data\\": [\\n {\\n \\"Status\\": 1,\\n \\"UpdateTime\\": 0,\\n \\"Description\\": \\"无\\",\\n \\"Mobile\\": \\"18000000000\\",\\n \\"CreateTime\\": 0,\\n \\"UserId\\": \\"1219541161213057\\",\\n \\"ContactName\\": \\"张三\\",\\n \\"BizId\\": \\"I100000033443\\",\\n \\"Area\\": \\"北京市\\",\\n \\"Reason\\": \\"无\\",\\n \\"BizType\\": \\"esp.lgo\\",\\n \\"Ext\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]', + ], + 'ListUserProduceOperateLogs' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1787,53 +1194,27 @@ ], 'operationType' => 'read', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ - 'name' => 'IntentionBizId', + 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'I20211222161651000001', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.wangwen', 'title' => ''], ], [ - 'name' => 'PageSize', + 'name' => 'BizId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '20', - 'default' => '20', - ], + 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'P20210928095324000002', 'title' => ''], ], [ 'name' => 'PageNum', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '1', - 'default' => '1', - ], + 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '1', 'title' => ''], ], [ - 'name' => 'BizType', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'esp.wangwen', - ], + 'schema' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '20', 'title' => ''], ], ], 'responses' => [ @@ -1841,122 +1222,66 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'CurrentPageNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '5', - ], - 'TotalPageNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', - ], - 'PageSize' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '20', - ], - 'TotalItemNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], + 'PageNum' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '0DCBE2FF-2DFC-56DC-9A15-BDF27B7FFB1B', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'TotalItemNum' => ['description' => 'The total number of entries.', 'type' => 'integer', 'format' => 'int32', 'example' => '6', 'title' => ''], + 'PageSize' => ['description' => 'The page size.', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''], + 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int32', 'example' => '23', 'title' => ''], 'Data' => [ - 'description' => '', + 'description' => 'The list of operation logs.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'Status' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'UpdateTime' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '15556223433', - ], - 'DeliveryOrderBizId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'P20211222161651000001', - ], - 'CreateTime' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '15556223433', - ], - 'UserId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '1219541161213057', - ], - 'BizId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'S20211222161651000001', - ], - 'PartnerCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'jinsan', - ], - 'ExtInfo' => [ - 'description' => '', - 'type' => 'string', - 'example' => '{}', - ], - 'BizType' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'esp.wangwen', - ], - 'IntentionBizId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'I20211222161651000001', - ], - 'Reason' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'IntentionAssignBizId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'A20211222161651000001', - ], + 'OperateTime' => ['description' => 'The operation time.', 'type' => 'integer', 'format' => 'int64', 'example' => '1695324000002', 'title' => ''], + 'OperateUserType' => ['description' => 'The operation type.', 'type' => 'string', 'example' => 'user', 'title' => ''], + 'BizId' => ['description' => 'The delivery order ID.', 'type' => 'string', 'example' => 'P20210928095324000002', 'title' => ''], + 'OperateName' => ['description' => 'The name of the operator.', 'type' => 'string', 'example' => '系统', 'title' => ''], + 'BizStatus' => ['description' => 'The business status.', 'type' => 'integer', 'format' => 'int32', 'example' => '10', 'title' => ''], + 'ToBizStatus' => ['description' => 'The status after the change.', 'type' => 'integer', 'format' => 'int32', 'example' => '35', 'title' => ''], + 'BizType' => ['description' => 'The business type.', 'type' => 'string', 'example' => 'esp.wangwen', 'title' => ''], + 'Note' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], + 'title' => '', + 'example' => '', ], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPageNum\\": 5,\\n \\"TotalPageNum\\": 1,\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"PageSize\\": 20,\\n \\"TotalItemNum\\": 1,\\n \\"Data\\": [\\n {\\n \\"Status\\": 1,\\n \\"UpdateTime\\": 15556223433,\\n \\"DeliveryOrderBizId\\": \\"P20211222161651000001\\",\\n \\"CreateTime\\": 15556223433,\\n \\"UserId\\": \\"1219541161213057\\",\\n \\"BizId\\": \\"S20211222161651000001\\",\\n \\"PartnerCode\\": \\"jinsan\\",\\n \\"ExtInfo\\": \\"{}\\",\\n \\"BizType\\": \\"esp.wangwen\\",\\n \\"IntentionBizId\\": \\"I20211222161651000001\\",\\n \\"Reason\\": \\"无\\",\\n \\"IntentionAssignBizId\\": \\"A20211222161651000001\\"\\n }\\n ]\\n}","type":"json"}]', - ], - 'ListUserSolutions' => [ - 'methods' => [ - 'post', - 'get', + 'title' => 'Query delivery order operation logs', + 'summary' => 'Queries the operation logs of a delivery order.', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], ], - 'schemes' => [ - 'http', - 'https', + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:ListUserProduceOperateLogs', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"PageNum\\": 1,\\n \\"RequestId\\": \\"0DCBE2FF-2DFC-56DC-9A15-BDF27B7FFB1B\\",\\n \\"Success\\": true,\\n \\"TotalItemNum\\": 6,\\n \\"PageSize\\": 20,\\n \\"TotalPageNum\\": 23,\\n \\"Data\\": [\\n {\\n \\"OperateTime\\": 1695324000002,\\n \\"OperateUserType\\": \\"user\\",\\n \\"BizId\\": \\"P20210928095324000002\\",\\n \\"OperateName\\": \\"系统\\",\\n \\"BizStatus\\": 10,\\n \\"ToBizStatus\\": 35,\\n \\"BizType\\": \\"esp.wangwen\\",\\n \\"Note\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]', + ], + 'ListUserSolutions' => [ + 'summary' => 'Queries a list of solutions.', + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1966,65 +1291,43 @@ 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ'], ], 'parameters' => [ [ 'name' => 'IntentionBizId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'I20210924151843000001', - ], + 'schema' => ['description' => 'The requirement ID.', 'type' => 'string', 'required' => false, 'example' => 'I20210924151843000001', 'title' => ''], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '20', - 'default' => '20', - ], + 'schema' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '20', 'example' => '20', 'title' => ''], ], [ 'name' => 'PageNum', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '1', - 'default' => '1', - ], + 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '1', 'example' => '1', 'title' => ''], ], [ 'name' => 'ExistStatus', 'in' => 'query', 'style' => 'json', 'schema' => [ - 'description' => '', + 'description' => 'The list of statuses.', 'type' => 'array', - 'items' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '1', - ], + 'items' => ['description' => 'The status.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', 'title' => ''], 'required' => false, + 'title' => '', + 'example' => '', ], ], [ 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], ], ], 'responses' => [ @@ -2032,117 +1335,71 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'CurrentPageNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '8', - ], - 'TotalPageNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'PageSize' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '20', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', - ], - 'TotalItemNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '344', - ], + 'CurrentPageNum' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int32', 'example' => '8', 'title' => ''], + 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], + 'PageSize' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int32', 'example' => '20', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], + 'TotalItemNum' => ['description' => 'The total number of entries.', 'type' => 'integer', 'format' => 'int32', 'example' => '344', 'title' => ''], 'Data' => [ - 'description' => '', + 'description' => 'The returned data.', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'Status' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'UpdateTime' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '164454443222', - ], - 'DeliveryOrderBizId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'P20210924151843000001', - ], - 'CreateTime' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '164454443222', - ], - 'UserId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '1219541161213057', - ], - 'BizId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'S20210924151843000001', - ], - 'PartnerCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'jinsan', - ], - 'Reason' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'IntentionAssignBizId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'A20210924151843000001', - ], - 'IntentionBizId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'I20210924151843000001', - ], - 'BizType' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'esp.logo', - ], + 'Status' => ['description' => 'The status.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'title' => ''], + 'UpdateTime' => ['description' => 'The update time.', 'type' => 'integer', 'format' => 'int64', 'example' => '164454443222', 'title' => ''], + 'DeliveryOrderBizId' => ['description' => 'The delivery order ID.', 'type' => 'string', 'example' => 'P20210924151843000001', 'title' => ''], + 'CreateTime' => ['description' => 'The creation time.', 'type' => 'integer', 'format' => 'int64', 'example' => '164454443222', 'title' => ''], + 'UserId' => ['description' => 'The user UID.', 'type' => 'string', 'example' => '1219541161213057', 'title' => ''], + 'BizId' => ['description' => 'The solution ID.', 'type' => 'string', 'example' => 'S20210924151843000001', 'title' => ''], + 'PartnerCode' => ['description' => 'The service provider code.', 'type' => 'string', 'example' => 'jinsan', 'title' => ''], + 'Reason' => ['description' => 'The rejection reason.', 'type' => 'string', 'example' => '无', 'title' => ''], + 'IntentionAssignBizId' => ['description' => 'The requirement dispatch ID.', 'type' => 'string', 'example' => 'A20210924151843000001', 'title' => ''], + 'IntentionBizId' => ['description' => 'The requirement ID.', 'type' => 'string', 'example' => 'I20210924151843000001', 'title' => ''], + 'BizType' => ['description' => 'The business type.', 'type' => 'string', 'example' => 'esp.logo', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], + 'title' => '', + 'example' => '', ], ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + ], + ], + 'title' => 'Query solution list', + 'changeSet' => [ + ['createdAt' => '2024-04-22T12:43:43.000Z', 'description' => 'Request parameters changed'], + ], + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserSolutions'], + ], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:ListUserSolutions', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPageNum\\": 8,\\n \\"TotalPageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"TotalItemNum\\": 344,\\n \\"Data\\": [\\n {\\n \\"Status\\": 1,\\n \\"UpdateTime\\": 164454443222,\\n \\"DeliveryOrderBizId\\": \\"P20210924151843000001\\",\\n \\"CreateTime\\": 164454443222,\\n \\"UserId\\": \\"1219541161213057\\",\\n \\"BizId\\": \\"S20210924151843000001\\",\\n \\"PartnerCode\\": \\"jinsan\\",\\n \\"Reason\\": \\"无\\",\\n \\"IntentionAssignBizId\\": \\"A20210924151843000001\\",\\n \\"IntentionBizId\\": \\"I20210924151843000001\\",\\n \\"BizType\\": \\"esp.logo\\"\\n }\\n ]\\n}","type":"json"}]', ], - 'OperateProduceForPartner' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'LlmSmartCall' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2152,89 +1409,103 @@ 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregKJID3X', 'FEATUREcompanyregREGHL5', 'FEATUREcompanyregIEYQEO', 'FEATUREcompanyregWX5U73', 'FEATUREcompanyregDAP1N0'], + 'autoTest' => true, + 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ - 'name' => 'OperateType', + 'name' => 'TenantCode', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'CERT_MATERIAL_SUBMITTED', - ], + 'schema' => ['description' => 'The tenant code.', 'type' => 'string', 'required' => false, 'example' => 'msea', 'title' => ''], ], [ - 'name' => 'BizId', + 'name' => 'ProductCode', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'P20210930105636000001', - ], + 'schema' => ['description' => 'The product code.', 'type' => 'string', 'required' => false, 'example' => 'xinxuan', 'title' => ''], ], [ - 'name' => 'ExtInfo', + 'name' => 'ScenesCode', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '{\\"beianServiceNumber\\":\\"9969c666-0935-4c5b-8042-926ff546e39f\\"}', - ], + 'schema' => ['description' => 'The outbound call scenario.', 'type' => 'string', 'required' => false, 'example' => 'robotcall_001', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'esp.beian_assist', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.companyreg_cloud', 'title' => ''], + ], + [ + 'name' => 'SkillType', + 'in' => 'query', + 'schema' => ['description' => 'The skill type.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''], + ], + [ + 'name' => 'BizId', + 'in' => 'query', + 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => false, 'example' => 'P20210208152920000001', 'title' => ''], + ], + [ + 'name' => 'CallerNumber', + 'in' => 'query', + 'schema' => ['description' => 'The caller number. This parameter is required and only supports numbers in the Chinese mainland. Go to the [Real Number Management](https://dyvmsnext.console.aliyun.com/number/list/normal) page in the voice messaging console to view the number.', 'type' => 'string', 'required' => false, 'example' => '13518132662', 'title' => ''], + ], + [ + 'name' => 'StartWordParam', + 'in' => 'query', + 'schema' => ['description' => 'The opening statement variable. Go to the [LLM Application Management](https://aiccs.console.aliyun.com/engine/llmApp) page and click details to view the LLM opening statement variable that you created.', 'type' => 'string', 'required' => false, 'example' => '{\\"name\\":\\"朱伦伦先生\\",\\"openText\\":\\"您好朱伦伦先生,您于2025年06月17日免费领取的健康福重疾险保1年体验版属于赠送保险,等待期30天满后保司即承担保险责任,保单到期后的延续保障经重新核保后会在约定时间扣取延续保障费用,您到时候可以关注一下。\\"}', 'title' => ''], + ], + [ + 'name' => 'PromptParam', + 'in' => 'query', + 'schema' => ['description' => 'The prompt variable. Go to the [LLM Application Management](https://aiccs.console.aliyun.com/engine/llmApp) page and click details to view the prompt variable that you created.', 'type' => 'string', 'required' => false, 'example' => '{\\"prompt\\":\\"{\\\\\\"accountId\\\\\\":\\\\\\"03D31F61DD6512D23F5789A439CE4CA2\\\\\\",\\\\\\"conversationId\\\\\\":\\\\\\"K7nBeth9\\\\\\"}\\"}', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ + 'title' => '', + 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'D170A4BA-4528-5E07-B8D5-6449C42EC23F', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'NoPermission', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], + 'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '5D8BD6E8-28D9-5451-BBA1-3D3DCA6971F6'], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'string', 'example' => 'True', 'title' => ''], + 'CallRecordId' => ['description' => 'The outbound call record ID.', 'type' => 'string', 'example' => 'UUID', 'title' => ''], ], + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"D170A4BA-4528-5E07-B8D5-6449C42EC23F\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', - ], - 'RejectSolution' => [ - 'methods' => [ - 'post', - 'get', + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'Intelligent outbound call', + 'summary' => 'Initiates an outbound call by retrieving the contact information of the corresponding user through a Xuantan demand order or delivery order.', + 'description' => 'Initiates an outbound call operation through the service provider Xuantan.', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], ], - 'schemes' => [ - 'http', - 'https', + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:LlmSmartCall', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"5D8BD6E8-28D9-5451-BBA1-3D3DCA6971F6\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": \\"True\\",\\n \\"CallRecordId\\": \\"UUID\\"\\n}","type":"json"}]', + ], + 'OperateCallCenterForPartner' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2244,78 +1515,81 @@ 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregKJID3X'], + 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ - 'name' => 'SolutionBizId', + 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'S20200512114050000001', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.beian_assist', 'title' => ''], ], [ - 'name' => 'Note', + 'name' => 'EmployeeCode', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => '', - ], + 'schema' => ['description' => 'The employee ID.', 'type' => 'string', 'required' => false, 'example' => '12323213', 'title' => ''], ], [ - 'name' => 'BizType', + 'name' => 'CallAction', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['description' => 'The outbound call operation.', 'type' => 'string', 'required' => false, 'example' => 'MakeCall', 'title' => ''], + ], + [ + 'name' => 'Request', + 'in' => 'query', + 'schema' => ['description' => 'The request parameters.', 'type' => 'string', 'required' => false, 'example' => '{}', 'title' => ''], + ], + [ + 'name' => 'TenantId', + 'in' => 'query', + 'schema' => ['description' => 'The project ID.', 'type' => 'string', 'required' => false, 'example' => 't4uor8evmq9nk', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ + 'title' => '', + 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'PARTNER.CONFIG.NOT.FOUND', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], + 'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '1A13ABB5-7649-5031-B55C-D2E38F9F189D'], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the operation was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'Data' => ['description' => 'The returned result.', 'type' => 'string', 'example' => '02131584182', 'title' => ''], ], + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"ErrorCode\\": \\"PARTNER.CONFIG.NOT.FOUND\\",\\n \\"Success\\": true\\n}","type":"json"}]', - ], - 'RejectUserSolution' => [ - 'methods' => [ - 'post', - 'get', + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'Perform service provider outbound call operation', + 'summary' => 'Performs an outbound call operation for the service provider.', + 'description' => 'Performs an outbound call operation for the service provider.', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], ], - 'schemes' => [ - 'http', - 'https', + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:OperateCallCenterForPartner', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1A13ABB5-7649-5031-B55C-D2E38F9F189D\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": \\"02131584182\\"\\n}","type":"json"}]', + ], + 'OperateProduceForPartner' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2325,40 +1599,30 @@ 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68'], ], 'parameters' => [ [ - 'name' => 'SolutionBizId', + 'name' => 'OperateType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'S20211227151912000001', - ], + 'schema' => ['description' => 'The operation type.', 'type' => 'string', 'required' => false, 'example' => 'CERT_MATERIAL_SUBMITTED', 'title' => ''], ], [ - 'name' => 'Note', + 'name' => 'BizId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => '', - ], + 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => false, 'example' => 'P20210930105636000001', 'title' => ''], + ], + [ + 'name' => 'ExtInfo', + 'in' => 'query', + 'schema' => ['description' => 'The extended information.', 'type' => 'string', 'required' => false, 'example' => '{\\"beianServiceNumber\\":\\"9969c666-0935-4c5b-8042-926ff546e39f\\"}', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'esp.companyreg', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.beian_assist', 'title' => ''], ], ], 'responses' => [ @@ -2366,172 +1630,123 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '717711FB-F887-597B-8121-B77437E89B97', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'NoPermission', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'D170A4BA-4528-5E07-B8D5-6449C42EC23F', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the operation was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"717711FB-F887-597B-8121-B77437E89B97\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', - ], - 'QueryPartnerIntentionList' => [ - 'summary' => 'QueryPartnerIntentionList', - 'methods' => [ - 'get', - 'post', + 'title' => 'Operate a delivery order as a service provider', + 'summary' => 'Performs service provider operations on a delivery order.', + 'changeSet' => [ + ['createdAt' => '2024-03-27T02:06:43.000Z', 'description' => 'Error codes changed'], ], - 'schemes' => [ - 'http', - 'https', + 'flowControl' => [ + 'flowControlList' => [], ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:OperateProduceForPartner', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"D170A4BA-4528-5E07-B8D5-6449C42EC23F\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', + ], + 'PutMeasureData' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'operationType' => 'read', + 'operationType' => 'write', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'I20211117092704000001', - ], + 'name' => 'BizType', + 'in' => 'formData', + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.sp', 'title' => ''], ], [ - 'name' => 'PageNum', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '10', - ], + 'name' => 'DataType', + 'in' => 'formData', + 'schema' => ['description' => 'The data type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'd', 'title' => ''], ], [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '20', - ], + 'name' => 'StartTime', + 'in' => 'formData', + 'schema' => ['description' => 'The start time.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1640400574804', 'title' => ''], ], [ - 'name' => 'BizType', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'esp.wangwen', - ], + 'name' => 'EndTime', + 'in' => 'formData', + 'schema' => ['description' => 'The end time.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1634019240000', 'title' => ''], + ], + [ + 'name' => 'Data', + 'in' => 'formData', + 'schema' => ['description' => 'The data to push.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '[]', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ - 'title' => 'Schema of Response', - 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'title' => 'Id of the request', - 'description' => '', - 'type' => 'string', - 'example' => '78E9DC76-7DFD-5975-99B0-4A95E8A92F5D', - ], - 'CurrentPageNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '2', - ], - 'TotalPageNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '13', - ], - 'PageSize' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '20', - ], - 'TotalItemNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '319', - ], - 'Data' => [ - 'description' => '', - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'BizId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'I20211117092704000001', - ], - 'Mobile' => [ - 'description' => '', - 'type' => 'string', - 'example' => '18700000003', - ], - 'BizType' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'esp.wangwen', - ], - ], - ], - ], + 'Data' => ['description' => 'Indicates whether the operation is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"78E9DC76-7DFD-5975-99B0-4A95E8A92F5D\\",\\n \\"CurrentPageNum\\": 2,\\n \\"TotalPageNum\\": 13,\\n \\"PageSize\\": 20,\\n \\"TotalItemNum\\": 319,\\n \\"Data\\": [\\n {\\n \\"BizId\\": \\"I20211117092704000001\\",\\n \\"Mobile\\": \\"18700000003\\",\\n \\"BizType\\": \\"esp.wangwen\\"\\n }\\n ]\\n}","type":"json"}]', - ], - 'SubmitSolution' => [ - 'methods' => [ - 'post', - 'get', + 'errorCodes' => [ + 400 => [ + ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => 'The specified parameter value is invalid.'], + ], ], - 'schemes' => [ - 'http', - 'https', + 'title' => 'Push metering data', + 'summary' => 'Pushes metering data.', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'PutMeasureData'], + ], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:PutMeasureData', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\"\\n}","type":"json"}]', + ], + 'PutMeasureReadyFlag' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2539,59 +1754,38 @@ ], 'operationType' => 'write', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ - 'name' => 'IntentionBizId', + 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'I20211223101045000001', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.bookkeeping', 'title' => ''], ], [ - 'name' => 'BizType', + 'name' => 'DataType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'esp.wangwen', - ], + 'schema' => ['description' => 'The data dimension. Valid values:'."\n" + .'1. r/raw: raw data'."\n" + .'2. h/hour: hourly data'."\n" + .'3. d/day: daily data'."\n" + .'4. m/month: monthly data.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'd', 'title' => ''], ], [ - 'name' => 'Solution', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => '', - ], + 'schema' => ['description' => 'The start time of the cycle.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1634969692175', 'title' => ''], ], [ - 'name' => 'UserId', + 'name' => 'EndTime', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '1219541161213057', - ], + 'schema' => ['description' => 'The end time of the cycle.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1634784240000', 'title' => ''], ], [ - 'name' => 'OperateType', + 'name' => 'ReadyFlag', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['description' => 'The push mark. Valid values:'."\n" + .'- 0: Start pushing.'."\n" + .'- 1: Pushing and billing completed.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '1', 'title' => ''], ], ], 'responses' => [ @@ -2599,272 +1793,270 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'SolutionBizId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'S20211109140729000001', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '0A3CFCF5-E0C0-5C0B-A2ED-03827F16D85F', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'NoPermission', - ], - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'ConfirmUrl' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'https://companyreg.console.aliyun.com/#/intention-notarize?Type=119&bizid=I20220114181457000001', - ], + 'Data' => ['description' => 'Indicates whether the operation is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"SolutionBizId\\": \\"S20211109140729000001\\",\\n \\"RequestId\\": \\"0A3CFCF5-E0C0-5C0B-A2ED-03827F16D85F\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"ConfirmUrl\\": \\"https://companyreg.console.aliyun.com/#/intention-notarize?Type=119&bizid=I20220114181457000001\\"\\n}","type":"json"}]', - ], - 'ReleaseProduceAuthorization' => [ - 'methods' => [ - 'post', + 'errorCodes' => [ + 400 => [ + ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => 'The specified parameter value is invalid.'], + ], ], - 'schemes' => [ - 'http', - 'https', + 'title' => 'Push metering marks', + 'summary' => 'Pushes metering marks.', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'PutMeasureReadyFlag'], + ], ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:PutMeasureReadyFlag', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\"\\n}","type":"json"}]', + ], + 'QueryAvailableNumbers' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'operationType' => 'readAndWrite', + 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ - 'operationType' => 'none', + 'operationType' => 'list', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregAU4FLU', 'FEATUREcompanyregKJID3X', 'FEATUREcompanyregP9MRAA', 'FEATUREcompanyregREGHL5', 'FEATUREcompanyreg03O5BQ', 'FEATUREcompanyregIEYQEO', 'FEATUREcompanyregWX5U73', 'FEATUREcompanyregDAP1N0'], ], 'parameters' => [ [ - 'name' => 'BizId', - 'in' => 'formData', + 'name' => 'BizType', + 'in' => 'query', + 'schema' => ['description' => 'The business type. Contact your Alibaba Cloud account manager to obtain the specific business type value.', 'type' => 'string', 'required' => true, 'example' => 'test', 'title' => ''], + ], + ], + 'responses' => [ + 200 => [ 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '找不到服务商配置', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'PARTNER.CONFIG.NOT.FOUND', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'Data' => [ + 'description' => 'The list of available outbound call numbers.', + 'type' => 'array', + 'items' => ['description' => 'The outbound call number.', 'type' => 'string', 'example' => '02131584182', 'title' => ''], + 'title' => '', + 'example' => '', + ], + ], 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'P20211117141528000001', + 'title' => '', + 'example' => '', ], ], + ], + 'title' => 'Query available outbound call numbers', + 'summary' => 'Queries the list of available outbound call numbers.', + 'changeSet' => [ + ['createdAt' => '2021-11-05T13:14:54.000Z', 'description' => 'OpenAPI offline'], + ], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [ [ - 'name' => 'BizType', - 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'esp.beian_assist', + 'operationType' => 'list', + 'ramAction' => [ + 'action' => 'companyreg:QueryAvailableNumbers', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], ], ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"找不到服务商配置\\",\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"ErrorCode\\": \\"PARTNER.CONFIG.NOT.FOUND\\",\\n \\"Success\\": true,\\n \\"Data\\": [\\n \\"02131584182\\"\\n ]\\n}","type":"json"}]', + ], + 'QueryBagRemaining' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'AuthorizedUserId', - 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '1219541161213000', - ], + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => ['operationType' => 'none'], + 'parameters' => [ + [ + 'name' => 'BizType', + 'in' => 'query', + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.hightech', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ - 'description' => '', 'type' => 'object', 'properties' => [ - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => '200', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], + 'Data' => ['description' => 'The remaining quota of the resource plan.', 'type' => 'integer', 'format' => 'int64', 'example' => 'True', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'Parameter.Illegal', - 'errorMessage' => 'The specified parameter is invalid.', - ], + ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => 'The specified parameter value is invalid.'], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"ErrorCode\\": \\"200\\",\\n \\"Success\\": true\\n}","type":"json"}]', - ], - 'QueryPartnerProduceList' => [ - 'summary' => 'QueryPartnerProduceList', - 'methods' => [ - 'get', + 'title' => 'Query remaining quota of a resource plan', + 'summary' => 'Queries the remaining quota of a resource plan.', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryBagRemaining'], + ], ], - 'schemes' => [ - 'http', - 'https', + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:QueryBagRemaining', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": 0,\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\"\\n}","type":"json"}]', + ], + 'QueryCallRecordList' => [ + 'summary' => 'Queries outbound call voice files of Xuantan.', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], + 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ - 'operationType' => 'none', + 'operationType' => 'get', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregAU4FLU', 'FEATUREcompanyregKJID3X', 'FEATUREcompanyregP9MRAA', 'FEATUREcompanyregREGHL5', 'FEATUREcompanyreg03O5BQ', 'FEATUREcompanyregIEYQEO', 'FEATUREcompanyregWX5U73', 'FEATUREcompanyregDAP1N0'], + 'autoTest' => true, + 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'P20211216204717000001', - ], - ], - [ 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'esp.cdn', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'example' => 'esp.bookkeeping', 'title' => ''], ], [ - 'name' => 'PageNum', + 'name' => 'SkillType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '1', - ], + 'schema' => ['description' => 'The skill type.', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1', 'title' => ''], ], [ - 'name' => 'PageSize', + 'name' => 'BizId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '20', - ], + 'schema' => ['description' => 'The delivery order ID.', 'type' => 'string', 'required' => true, 'example' => 'P20210928095324000002', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ - 'title' => 'Schema of Response', - 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'title' => 'Id of the request', - 'description' => '', - 'type' => 'string', - 'example' => '1A13ABB5-7649-5031-B55C-D2E38F9F189D', - ], - 'CurrentPageNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1', - ], - 'TotalPageNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1', - ], - 'PageSize' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '20', - ], - 'TotalItemNum' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '34', - ], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], 'Data' => [ - 'description' => '', + 'description' => 'The returned result.', 'type' => 'array', 'items' => [ + 'description' => 'The list of delivery orders.', 'type' => 'object', 'properties' => [ - 'BizId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'P20211216204717000001', - ], - 'BizType' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'esp.cdn', - ], - 'mobile' => [ - 'description' => '', - 'type' => 'string', - 'example' => '18600000001', - ], + 'SignatureUrl' => ['description' => 'A URL that points to the recording file. Use HTTP to download the file.', 'type' => 'string', 'example' => 'UPLOADED/SCRIPT/74974566-2b69-4389-9bf9-5d7b432f06ad/fa92ce53-6b5f-4b3d-807c-a46417c08f66_a4cc3a16-e365-42cb-87d8-7776f8b110a1.json', 'title' => ''], + 'StartTime' => ['description' => 'The start time of the cycle.', 'type' => 'integer', 'format' => 'int64', 'example' => '2025-06-07T02:08:00Z', 'title' => ''], + 'Duration' => ['description' => 'The call duration. Unit: seconds.', 'type' => 'integer', 'format' => 'int32', 'example' => '40140', 'title' => ''], + 'ContactDisposition' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'taskId' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], ], + 'title' => '', + 'example' => '', ], + 'title' => '', + 'example' => '', ], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1A13ABB5-7649-5031-B55C-D2E38F9F189D\\",\\n \\"CurrentPageNum\\": 1,\\n \\"TotalPageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalItemNum\\": 34,\\n \\"Data\\": [\\n {\\n \\"BizId\\": \\"P20211216204717000001\\",\\n \\"BizType\\": \\"esp.cdn\\",\\n \\"mobile\\": \\"18600000001\\"\\n }\\n ]\\n}","type":"json"}]', - ], - 'QueryInstance' => [ - 'methods' => [ - 'post', - 'get', + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'Query xuantan outbound call voice files', + 'description' => 'The list of authorization records for delivery orders.', + 'changeSet' => [ + ['createdAt' => '2025-08-07T08:37:54.000Z', 'description' => 'Response parameters changed'], ], - 'schemes' => [ - 'http', - 'https', + 'flowControl' => [ + 'flowControlList' => [], ], + 'ramActions' => [ + [ + 'operationType' => 'get', + 'ramAction' => [ + 'action' => 'companyreg:QueryCallRecordList', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": [\\n {\\n \\"SignatureUrl\\": \\"UPLOADED/SCRIPT/74974566-2b69-4389-9bf9-5d7b432f06ad/fa92ce53-6b5f-4b3d-807c-a46417c08f66_a4cc3a16-e365-42cb-87d8-7776f8b110a1.json\\",\\n \\"StartTime\\": 0,\\n \\"Duration\\": 40140,\\n \\"ContactDisposition\\": \\"\\",\\n \\"taskId\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]', + ], + 'QueryInstance' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2872,31 +2064,17 @@ ], 'operationType' => 'read', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'esp.bookkeeping', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.bookkeeping', 'title' => ''], ], [ 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'T20210302164856000001', - ], + 'schema' => ['description' => 'The instance ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'T20210302164856000001', 'title' => ''], ], ], 'responses' => [ @@ -2904,31 +2082,44 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Data' => [ - 'description' => '', - 'type' => 'string', - 'example' => '{}', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', - ], + 'Data' => ['description' => 'The instance information.', 'type' => 'string', 'example' => '{}', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"{}\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\"\\n}","type":"json"}]', - ], - 'QueryUserNeedAuth' => [ - 'methods' => [ - 'post', - 'get', + 'title' => 'Query lingxiao order instances', + 'summary' => 'Queries Lingxiao order instances.', + 'changeSet' => [ + ['createdAt' => '2024-03-27T02:06:42.000Z', 'description' => 'Error codes changed'], ], - 'schemes' => [ - 'http', - 'https', + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryInstance'], + ], ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:QueryInstance', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Data\\": \\"{}\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\"\\n}","type":"json"}]', + ], + 'QueryPartnerIntentionList' => [ + 'summary' => 'Queries the list of requirement orders for a service provider.', + 'methods' => ['get', 'post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2936,263 +2127,231 @@ ], 'operationType' => 'read', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'get', - 'riskType' => 'none', - 'chargeType' => 'free', + 'systemTags' => ['operationType' => 'none'], + 'parameters' => [ + [ + 'name' => 'BizId', + 'in' => 'query', + 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => false, 'example' => 'I20211117092704000001', 'title' => ''], + ], + [ + 'name' => 'PageNum', + 'in' => 'query', + 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10', 'title' => ''], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '20', 'title' => ''], + ], + [ + 'name' => 'BizType', + 'in' => 'query', + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.wangwen', 'title' => ''], + ], ], - 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ + 'title' => '', + 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2C859C36-886C-5BE7-A606-01F38A5374D6', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], - 'NeedAuth' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', + 'RequestId' => ['title' => '', 'description' => 'The request ID.', 'type' => 'string', 'example' => '78E9DC76-7DFD-5975-99B0-4A95E8A92F5D'], + 'CurrentPageNum' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int64', 'example' => '2', 'title' => ''], + 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int64', 'example' => '13', 'title' => ''], + 'PageSize' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int64', 'example' => '20', 'title' => ''], + 'TotalItemNum' => ['description' => 'The total number of entries.', 'type' => 'integer', 'format' => 'int64', 'example' => '319', 'title' => ''], + 'Data' => [ + 'description' => 'The list of requirement orders.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'BizId' => ['description' => 'The business ID.', 'type' => 'string', 'example' => 'I20211117092704000001', 'title' => ''], + 'Mobile' => ['description' => 'The mobile phone number.', 'type' => 'string', 'example' => '18700000003', 'title' => ''], + 'BizType' => ['description' => 'The business type.', 'type' => 'string', 'example' => 'esp.wangwen', 'title' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'title' => '', + 'example' => '', ], ], + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"2C859C36-886C-5BE7-A606-01F38A5374D6\\",\\n \\"Success\\": true,\\n \\"NeedAuth\\": true\\n}","type":"json"}]', - ], - 'BindProduceAuthorization' => [ - 'summary' => '服务单授权', - 'methods' => [ - 'post', + 'title' => 'Query requirement order list for service provider', + 'changeSet' => [ + ['createdAt' => '2021-11-17T08:26:20.000Z', 'description' => 'OpenAPI offline'], ], - 'schemes' => [ - 'http', - 'https', + 'flowControl' => [ + 'flowControlList' => [], ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:QueryPartnerIntentionList', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"78E9DC76-7DFD-5975-99B0-4A95E8A92F5D\\",\\n \\"CurrentPageNum\\": 2,\\n \\"TotalPageNum\\": 13,\\n \\"PageSize\\": 20,\\n \\"TotalItemNum\\": 319,\\n \\"Data\\": [\\n {\\n \\"BizId\\": \\"I20211117092704000001\\",\\n \\"Mobile\\": \\"18700000003\\",\\n \\"BizType\\": \\"esp.wangwen\\"\\n }\\n ]\\n}","type":"json"}]', + ], + 'QueryPartnerProduceList' => [ + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'operationType' => 'readAndWrite', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - 'riskType' => 'none', - 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREcompanyregNCLC86', - ], - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'BizId', - 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'P20210815211849000001', - ], + 'in' => 'query', + 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => false, 'example' => 'P20211216204717000001', 'title' => ''], ], [ 'name' => 'BizType', - 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'esp.bookkeeping_ai', - ], + 'in' => 'query', + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.cdn', 'title' => ''], ], [ - 'name' => 'AuthorizedUserIds', - 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '1219541161213057,1219541161213059', - ], + 'name' => 'PageNum', + 'in' => 'query', + 'schema' => ['description' => 'The page number.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', 'title' => ''], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '20', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ - 'description' => '', + 'title' => '', + 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'AC492C5D-29D0-5103-9271-2C3A9D99F5CA', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => '200', - ], + 'RequestId' => ['title' => '', 'description' => 'The request ID.', 'type' => 'string', 'example' => '1A13ABB5-7649-5031-B55C-D2E38F9F189D'], + 'CurrentPageNum' => ['description' => 'The current page number.', 'type' => 'integer', 'format' => 'int64', 'example' => '1', 'title' => ''], + 'TotalPageNum' => ['description' => 'The total number of pages.', 'type' => 'integer', 'format' => 'int64', 'example' => '1', 'title' => ''], + 'PageSize' => ['description' => 'The number of entries per page.', 'type' => 'integer', 'format' => 'int64', 'example' => '20', 'title' => ''], + 'TotalItemNum' => ['description' => 'The total number of records.', 'type' => 'integer', 'format' => 'int64', 'example' => '34', 'title' => ''], 'Data' => [ - 'description' => '', - 'type' => 'object', - 'properties' => [ - 'Message' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'false', - ], - 'AuthorizedUserList' => [ - 'description' => '', - 'type' => 'array', - 'items' => [ - 'description' => '', - 'type' => 'object', - 'properties' => [ - 'UserName' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'test@alibaba-inc.com', - ], - 'UserId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '1219541161213058', - ], - 'AccountValidType' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '2', - ], - ], - ], + 'description' => 'The list of delivery orders.', + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'BizId' => ['description' => 'The delivery order ID.', 'type' => 'string', 'example' => 'P20211216204717000001', 'title' => ''], + 'BizType' => ['description' => 'The business type.', 'type' => 'string', 'example' => 'esp.cdn', 'title' => ''], + 'mobile' => ['description' => 'The mobile phone number.', 'type' => 'string', 'example' => '18600000001', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], + 'title' => '', + 'example' => '', ], ], + 'example' => '', ], ], ], - 'errorCodes' => [ - 400 => [ - [ - 'errorCode' => 'Parameter.Illegal', - 'errorMessage' => 'The specified parameter is invalid.', + 'title' => 'Query delivery order list for service provider', + 'summary' => 'Queries the list of delivery orders for a service provider.', + 'changeSet' => [ + ['createdAt' => '2021-11-17T08:40:16.000Z', 'description' => 'OpenAPI offline'], + ], + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryPartnerProduceList'], + ], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:QueryPartnerProduceList', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"AC492C5D-29D0-5103-9271-2C3A9D99F5CA\\",\\n \\"ErrorCode\\": \\"200\\",\\n \\"Data\\": {\\n \\"Message\\": \\"以上标红的不为阿里云账号\\",\\n \\"Success\\": false,\\n \\"AuthorizedUserList\\": [\\n {\\n \\"UserName\\": \\"test@alibaba-inc.com\\",\\n \\"UserId\\": \\"1219541161213058\\",\\n \\"AccountValidType\\": 2\\n }\\n ]\\n }\\n}","type":"json"}]', + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1A13ABB5-7649-5031-B55C-D2E38F9F189D\\",\\n \\"CurrentPageNum\\": 1,\\n \\"TotalPageNum\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalItemNum\\": 34,\\n \\"Data\\": [\\n {\\n \\"BizId\\": \\"P20211216204717000001\\",\\n \\"BizType\\": \\"esp.cdn\\",\\n \\"mobile\\": \\"18600000001\\"\\n }\\n ]\\n}","type":"json"}]', ], - 'SubmitIntentionNote' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'QueryUserNeedAuth' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'operationType' => 'write', + 'operationType' => 'read', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], - 'parameters' => [ - [ - 'name' => 'IntentionBizId', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'I20210927144823000001', - ], - ], - [ - 'name' => 'Note', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => '', - ], - ], - [ - 'name' => 'BizType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], - ], - ], + 'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'], + 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '668571EF-1E7E-5435-AA65-4ECFFDDA133F', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'NoPermission', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2C859C36-886C-5BE7-A606-01F38A5374D6', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'NeedAuth' => ['description' => 'Indicates whether verification is required.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"668571EF-1E7E-5435-AA65-4ECFFDDA133F\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', - ], - 'CloseUserIntention' => [ - 'methods' => [ - 'post', - 'get', + 'title' => 'Check whether real-name verification is required', + 'summary' => 'Queries whether real-name verification is required.', + 'changeSet' => [ + ['createdAt' => '2024-03-27T02:06:42.000Z', 'description' => 'Error codes changed'], ], - 'schemes' => [ - 'http', - 'https', + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [ + [ + 'operationType' => 'get', + 'ramAction' => [ + 'action' => 'companyreg:QueryUserNeedAuth', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"2C859C36-886C-5BE7-A606-01F38A5374D6\\",\\n \\"Success\\": true,\\n \\"NeedAuth\\": true\\n}","type":"json"}]', + ], + 'RecordCallCenterEventForPartner' => [ + 'summary' => 'Reports outbound call center events from the Xuantan service provider.', + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3202,82 +2361,123 @@ 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregKJID3X'], + 'tenantRelevance' => 'publicInformation', ], 'parameters' => [ [ - 'name' => 'IntentionBizId', + 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'I20201027162033000001', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => false, 'example' => 'esp.beian_assist', 'title' => ''], ], [ - 'name' => 'Note', + 'name' => 'RelatedId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => '', - ], + 'schema' => ['description' => 'The request ID.', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1000030990004', 'title' => ''], ], [ - 'name' => 'BizType', + 'name' => 'ConnId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'esp.bookkeeping', - ], + 'schema' => ['description' => 'The ID of the call channel.', 'type' => 'string', 'required' => false, 'example' => '12313', 'title' => ''], + ], + [ + 'name' => 'ContactId', + 'in' => 'query', + 'schema' => ['description' => 'The call ID. Make sure that the call ID has a voicemail message. Otherwise, the response contains no data.', 'type' => 'string', 'required' => false, 'example' => '897265', 'title' => ''], + ], + [ + 'name' => 'JobId', + 'in' => 'query', + 'schema' => ['description' => 'The ID of the Spark job.', 'type' => 'string', 'required' => false, 'example' => 'ufbo502ma94m480', 'title' => ''], + ], + [ + 'name' => 'Caller', + 'in' => 'query', + 'schema' => ['description' => 'The caller number. Set this parameter to the mobile phone number or landline number of the customer service representative.', 'type' => 'string', 'required' => false, 'example' => '13162828888', 'title' => ''], + ], + [ + 'name' => 'Callee', + 'in' => 'query', + 'schema' => ['description' => 'The callee number for the hotline outbound call.', 'type' => 'string', 'required' => false, 'example' => '18578602216', 'title' => ''], + ], + [ + 'name' => 'SecretMobile', + 'in' => 'query', + 'schema' => ['description' => 'The secure phone number.', 'type' => 'string', 'required' => false, 'example' => 'MTAFA/DF#', 'title' => ''], + ], + [ + 'name' => 'SkillType', + 'in' => 'query', + 'schema' => ['description' => 'The skill type.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', 'title' => ''], + ], + [ + 'name' => 'BizId', + 'in' => 'query', + 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => false, 'example' => 'P20211117141528000001', 'title' => ''], + ], + [ + 'name' => 'CallAction', + 'in' => 'query', + 'schema' => ['description' => 'The outbound call action.', 'type' => 'string', 'required' => false, 'example' => 'MakeCall', 'title' => ''], + ], + [ + 'name' => 'TenantId', + 'in' => 'query', + 'schema' => ['description' => 'The tenant ID.', 'type' => 'string', 'required' => false, 'example' => '123457', 'title' => ''], + ], + [ + 'name' => 'EmployeeCode', + 'in' => 'query', + 'schema' => ['description' => 'The employee ID.', 'type' => 'string', 'required' => false, 'example' => '12323213', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ + 'title' => '', + 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'DD5639FF-1240-51DE-9BA8-2075670A1EAC', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'NoPermission', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], + 'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '1A13ABB5-7649-5031-B55C-D2E38F9F189D'], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'Data' => ['description' => 'The list of delivery orders.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + ], + 'example' => '', + ], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'Report outbound call center events from xuantan service provider', + 'description' => 'Reports outbound call operation events from the Xuantan service provider.', + 'changeSet' => [ + ['createdAt' => '2025-10-29T13:28:18.000Z', 'description' => 'Request parameters changed'], + ], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:RecordCallCenterEventForPartner', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], ], ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"DD5639FF-1240-51DE-9BA8-2075670A1EAC\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1A13ABB5-7649-5031-B55C-D2E38F9F189D\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","type":"json"}]', ], 'RecordPostBack' => [ - 'summary' => 'RecordPostBack', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'summary' => 'Sends communication records of a Xuantan service ticket or demand ticket back to Xuantan for viewing. Tickets in the unfollowed status are changed to the following-up status.', + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3285,148 +2485,97 @@ ], 'operationType' => 'write', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ 'name' => 'bizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'example' => 'esp.zhangsan', - 'required' => true, - 'type' => 'string', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'example' => 'esp.zhangsan', 'title' => ''], ], [ 'name' => 'bizId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'example' => 'P111111111111', - 'required' => true, - 'type' => 'string', - ], + 'schema' => ['description' => 'The business ID of the demand ticket or service ticket.', 'type' => 'string', 'required' => true, 'example' => 'P111111111111', 'title' => ''], ], [ 'name' => 'contactor', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'example' => '', - 'required' => true, - 'type' => 'string', - ], + 'schema' => ['description' => 'The name of the contact person (in Chinese).', 'type' => 'string', 'required' => true, 'example' => '张雯菲', 'title' => ''], ], [ 'name' => 'content', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'example' => '', - 'required' => true, - 'type' => 'string', - ], + 'schema' => ['description' => 'The communication content.', 'type' => 'string', 'required' => true, 'example' => '联系客户一次', 'title' => ''], ], [ 'name' => 'entityKey', 'in' => 'query', 'schema' => [ - 'description' => '', - 'enumValueTitles' => [ - 'esp_produce ' => 'esp_produce ', - 'esp_intention' => 'esp_intention', - ], - 'example' => 'esp_produce', - 'required' => true, + 'description' => 'The entity type. Specifies whether the operation targets a service ticket or a demand ticket.', + 'enumValueTitles' => ['esp_produce ' => 'esp_produce ', 'esp_intention' => 'esp_intention'], 'type' => 'string', + 'required' => true, + 'example' => 'esp_produce', + 'title' => '', ], ], ], 'responses' => [ 200 => [ 'schema' => [ + 'title' => '', 'description' => 'PopResultDTO<Boolean>', + 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'description' => '', - 'example' => 'B8E5CC4C-7563-19BD-B02F-DFFFD4E51D4A', - 'type' => 'string', - ], - 'HttpStatusCode' => [ - 'description' => '', - 'example' => '200', - 'format' => 'int32', - 'type' => 'integer', - ], - 'DynamicCode' => [ - 'description' => '', - 'example' => 'PARAMETER.ILLEGAL', - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'description' => '', - 'example' => '', - 'type' => 'string', - ], - 'ErrorMsg' => [ - 'description' => '', - 'example' => '', - 'type' => 'string', - ], - 'ErrorCode' => [ - 'description' => '', - 'example' => 'PARAMETER.ILLEGAL', - 'type' => 'string', - ], - 'Success' => [ - 'description' => '', - 'example' => 'True', - 'type' => 'boolean', - ], - 'Module' => [ - 'description' => '', - 'example' => 'True', - 'type' => 'boolean', - ], - 'AllowRetry' => [ - 'description' => '', - 'example' => 'false', - 'type' => 'boolean', - ], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'B8E5CC4C-7563-19BD-B02F-DFFFD4E51D4A', 'title' => ''], + 'HttpStatusCode' => ['description' => 'The HTTP status code returned.', 'type' => 'integer', 'format' => 'int32', 'example' => '200', 'title' => ''], + 'DynamicCode' => ['description' => 'The dynamic error code returned by the backend.', 'type' => 'string', 'example' => 'PARAMETER.ILLEGAL', 'title' => ''], + 'DynamicMessage' => ['description' => 'The dynamic error message returned by the backend.', 'type' => 'string', 'example' => '参数错误', 'title' => ''], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '参数错误', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'PARAMETER.ILLEGAL', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'Module' => ['description' => 'Indicates whether the operation was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'AllowRetry' => ['description' => 'Indicates whether retry is allowed.', 'type' => 'boolean', 'example' => 'false', 'title' => ''], 'ErrorArgs' => [ - 'description' => '', - 'items' => [ - 'description' => '', - 'example' => 'entityKey', - 'type' => 'any', - ], + 'description' => 'The error parameters.', 'type' => 'array', + 'items' => ['description' => 'The error parameter.', 'type' => 'any', 'example' => 'entityKey', 'title' => ''], + 'title' => '', + 'example' => '', ], - 'AppName' => [ - 'description' => '', - 'example' => 'esp-core-aliyun-com', - 'type' => 'string', - ], + 'AppName' => ['description' => 'The application name.', 'type' => 'string', 'example' => 'esp-core-aliyun-com', 'title' => ''], ], - 'title' => 'PopResultDTO<Boolean>', - 'type' => 'object', + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B8E5CC4C-7563-19BD-B02F-DFFFD4E51D4A\\",\\n \\"HttpStatusCode\\": 200,\\n \\"DynamicCode\\": \\"PARAMETER.ILLEGAL\\",\\n \\"DynamicMessage\\": \\"参数错误\\",\\n \\"ErrorMsg\\": \\"参数错误\\",\\n \\"ErrorCode\\": \\"PARAMETER.ILLEGAL\\",\\n \\"Success\\": true,\\n \\"Module\\": true,\\n \\"AllowRetry\\": false,\\n \\"ErrorArgs\\": [\\n \\"entityKey\\"\\n ],\\n \\"AppName\\": \\"esp-core-aliyun-com\\"\\n}","type":"json"}]', - ], - 'QueryAvailableNumbers' => [ - 'summary' => '获取玄坛合作伙伴双呼时可用外呼号码', - 'methods' => [ - 'post', - 'get', + 'title' => 'Send communication records back to xuantan', + 'changeSet' => [ + ['createdAt' => '2022-11-29T02:06:04.000Z', 'description' => 'OpenAPI offline'], ], - 'schemes' => [ - 'http', - 'https', + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RecordPostBack'], + ], ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:RecordPostBack', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B8E5CC4C-7563-19BD-B02F-DFFFD4E51D4A\\",\\n \\"HttpStatusCode\\": 200,\\n \\"DynamicCode\\": \\"PARAMETER.ILLEGAL\\",\\n \\"DynamicMessage\\": \\"参数错误\\",\\n \\"ErrorMsg\\": \\"参数错误\\",\\n \\"ErrorCode\\": \\"PARAMETER.ILLEGAL\\",\\n \\"Success\\": true,\\n \\"Module\\": true,\\n \\"AllowRetry\\": false,\\n \\"ErrorArgs\\": [\\n \\"entityKey\\"\\n ],\\n \\"AppName\\": \\"esp-core-aliyun-com\\"\\n}","type":"json"}]', + ], + 'RejectSolution' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3435,31 +2584,26 @@ 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ - 'operationType' => 'list', + 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREcompanyregTSYAIQ', - 'FEATUREcompanyregAU4FLU', - 'FEATUREcompanyregKJID3X', - 'FEATUREcompanyregP9MRAA', - 'FEATUREcompanyregREGHL5', - 'FEATUREcompanyreg03O5BQ', - 'FEATUREcompanyregIEYQEO', - 'FEATUREcompanyregWX5U73', - 'FEATUREcompanyregDAP1N0', - ], + 'abilityTreeNodes' => ['FEATUREcompanyregAU4FLU'], ], 'parameters' => [ [ + 'name' => 'SolutionBizId', + 'in' => 'query', + 'schema' => ['description' => 'The solution ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'S20200512114050000001', 'title' => ''], + ], + [ + 'name' => 'Note', + 'in' => 'query', + 'schema' => ['description' => 'The rejection reason.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '方案错误', 'title' => ''], + ], + [ 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => 'test', - ], + 'schema' => ['type' => 'string', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], ], ], 'responses' => [ @@ -3467,51 +2611,46 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'PARTNER.CONFIG.NOT.FOUND', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], - 'Data' => [ - 'description' => '', - 'type' => 'array', - 'items' => [ - 'description' => '', - 'type' => 'string', - 'example' => '02131584182', - ], - ], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'PARTNER.CONFIG.NOT.FOUND', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"找不到服务商配置\\",\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"ErrorCode\\": \\"PARTNER.CONFIG.NOT.FOUND\\",\\n \\"Success\\": true,\\n \\"Data\\": [\\n \\"02131584182\\"\\n ]\\n}","type":"json"}]', - ], - 'StartBackToBackCall' => [ - 'summary' => '玄坛双呼外呼发起', - 'methods' => [ - 'post', - 'get', + 'title' => 'Reject a solution', + 'summary' => 'Rejects a solution.', + 'changeSet' => [ + ['createdAt' => '2024-05-15T09:16:40.000Z', 'description' => 'Request parameters changed'], + ['createdAt' => '2024-03-27T02:06:42.000Z', 'description' => 'Error codes changed'], ], - 'schemes' => [ - 'http', - 'https', + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RejectSolution'], + ], ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:RejectSolution', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"ErrorCode\\": \\"PARTNER.CONFIG.NOT.FOUND\\",\\n \\"Success\\": true\\n}","type":"json"}]', + ], + 'RejectUserSolution' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3519,88 +2658,22 @@ ], 'operationType' => 'write', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - 'riskType' => 'none', - 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREcompanyregTSYAIQ', - 'FEATUREcompanyregKJID3X', - 'FEATUREcompanyregREGHL5', - 'FEATUREcompanyregIEYQEO', - 'FEATUREcompanyregWX5U73', - 'FEATUREcompanyregDAP1N0', - 'FEATUREcompanyregAU4FLU', - 'FEATUREcompanyregP9MRAA', - 'FEATUREcompanyreg03O5BQ', - ], - 'autoTest' => true, - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ - 'name' => 'BizType', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => 'test', - ], - ], - [ - 'name' => 'SkillType', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - 'enumValueTitles' => [ - 1 => '', - '', - ], - 'example' => '1', - ], - ], - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => '20211203180209000001', - ], - ], - [ - 'name' => 'Caller', + 'name' => 'SolutionBizId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => '13162828888', - ], + 'schema' => ['description' => 'The solution ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'S20211227151912000001', 'title' => ''], ], [ - 'name' => 'CallCenterNumber', + 'name' => 'Note', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '02131584184', - ], + 'schema' => ['description' => 'The rejection reason.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '不符合', 'title' => ''], ], [ - 'name' => 'MobileKey', + 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'mobile1', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.companyreg', 'title' => ''], ], ], 'responses' => [ @@ -3608,165 +2681,118 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'NoPermission', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], - 'Data' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '717711FB-F887-597B-8121-B77437E89B97', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', + 'title' => 'Reject a solution', + 'summary' => 'Rejects a solution by the user.', + 'changeSet' => [ + ['createdAt' => '2024-03-27T02:06:42.000Z', 'description' => 'Error codes changed'], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","type":"json"}]', - ], - 'TransferIntentionOwner' => [ - 'summary' => '玄坛需求单转派小二', - 'methods' => [ - 'post', - 'get', + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RejectUserSolution'], + ], ], - 'schemes' => [ - 'http', - 'https', + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:RejectUserSolution', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"717711FB-F887-597B-8121-B77437E89B97\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', + ], + 'ReleaseProduceAuthorization' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'operationType' => 'write', + 'operationType' => 'readAndWrite', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'update', - 'riskType' => 'none', - 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREcompanyregW8PQ68', - 'FEATUREcompanyreg03XYGI', - 'FEATUREcompanyregYL6RVO', - 'FEATUREcompanyregU6BH8D', - 'FEATUREcompanyregJSN2D0', - ], - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ - 'name' => 'BizType', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => 'esp.wangwen', - ], - ], - [ 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => 'P20210709190452000001', - ], - ], - [ - 'name' => 'PersonId', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '67842', - ], + 'in' => 'formData', + 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'P20211117141528000001', 'title' => ''], ], [ - 'name' => 'Remark', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'name' => 'BizType', + 'in' => 'formData', + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.beian_assist', 'title' => ''], ], [ - 'name' => 'EmployeeCode', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'name' => 'AuthorizedUserId', + 'in' => 'formData', + 'schema' => ['description' => 'The ID of the authorized user to unbind.', 'type' => 'string', 'required' => false, 'example' => '1219541161213000', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ + 'description' => 'The result data.', 'type' => 'object', 'properties' => [ - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '717711FB-F887-597B-8121-B77437E89B97', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'NoPermission', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], - 'Data' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => '200', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the call was successful. Valid values:'."\n" + .'- true: The call was successful.'."\n" + .'- false: The call failed.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], + 'title' => '', + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"717711FB-F887-597B-8121-B77437E89B97\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","type":"json"}]', - ], - 'TransferProduceOwner' => [ - 'summary' => '玄坛服务单转派小二', - 'methods' => [ - 'post', - 'get', + 'errorCodes' => [ + 400 => [ + ['errorCode' => 'Parameter.Illegal', 'errorMessage' => 'The specified parameter is invalid.', 'description' => 'The specified parameter value is invalid.'], + ], ], - 'schemes' => [ - 'http', - 'https', + 'title' => 'Unbind authorization from a delivery order', + 'summary' => 'Unbinds authorization from a delivery order.', + 'description' => 'Unbinds authorization from a delivery order.', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:ReleaseProduceAuthorization', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"ErrorCode\\": \\"200\\",\\n \\"Success\\": true\\n}","type":"json"}]', + ], + 'StartBackToBackCall' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3778,59 +2804,47 @@ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREcompanyregYL6RVO', - 'FEATUREcompanyreg03XYGI', - ], + 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregKJID3X', 'FEATUREcompanyregREGHL5', 'FEATUREcompanyregIEYQEO', 'FEATUREcompanyregWX5U73', 'FEATUREcompanyregDAP1N0', 'FEATUREcompanyregAU4FLU', 'FEATUREcompanyregP9MRAA', 'FEATUREcompanyreg03O5BQ'], + 'autoTest' => true, ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'example' => 'test', 'title' => ''], + ], + [ + 'name' => 'SkillType', + 'in' => 'query', 'schema' => [ - 'description' => '', - 'type' => 'string', + 'description' => 'The skill type.', + 'enumValueTitles' => [1 => 'demand order.', 'service order.'], + 'type' => 'integer', + 'format' => 'int64', 'required' => true, - 'example' => 'esp.companyreg_cloud', + 'example' => '1', + 'title' => '', ], ], [ 'name' => 'BizId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => 'P20210208152920000001', - ], + 'schema' => ['description' => 'The business association ID.', 'type' => 'string', 'required' => true, 'example' => '20211203180209000001', 'title' => ''], ], [ - 'name' => 'PersonId', + 'name' => 'Caller', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '15565', - ], + 'schema' => ['description' => 'The caller number. Specify the mobile phone number or landline number of the customer service representative.', 'type' => 'string', 'required' => true, 'example' => '13162828888', 'title' => ''], ], [ - 'name' => 'Remark', + 'name' => 'CallCenterNumber', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => 'The outbound call number.', 'type' => 'string', 'required' => false, 'example' => '02131584184', 'title' => ''], ], [ - 'name' => 'EmployeeCode', + 'name' => 'MobileKey', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['description' => 'The key of the called number. If this parameter is left empty, the primary customer number of the ticket is called by default. If this parameter is specified, the system looks up the corresponding called number based on the key and initiates the outbound call. This parameter is applicable to scenarios where a ticket has multiple called numbers.', 'type' => 'string', 'required' => false, 'example' => 'mobile1', 'title' => ''], ], ], 'responses' => [ @@ -3838,46 +2852,48 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'DD5639FF-1240-51DE-9BA8-2075670A1EAC', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'NoPermission', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], - 'Data' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '2174AA97-56FB-50FA-B243-0460B9E4CE0C', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'Data' => ['description' => 'Indicates whether the operation was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"DD5639FF-1240-51DE-9BA8-2075670A1EAC\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","type":"json"}]', + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'Initiate a dual-call', + 'summary' => 'Initiates a dual-call.', + 'changeSet' => [ + ['createdAt' => '2021-11-05T13:14:54.000Z', 'description' => 'OpenAPI offline'], + ['createdAt' => '2021-11-05T13:14:54.000Z', 'description' => 'Request parameters changed'], + ], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:StartBackToBackCall', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"2174AA97-56FB-50FA-B243-0460B9E4CE0C\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","type":"json"}]', ], 'SubmitIntentionForPartner' => [ - 'summary' => '合作伙伴提交需求单', + 'summary' => 'Partnership submits a requirement ticket ', 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3889,11 +2905,7 @@ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREcompanyregTSYAIQ', - 'FEATUREcompanyregKJID3X', - 'FEATUREcompanyregREGHL5', - ], + 'abilityTreeNodes' => ['FEATUREcompanyregTSYAIQ', 'FEATUREcompanyregKJID3X', 'FEATUREcompanyregREGHL5'], 'autoTest' => true, 'tenantRelevance' => 'tenant', ], @@ -3901,210 +2913,120 @@ [ 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'ceshi', - ], + 'schema' => ['description' => 'Description ', 'type' => 'string', 'required' => false, 'example' => 'ceshi', 'title' => ''], ], [ 'name' => 'Area', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => 'area ', 'type' => 'string', 'required' => false, 'example' => '长沙市', 'title' => ''], ], [ 'name' => 'Mobile', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '18704330000', - ], + 'schema' => ['description' => 'Phone number ', 'type' => 'string', 'required' => false, 'example' => '18704330000', 'title' => ''], ], [ 'name' => 'ContactName', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => 'contact name ', 'type' => 'string', 'required' => false, 'example' => '魏先生', 'title' => ''], ], [ 'name' => 'CommodityType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'Server', - ], + 'schema' => ['description' => 'Product Type ', 'type' => 'string', 'required' => false, 'example' => 'Server', 'title' => ''], ], [ 'name' => 'ExtInfo', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '{\\"beianServiceNumber\\":\\"9969c666-0935-4c5b-8042-926ff546e39f\\"}', - ], + 'schema' => ['description' => 'extension information ', 'type' => 'string', 'required' => false, 'example' => '{\\"beianServiceNumber\\":\\"9969c666-0935-4c5b-8042-926ff546e39f\\"}', 'title' => ''], ], [ 'name' => 'Channel', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'lingjun', - ], + 'schema' => ['description' => "\n" + .'Notification Channel ', 'type' => 'string', 'required' => false, 'example' => 'lingjun', 'title' => ''], ], [ 'name' => 'Grade', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => 'country', - ], + 'schema' => ['description' => 'Member Level ', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => 'country', 'title' => ''], ], [ 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'esp.isp', - ], + 'schema' => ['description' => 'Business Type ', 'type' => 'string', 'required' => false, 'example' => 'esp.isp', 'title' => ''], ], [ 'name' => 'UserId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '1212312312312', - ], + 'schema' => ['description' => 'User UID ', 'type' => 'string', 'required' => false, 'example' => '1212312312312', 'title' => ''], ], ], 'responses' => [ 200 => [ 'schema' => [ - 'title' => 'Schema of Response', + 'title' => '', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'title' => 'Id of the request', - 'description' => 'Id of the request', - 'type' => 'string', - 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', - ], - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], - 'IntentionBizId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'I20211223101045000001', - ], - 'ExtInfo' => [ - 'type' => 'string', - ], + 'RequestId' => ['title' => '', 'description' => 'Id of the request', 'type' => 'string', 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D'], + 'ErrorMsg' => ['description' => 'error message ', 'type' => 'string', 'example' => '参数错误', 'title' => ''], + 'Success' => ['description' => 'Success status identifier ', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'IntentionBizId' => ['description' => 'Requirement ticket ID ', 'type' => 'string', 'example' => 'I20211223101045000001', 'title' => ''], + 'ExtInfo' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], ], + 'example' => '', ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'Partnership submits a requirement ticket ', + 'description' => 'Add authorization (batch) to the delivery order ', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [ + [ + 'operationType' => 'create', + 'ramAction' => [ + 'action' => 'companyreg:SubmitIntentionForPartner', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"ErrorMsg\\": \\"参数错误\\",\\n \\"Success\\": true,\\n \\"IntentionBizId\\": \\"I20211223101045000001\\",\\n \\"ExtInfo\\": \\"\\"\\n}","type":"json"}]', ], - 'QueryCallRecordList' => [ - 'summary' => '查询玄坛外呼语音文件', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'SubmitIntentionNote' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'operationType' => 'read', + 'operationType' => 'write', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'get', - 'riskType' => 'none', - 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREcompanyregTSYAIQ', - 'FEATUREcompanyregAU4FLU', - 'FEATUREcompanyregKJID3X', - 'FEATUREcompanyregP9MRAA', - 'FEATUREcompanyregREGHL5', - 'FEATUREcompanyreg03O5BQ', - 'FEATUREcompanyregIEYQEO', - 'FEATUREcompanyregWX5U73', - 'FEATUREcompanyregDAP1N0', - ], - 'autoTest' => true, - 'tenantRelevance' => 'publicInformation', - ], + 'systemTags' => ['operationType' => 'none'], 'parameters' => [ [ - 'name' => 'BizType', + 'name' => 'IntentionBizId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => 'esp.bookkeeping', - ], + 'schema' => ['description' => 'The requirement ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20210927144823000001', 'title' => ''], ], [ - 'name' => 'SkillType', + 'name' => 'Note', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - 'example' => '1', - ], + 'schema' => ['description' => 'The note content.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '电话未接通,3天后再次尝试进行沟通', 'title' => ''], ], [ - 'name' => 'BizId', + 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => 'P20210928095324000002', - ], + 'schema' => ['type' => 'string', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], ], ], 'responses' => [ @@ -4112,78 +3034,47 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'NoPermission', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], - 'Data' => [ - 'description' => '', - 'type' => 'array', - 'items' => [ - 'description' => '', - 'type' => 'object', - 'properties' => [ - 'ContactDisposition' => [ - 'type' => 'string', - ], - 'StartTime' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '2025-06-07T02:08:00Z', - ], - 'Duration' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '40140', - ], - 'SignatureUrl' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'UPLOADED/SCRIPT/74974566-2b69-4389-9bf9-5d7b432f06ad/fa92ce53-6b5f-4b3d-807c-a46417c08f66_a4cc3a16-e365-42cb-87d8-7776f8b110a1.json', - ], - 'taskId' => [ - 'type' => 'string', - ], - ], - ], - ], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '668571EF-1E7E-5435-AA65-4ECFFDDA133F', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', + 'title' => 'Submit a requirement note', + 'summary' => 'Submits a note for a requirement.', + 'changeSet' => [ + ['createdAt' => '2024-03-29T03:33:38.000Z', 'description' => 'Request parameters changed'], + ['createdAt' => '2024-03-27T02:06:42.000Z', 'description' => 'Error codes changed'], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"6A603AA0-73BA-52B3-AC7D-0F846ECF7A9D\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": [\\n {\\n \\"ContactDisposition\\": \\"\\",\\n \\"StartTime\\": 0,\\n \\"Duration\\": 40140,\\n \\"SignatureUrl\\": \\"UPLOADED/SCRIPT/74974566-2b69-4389-9bf9-5d7b432f06ad/fa92ce53-6b5f-4b3d-807c-a46417c08f66_a4cc3a16-e365-42cb-87d8-7776f8b110a1.json\\",\\n \\"taskId\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]', - ], - 'OperateCallCenterForPartner' => [ - 'summary' => '服务商玄坛呼叫中心操作', - 'path' => '', - 'methods' => [ - 'post', - 'get', + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SubmitIntentionNote'], + ], ], - 'schemes' => [ - 'https', + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:SubmitIntentionNote', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"668571EF-1E7E-5435-AA65-4ECFFDDA133F\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true\\n}","type":"json"}]', + ], + 'SubmitSolution' => [ + 'summary' => 'Submits a solution.', + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4195,115 +3086,80 @@ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREcompanyregTSYAIQ', - 'FEATUREcompanyregKJID3X', - ], - 'tenantRelevance' => 'publicInformation', + 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68'], ], 'parameters' => [ [ - 'name' => 'BizType', + 'name' => 'IntentionBizId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'esp.beian_assist', - ], + 'schema' => ['description' => 'The requirement ID.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'I20211223101045000001', 'title' => ''], ], [ - 'name' => 'EmployeeCode', + 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '12323213', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'esp.wangwen', 'title' => ''], ], [ - 'name' => 'CallAction', + 'name' => 'Solution', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'MakeCall', - ], + 'schema' => ['description' => 'The solution content.', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '{\\"domainCount\\":1,\\"companyArea\\":\\"广东省\\",\\"domain\\":\\"fb-link8.com\\",\\"source\\":\\"官网\\",\\"beianType\\":\\"备案服务-国内\\"}', 'title' => ''], ], [ - 'name' => 'Request', + 'name' => 'UserId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '{}', - ], + 'schema' => ['description' => 'The user UID.', 'type' => 'string', 'required' => false, 'example' => '1219541161213057', 'title' => ''], ], [ - 'name' => 'TenantId', + 'name' => 'OperateType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 't4uor8evmq9nk', - ], + 'schema' => ['type' => 'string', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], ], ], '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' => '1A13ABB5-7649-5031-B55C-D2E38F9F189D', - ], - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'NoPermission', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], - 'Data' => [ - 'description' => '', - 'type' => 'string', - 'example' => '02131584182', - ], + 'SolutionBizId' => ['description' => 'The solution ID.', 'type' => 'string', 'example' => 'S20211109140729000001', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '0A3CFCF5-E0C0-5C0B-A2ED-03827F16D85F', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'ConfirmUrl' => ['description' => 'The confirmation URL.', 'type' => 'string', 'example' => 'https://companyreg.console.aliyun.com/#/intention-notarize?Type=119&bizid=I20220114181457000001', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', + 'title' => 'Submit a solution', + 'changeSet' => [ + ['createdAt' => '2023-11-08T02:48:00.000Z', 'description' => 'Request parameters changed, Error codes changed'], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1A13ABB5-7649-5031-B55C-D2E38F9F189D\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": \\"02131584182\\"\\n}","type":"json"}]', - ], - 'RecordCallCenterEventForPartner' => [ - 'summary' => '服务商玄坛外呼呼叫中心事件回传', - 'path' => '', - 'methods' => [ - 'post', + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SubmitSolution'], + ], ], - 'schemes' => [ - 'https', + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:SubmitSolution', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"SolutionBizId\\": \\"S20211109140729000001\\",\\n \\"RequestId\\": \\"0A3CFCF5-E0C0-5C0B-A2ED-03827F16D85F\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"ConfirmUrl\\": \\"https://companyreg.console.aliyun.com/#/intention-notarize?Type=119&bizid=I20220114181457000001\\"\\n}","type":"json"}]', + ], + 'TransferIntentionOwner' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4312,194 +3168,84 @@ 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ - 'operationType' => 'none', + 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREcompanyregTSYAIQ', - 'FEATUREcompanyregKJID3X', - ], - 'tenantRelevance' => 'publicInformation', + 'abilityTreeNodes' => ['FEATUREcompanyregW8PQ68', 'FEATUREcompanyreg03XYGI', 'FEATUREcompanyregYL6RVO', 'FEATUREcompanyregU6BH8D', 'FEATUREcompanyregJSN2D0'], ], 'parameters' => [ [ 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'esp.beian_assist', - ], - ], - [ - 'name' => 'RelatedId', - 'in' => 'query', - 'schema' => [ - 'description' => 'RequestId', - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '1000030990004', - ], - ], - [ - 'name' => 'ConnId', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '12313', - ], - ], - [ - 'name' => 'ContactId', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '897265', - ], - ], - [ - 'name' => 'JobId', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'ufbo502ma94m480', - ], - ], - [ - 'name' => 'Caller', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '13162828888', - ], - ], - [ - 'name' => 'Callee', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '18578602216', - ], - ], - [ - 'name' => 'SecretMobile', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'MTAFA/DF#', - ], - ], - [ - 'name' => 'SkillType', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '1', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'example' => 'esp.wangwen', 'title' => ''], ], [ 'name' => 'BizId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'P20211117141528000001', - ], + 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => true, 'example' => 'P20210709190452000001', 'title' => ''], ], [ - 'name' => 'CallAction', + 'name' => 'PersonId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'MakeCall', - ], + 'schema' => ['description' => 'The support agent ID.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '67842', 'title' => ''], ], [ - 'name' => 'TenantId', + 'name' => 'Remark', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['description' => 'The remarks.', 'type' => 'string', 'required' => false, 'example' => '无', 'title' => ''], ], [ 'name' => 'EmployeeCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['description' => 'The employee code.', 'type' => 'string', 'required' => false, 'example' => '12323213', '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' => '1A13ABB5-7649-5031-B55C-D2E38F9F189D', - ], - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'NoPermission', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], - 'Data' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => '717711FB-F887-597B-8121-B77437E89B97', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], + 'Success' => ['description' => 'The request result.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'Data' => ['description' => 'Indicates whether the operation is successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', + 'title' => 'Reassign a demand order to a support agent', + 'summary' => 'Reassigns a demand order to a support agent.', + 'description' => 'Grants authorization for delivery orders in batches.', + 'changeSet' => [ + ['createdAt' => '2025-12-16T08:25:38.000Z', 'description' => 'Request parameters changed'], + ['createdAt' => '2022-03-01T07:25:06.000Z', 'description' => 'OpenAPI offline'], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1A13ABB5-7649-5031-B55C-D2E38F9F189D\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","type":"json"}]', - ], - 'LlmSmartCall' => [ - 'summary' => '玄坛发起智能外呼', - 'path' => '', - 'methods' => [ - 'post', + 'flowControl' => [ + 'flowControlList' => [], ], - 'schemes' => [ - 'https', + 'ramActions' => [ + [ + 'operationType' => 'update', + 'ramAction' => [ + 'action' => 'companyreg:TransferIntentionOwner', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"717711FB-F887-597B-8121-B77437E89B97\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","type":"json"}]', + ], + 'TransferProduceOwner' => [ + 'summary' => 'Reassigns a service ticket to a specialist.', + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -4511,381 +3257,748 @@ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREcompanyregTSYAIQ', - 'FEATUREcompanyregKJID3X', - 'FEATUREcompanyregREGHL5', - 'FEATUREcompanyregIEYQEO', - 'FEATUREcompanyregWX5U73', - 'FEATUREcompanyregDAP1N0', - ], - 'autoTest' => true, - 'tenantRelevance' => 'tenant', + 'abilityTreeNodes' => ['FEATUREcompanyregYL6RVO', 'FEATUREcompanyreg03XYGI'], ], 'parameters' => [ [ - 'name' => 'TenantCode', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'msea', - ], - ], - [ - 'name' => 'ProductCode', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'xinxuan', - ], - ], - [ - 'name' => 'ScenesCode', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'robotcall_001', - ], - ], - [ 'name' => 'BizType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'esp.companyreg_cloud', - ], - ], - [ - 'name' => 'SkillType', - 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '1', - ], + 'schema' => ['description' => 'The business type.', 'type' => 'string', 'required' => true, 'example' => 'esp.companyreg_cloud', 'title' => ''], ], [ 'name' => 'BizId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'P20210208152920000001', - ], + 'schema' => ['description' => 'The business ID.', 'type' => 'string', 'required' => true, 'example' => 'P20210208152920000001', 'title' => ''], ], [ - 'name' => 'CallerNumber', + 'name' => 'PersonId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '13518132662', - ], + 'schema' => ['description' => 'The specialist ID.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '15565', 'title' => ''], ], [ - 'name' => 'StartWordParam', + 'name' => 'Remark', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => 'The remarks.', 'type' => 'string', 'required' => false, 'example' => '无', 'title' => ''], ], [ - 'name' => 'PromptParam', + 'name' => 'EmployeeCode', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '{\\"prompt\\":\\"{\\\\\\"accountId\\\\\\":\\\\\\"03D31F61DD6512D23F5789A439CE4CA2\\\\\\",\\\\\\"conversationId\\\\\\":\\\\\\"K7nBeth9\\\\\\"}\\"}', - ], + 'schema' => ['description' => 'The employee code.', 'type' => 'string', 'required' => false, 'example' => '12323213', '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' => '5D8BD6E8-28D9-5451-BBA1-3D3DCA6971F6', - ], - 'ErrorMsg' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'NoPermission', - ], - 'Success' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'True', - ], - 'CallRecordId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'UUID', - ], + 'ErrorMsg' => ['description' => 'The error message.', 'type' => 'string', 'example' => '没有权限', 'title' => ''], + 'RequestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'DD5639FF-1240-51DE-9BA8-2075670A1EAC', 'title' => ''], + 'ErrorCode' => ['description' => 'The error code.', 'type' => 'string', 'example' => 'NoPermission', 'title' => ''], + 'Success' => ['description' => 'Indicates whether the request was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], + 'Data' => ['description' => 'Indicates whether the operation was successful.', 'type' => 'boolean', 'example' => 'True', 'title' => ''], ], + 'description' => '', + 'title' => '', + 'example' => '', ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', + 'title' => 'Reassign a service ticket to a specialist', + 'description' => 'Grants authorization for delivery orders in batches.', + 'changeSet' => [ + ['createdAt' => '2025-12-16T08:25:38.000Z', 'description' => 'Request parameters changed'], + ['createdAt' => '2022-03-01T07:25:06.000Z', 'description' => 'OpenAPI offline'], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"5D8BD6E8-28D9-5451-BBA1-3D3DCA6971F6\\",\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": \\"True\\",\\n \\"CallRecordId\\": \\"UUID\\"\\n}","type":"json"}]', + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:TransferProduceOwner', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"ErrorMsg\\": \\"没有权限\\",\\n \\"RequestId\\": \\"DD5639FF-1240-51DE-9BA8-2075670A1EAC\\",\\n \\"ErrorCode\\": \\"NoPermission\\",\\n \\"Success\\": true,\\n \\"Data\\": true\\n}","type":"json"}]', ], ], 'endpoints' => [ + ['regionId' => 'ap-northeast-1', 'regionName' => 'Japan (Tokyo)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'ap-southeast-1', 'regionName' => 'Singapore', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => 'companyreg-vpc.ap-southeast-1.aliyuncs.com'], + ['regionId' => 'ap-southeast-2', 'regionName' => 'Australia (Sydney) Closed', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'ap-southeast-3', 'regionName' => 'Malaysia (Kuala Lumpur)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'ap-southeast-5', 'regionName' => 'Indonesia (Jakarta)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-beijing', 'regionName' => 'China (Beijing)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-chengdu', 'regionName' => 'China (Chengdu)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-hangzhou', 'regionName' => 'China (Hangzhou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-hongkong', 'regionName' => 'China (Hong Kong)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-huhehaote', 'regionName' => 'China (Hohhot)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-qingdao', 'regionName' => 'China (Qingdao)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-shanghai', 'regionName' => 'China (Shanghai)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-shenzhen', 'regionName' => 'China (Shenzhen)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-wulanchabu', 'regionName' => 'China (Ulanqab)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-zhangjiakou', 'regionName' => 'China (Zhangjiakou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'us-west-1', 'regionName' => 'US (Silicon Valley)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'us-east-1', 'regionName' => 'US (Virginia)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'eu-west-1', 'regionName' => 'UK (London)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'eu-central-1', 'regionName' => 'Germany (Frankfurt)', 'areaId' => 'europeAmerica', 'areaName' => 'Europe & Americas', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'me-east-1', 'regionName' => 'UAE (Dubai)', 'areaId' => 'middleEast', 'areaName' => 'Middle East', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'ap-south-1', 'regionName' => 'India (Mumbai) Closed', 'areaId' => 'middleEast', 'areaName' => 'Middle East', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-shenzhen-finance-1', 'regionName' => 'China South 1 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-shanghai-finance-1', 'regionName' => 'China East 2 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-north-2-gov-1', 'regionName' => 'Beijing Government Cloud', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-hangzhou-finance', 'regionName' => 'China East 1 Finance', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ['regionId' => 'cn-beijing-finance-1', 'regionName' => 'China North 2 Finance (Preview)', 'areaId' => 'industryCloud', 'areaName' => 'Industry Cloud', 'public' => 'companyreg.aliyuncs.com', 'endpoint' => 'companyreg.aliyuncs.com', 'vpc' => ''], + ], + 'errorCodes' => [ + ['code' => 'Parameter.Illegal', 'message' => 'The specified parameter is invalid.', 'http_code' => 400, 'description' => 'The specified parameter value is invalid.'], + ['code' => 'PermissionDenied', 'message' => 'The access is denied.', 'http_code' => 403, 'description' => 'Access denied.'], + ['code' => 'PermissionDenied', 'message' => '本次操作内部出现异常,请联系客服提工单', 'http_code' => 403, 'description' => 'An internal error occurred. Contact customer service to submit a ticket.'], + ['code' => 'STATE.MACHINE.STATUS.ERROR', 'message' => '当前服务单的状态已经流转,不允许再如此操作', 'http_code' => 400, 'description' => 'The current service ticket has been forwarded. You are not allowed to perform this operation again.'], + ['code' => 'UNKNOWN.BIZ.TYPE', 'message' => '业务类型不正确', 'http_code' => 400, 'description' => 'The service type is invalid.'], + ['code' => 'VALIDATE.BUSINESS.LICENSE.INFO.EXCEPTION.ERROR', 'message' => '请检查上传的营业执照信息和所填信息是否一致', 'http_code' => 400, 'description' => 'Check whether the information of the uploaded business license is consistent with the specified information.'], + ['code' => 'VALIDATE.COMPANY.INFO.EXCEPTION.ERROR', 'message' => '请检查公司名称、统一社会信用代码、法人姓名、法人身份证号信息是否一致', 'http_code' => 400, 'description' => 'Check whether the company name, unified social credit code, legal person name, and legal person ID number are consistent.'], + ['code' => 'VALIDATE.ID.CARD.INFO.EXCEPTION.ERROR', 'message' => '请检查上传的法人身份证和所填信息是否一致', 'http_code' => 400, 'description' => 'Check whether the ID card number in the uploaded ID card is consistent with the specified information.'], + ['code' => 'VALIDATE.INFO.EXCEPTION.ERROR', 'message' => '提交信息不正确', 'http_code' => 400, 'description' => 'The submitted information is incorrect.'], + ], + 'changeSet' => [ [ - 'regionId' => 'ap-northeast-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-2-pop', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-south-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-2', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-3', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-5', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-finance-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-finance-pop', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-gov-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-nu16-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-chengdu', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-edge-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-fujian', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-haidian-cm12-c01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-bj-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-finance', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-prod-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-2', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-3', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-test-306', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong-finance-pop', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-huhehaote', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-huhehaote-nebula-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-north-2-gov-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-qingdao', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-qingdao-nebula', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-et15-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-et2-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-finance-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-inner', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-internal-test-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-finance-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-inner', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-st4-d01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-su18-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wuhan', - 'endpoint' => 'companyreg.aliyuncs.com', + 'apis' => [ + ['description' => 'Request parameters changed', 'api' => 'TransferIntentionOwner'], + ['description' => 'Request parameters changed', 'api' => 'TransferProduceOwner'], + ], + 'createdAt' => '2025-12-16T08:25:49.000Z', + 'description' => '', ], [ - 'regionId' => 'cn-wulanchabu', - 'endpoint' => 'companyreg.aliyuncs.com', + 'apis' => [ + ['description' => 'Request parameters changed', 'api' => 'RecordCallCenterEventForPartner'], + ], + 'createdAt' => '2025-10-29T13:28:32.000Z', + 'description' => '', ], [ - 'regionId' => 'cn-yushanfang', - 'endpoint' => 'companyreg.aliyuncs.com', + 'apis' => [ + ['description' => 'Request parameters changed', 'api' => 'ListIntentionNote'], + ['description' => 'Request parameters changed', 'api' => 'RejectSolution'], + ], + 'createdAt' => '2024-05-15T09:16:48.000Z', + 'description' => '', ], [ - 'regionId' => 'cn-zhangbei', - 'endpoint' => 'companyreg.aliyuncs.com', + 'apis' => [ + ['description' => 'Request parameters changed', 'api' => 'ListUserSolutions'], + ], + 'createdAt' => '2024-04-22T12:43:51.000Z', + 'description' => '', ], [ - 'regionId' => 'cn-zhangbei-na61-b01', - 'endpoint' => 'companyreg.aliyuncs.com', + 'apis' => [ + ['description' => 'Request parameters changed', 'api' => 'SubmitIntentionNote'], + ], + 'createdAt' => '2024-03-29T03:33:45.000Z', + 'description' => '', ], [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'companyreg.aliyuncs.com', + 'apis' => [ + ['description' => 'Error codes changed', 'api' => 'CloseUserIntention'], + ['description' => 'Error codes changed', 'api' => 'CreateBusinessOpportunity'], + ['description' => 'Error codes changed', 'api' => 'DescribePartnerConfig'], + ['description' => 'Error codes changed', 'api' => 'ListIntentionNote'], + ], + 'createdAt' => '2024-03-27T02:06:53.000Z', + 'description' => '', ], [ - 'regionId' => 'cn-zhangjiakou-na62-a01', - 'endpoint' => 'companyreg.aliyuncs.com', + 'apis' => [ + ['description' => 'Request parameters changed, Error codes changed', 'api' => 'SubmitSolution'], + ], + 'createdAt' => '2023-11-08T02:48:06.000Z', + 'description' => '', ], [ - 'regionId' => 'cn-zhengzhou-nebula-1', - 'endpoint' => 'companyreg.aliyuncs.com', + 'apis' => [ + ['description' => 'OpenAPI offline', 'api' => 'RecordPostBack'], + ], + 'createdAt' => '2022-11-29T02:08:36.000Z', + 'description' => '商标api生成沟通记录接口', ], [ - 'regionId' => 'eu-central-1', - 'endpoint' => 'companyreg.aliyuncs.com', + 'apis' => [ + ['description' => 'Request parameters changed, Response parameters changed, Error codes changed', 'api' => 'ListUserIntentions'], + ], + 'createdAt' => '2022-06-16T02:58:45.000Z', + 'description' => '需求列表支持扩展信息展示', ], [ - 'regionId' => 'eu-west-1', - 'endpoint' => 'companyreg.aliyuncs.com', + 'apis' => [ + ['description' => 'Request parameters changed', 'api' => 'StartBackToBackCall'], + ], + 'createdAt' => '2022-05-10T11:41:37.000Z', + 'description' => '一个工单支持多个被叫号码', ], [ - 'regionId' => 'eu-west-1-oxs', - 'endpoint' => 'companyreg.aliyuncs.com', + 'apis' => [ + ['description' => 'OpenAPI offline', 'api' => 'TransferIntentionOwner'], + ['description' => 'OpenAPI offline', 'api' => 'TransferProduceOwner'], + ], + 'createdAt' => '2022-03-01T16:05:43.000Z', + 'description' => '增加玄坛工单转派小二功能', ], [ - 'regionId' => 'me-east-1', - 'endpoint' => 'companyreg.aliyuncs.com', + 'apis' => [ + ['description' => 'OpenAPI offline', 'api' => 'QueryPartnerProduceList'], + ], + 'createdAt' => '2021-11-18T05:40:39.000Z', + 'description' => '手机号对接', ], [ - 'regionId' => 'rus-west-1-pop', - 'endpoint' => 'companyreg.aliyuncs.com', + 'apis' => [ + ['description' => 'OpenAPI offline', 'api' => 'QueryPartnerIntentionList'], + ], + 'createdAt' => '2021-11-18T05:37:42.000Z', + 'description' => '服务商查询需求', ], [ - 'regionId' => 'us-east-1', - 'endpoint' => 'companyreg.aliyuncs.com', + 'apis' => [ + ['description' => 'OpenAPI offline', 'api' => 'QueryAvailableNumbers'], + ['description' => 'OpenAPI offline', 'api' => 'StartBackToBackCall'], + ], + 'createdAt' => '2021-11-05T13:16:04.000Z', + 'description' => '双呼功能', ], - [ - 'regionId' => 'us-west-1', - 'endpoint' => 'companyreg.aliyuncs.com', + ], + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'PutMeasureData'], + ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryInstance'], + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserDetailSolutions'], + ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RecordPostBack'], + ['threshold' => '-1', 'countWindow' => 1, 'regionId' => '*'], + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SubmitSolution'], + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserIntentions'], + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListUserSolutions'], + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RejectUserSolution'], + ['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryPartnerProduceList'], + ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'PutMeasureReadyFlag'], + ['threshold' => '5', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GenerateUploadFilePolicy'], + ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetAlipayUrl'], + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'RejectSolution'], + ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'QueryBagRemaining'], + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CloseUserIntention'], + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'SubmitIntentionNote'], + ['threshold' => '50', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateBusinessOpportunity'], + ['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ListIntentionNote'], ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'companyreg.aliyuncs.com', + ], + 'ram' => [ + 'productCode' => 'CompanyReg', + 'productName' => 'Filing Service', + 'ramCodes' => ['companyreg'], + 'ramLevel' => 'OPERATION', + 'ramConditions' => [], + 'ramActions' => [ + [ + 'apiName' => 'CloseIntentionForPartner', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:CloseIntentionForPartner', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'SubmitSolution', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:SubmitSolution', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'BindProduceAuthorization', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:BindProduceAuthorization', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'OperateCallCenterForPartner', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:OperateCallCenterForPartner', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'TransferIntentionOwner', + 'description' => '', + 'operationType' => 'update', + 'ramAction' => [ + 'action' => 'companyreg:TransferIntentionOwner', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'RecordPostBack', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:RecordPostBack', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'RejectUserSolution', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:RejectUserSolution', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'ReleaseProduceAuthorization', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:ReleaseProduceAuthorization', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'QueryPartnerIntentionList', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:QueryPartnerIntentionList', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'ListProduceAuthorization', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:ListProduceAuthorization', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'QueryUserNeedAuth', + 'description' => '', + 'operationType' => 'get', + 'ramAction' => [ + 'action' => 'companyreg:QueryUserNeedAuth', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'ListIntentionNote', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:ListIntentionNote', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'OperateProduceForPartner', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:OperateProduceForPartner', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'CreateProduceForPartner', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:CreateProduceForPartner', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'ListUserIntentions', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:ListUserIntentions', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'LlmSmartCall', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:LlmSmartCall', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'StartBackToBackCall', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:StartBackToBackCall', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'PutMeasureData', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:PutMeasureData', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'ListUserDetailSolutions', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:ListUserDetailSolutions', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'TransferProduceOwner', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:TransferProduceOwner', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'DescribePartnerConfig', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:DescribePartnerConfig', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'QueryCallRecordList', + 'description' => '', + 'operationType' => 'get', + 'ramAction' => [ + 'action' => 'companyreg:QueryCallRecordList', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'GetAlipayUrl', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:GetAlipayUrl', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'QueryBagRemaining', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:QueryBagRemaining', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'RecordCallCenterEventForPartner', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:RecordCallCenterEventForPartner', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'QueryAvailableNumbers', + 'description' => '', + 'operationType' => 'list', + 'ramAction' => [ + 'action' => 'companyreg:QueryAvailableNumbers', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'QueryInstance', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:QueryInstance', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'CreateBusinessOpportunity', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:CreateBusinessOpportunity', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'ListUserSolutions', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:ListUserSolutions', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'GenerateUploadFilePolicy', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:GenerateUploadFilePolicy', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'ListUserProduceOperateLogs', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:ListUserProduceOperateLogs', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'PutMeasureReadyFlag', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:PutMeasureReadyFlag', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'QueryPartnerProduceList', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:QueryPartnerProduceList', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'SubmitIntentionForPartner', + 'description' => '', + 'operationType' => 'create', + 'ramAction' => [ + 'action' => 'companyreg:SubmitIntentionForPartner', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'SubmitIntentionNote', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:SubmitIntentionNote', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'RejectSolution', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:RejectSolution', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'CloseUserIntention', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:CloseUserIntention', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'ListUserIntentionNotes', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'companyreg:ListUserIntentionNotes', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'CompanyReg', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], ], + 'resourceTypes' => [], ], ]; diff --git a/data/en_us/companyreg/2020-10-22/api-docs.php b/data/en_us/companyreg/2020-10-22/api-docs.php deleted file mode 100644 index b707401..0000000 --- a/data/en_us/companyreg/2020-10-22/api-docs.php +++ /dev/null @@ -1,458 +0,0 @@ -<?php return [ - 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'companyreg', - 'version' => '2020-10-22', - ], - 'directories' => [ - [ - 'id' => 0, - 'title' => '其它', - 'type' => 'directory', - 'children' => [ - 'GetQuarterCashFlowInfo', - 'ListCashJournal', - 'QueryPaymentInAdvancePersonList', - ], - ], - ], - 'components' => [ - 'schemas' => [], - ], - 'apis' => [ - 'GetQuarterCashFlowInfo' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'Period', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'IsQuarter', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => true, - 'docRequired' => true, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'Url' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - 'errorCodes' => [], - ], - 'ListCashJournal' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'Period', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - [ - 'name' => 'PageIndex', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'docRequired' => true, - 'maximum' => '100000', - 'minimum' => '0', - ], - ], - [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'docRequired' => true, - 'maximum' => '100000', - 'minimum' => '1', - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'CashJournalList' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'object', - 'properties' => [ - 'BankName' => [ - 'type' => 'string', - ], - 'ExpendAmount' => [ - 'type' => 'string', - ], - 'IncomeAmount' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - ], - ], - 'errorCodes' => [ - 403 => [ - [ - 'errorCode' => 'PermissionDenied', - 'errorMessage' => 'The access is denied.', - ], - ], - ], - ], - 'QueryPaymentInAdvancePersonList' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'operationType' => 'read', - 'parameters' => [ - [ - 'name' => 'BizId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'List' => [ - 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - ], - 'errorCodes' => [], - ], - ], - 'endpoints' => [ - [ - 'regionId' => 'ap-northeast-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-2-pop', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-south-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-2', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-3', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-5', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-finance-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-finance-pop', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-gov-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-nu16-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-chengdu', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-edge-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-fujian', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-haidian-cm12-c01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-bj-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-finance', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-prod-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-2', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-3', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-test-306', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong-finance-pop', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-huhehaote', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-huhehaote-nebula-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-north-2-gov-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-qingdao', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-qingdao-nebula', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-et15-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-et2-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-finance-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-inner', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-internal-test-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-finance-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-inner', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-st4-d01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-su18-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wuhan', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wulanchabu', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-yushanfang', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangbei', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangbei-na61-b01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou-na62-a01', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhengzhou-nebula-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'eu-central-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1-oxs', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'me-east-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'rus-west-1-pop', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'us-east-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'us-west-1', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'companyreg.aliyuncs.com', - ], - ], -]; diff --git a/data/en_us/companyreg/2026-04-23/api-docs.php b/data/en_us/companyreg/2026-04-23/api-docs.php new file mode 100644 index 0000000..e1fc71b --- /dev/null +++ b/data/en_us/companyreg/2026-04-23/api-docs.php @@ -0,0 +1,198 @@ +<?php return [ + 'version' => '1.0', + 'info' => ['style' => 'RPC', 'product' => 'companyreg', 'version' => '2026-04-23'], + 'directories' => [ + [ + 'id' => 0, + 'title' => '其它', + 'type' => 'directory', + 'children' => ['QuerySuccessIcpData'], + ], + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'QuerySuccessIcpData' => [ + 'summary' => '查询已备案信息', + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREcompanyregNCLC86', 'FEATUREcompanyregYZV0XD'], + 'autoTest' => true, + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'Caller', + 'in' => 'query', + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'skill'], + ], + ], + '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' => '1A13ABB5-7649-5031-B55C-D2E38F9F189D'], + 'ErrorMessage' => ['description' => '', 'type' => 'string', 'example' => ''], + 'Success' => ['description' => '', 'type' => 'boolean', 'example' => 'True'], + 'ErrorCode' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => 'NoPermission'], + 'BaSuccessDataWithRiskList' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'OrganizersName' => ['description' => '', 'type' => 'string', 'example' => ''], + 'IcpNumber' => ['description' => '', 'type' => 'string', 'example' => ''], + 'OrganizersNature' => ['description' => '', 'type' => 'string', 'example' => ''], + 'ResponsiblePersonName' => ['description' => '', 'type' => 'string', 'example' => ''], + 'WebsiteList' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'SiteName' => ['description' => '', 'type' => 'string', 'example' => ''], + 'SiteRecordNum' => ['description' => '', 'type' => 'string', 'example' => ''], + 'DomainList' => [ + 'description' => '', + 'type' => 'array', + 'items' => ['description' => '', 'type' => 'string', 'example' => 'xxx.com'], + ], + 'ResponsiblePersonName' => ['description' => '', 'type' => 'string', 'example' => ''], + ], + ], + ], + 'AppList' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'AppName' => ['description' => '', 'type' => 'string', 'example' => 'alipay'], + 'AppRecordNum' => ['description' => '', 'type' => 'string', 'example' => ''], + 'DomainList' => [ + 'description' => '', + 'type' => 'array', + 'items' => ['description' => '', 'type' => 'string', 'example' => 'api.deepseek.com'], + ], + 'ResponsiblePersonName' => ['description' => '', 'type' => 'string', 'example' => ''], + ], + ], + ], + 'RiskList' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'DeadLine' => ['description' => '', 'type' => 'string', 'example' => '2026-04-24'], + 'RiskDetailList' => [ + 'description' => '', + 'type' => 'array', + 'items' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'RiskSource' => ['description' => '', 'type' => 'string', 'example' => ''], + 'RectifySuggestList' => [ + 'description' => '', + 'type' => 'array', + 'items' => ['description' => '', 'type' => 'string', 'example' => ''], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"1A13ABB5-7649-5031-B55C-D2E38F9F189D\\",\\n \\"ErrorMessage\\": \\"没有权限\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": 0,\\n \\"BaSuccessDataWithRiskList\\": [\\n {\\n \\"OrganizersName\\": \\"xxx科技技术有限公司\\",\\n \\"IcpNumber\\": \\"京ICP备16012630号\\",\\n \\"OrganizersNature\\": \\"企业\\",\\n \\"ResponsiblePersonName\\": \\"张三\\",\\n \\"WebsiteList\\": [\\n {\\n \\"SiteName\\": \\"阿里云\\",\\n \\"SiteRecordNum\\": \\"京ICP备16012630号-1\\",\\n \\"DomainList\\": [\\n \\"xxx.com\\"\\n ],\\n \\"ResponsiblePersonName\\": \\"李四\\"\\n }\\n ],\\n \\"AppList\\": [\\n {\\n \\"AppName\\": \\"alipay\\",\\n \\"AppRecordNum\\": \\"京ICP备16012630号-2A\\",\\n \\"DomainList\\": [\\n \\"api.deepseek.com\\"\\n ],\\n \\"ResponsiblePersonName\\": \\"李四\\"\\n }\\n ],\\n \\"RiskList\\": [\\n {\\n \\"DeadLine\\": \\"2026-04-24\\",\\n \\"RiskDetailList\\": [\\n {\\n \\"RiskSource\\": \\"网站/APP信息 - 津ICP备2023010907号-1 - 网站域名 - xxx.com\\",\\n \\"RectifySuggestList\\": [\\n \\"<span style=\\\\\\\\\\\\\\"font-weight:bold;\\\\\\\\\\\\\\">网站内容涉及金融业务</span>,请提交<span style=\\\\\\\\\\\\\\"font-weight:bold; color: red;\\\\\\\\\\\\\\">变更备案</span>上传有效期内的金融前置文件许可,牌照或批文,传到备案系统,或者修改网站内容,与备案主体一致,符合最新备案规则。可参考<a href=\\\\\\\\\\\\\\"https://help.aliyun.com/document_detail/36928.htm\\\\\\\\\\\\\\" target=\\\\\\\\\\\\\\"_blank\\\\\\\\\\\\\\">变更备案</a>指引文档。\\"\\n ]\\n }\\n ]\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', + ], + ], + 'endpoints' => [ + ['regionId' => 'ap-northeast-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'ap-northeast-2-pop', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'ap-south-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'ap-southeast-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'ap-southeast-2', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'ap-southeast-3', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'ap-southeast-5', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-beijing', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-beijing-finance-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-beijing-finance-pop', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-beijing-gov-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-beijing-nu16-b01', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-chengdu', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-edge-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-fujian', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-haidian-cm12-c01', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-bj-b01', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-finance', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-internal-prod-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-internal-test-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-internal-test-2', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-internal-test-3', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-test-306', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-hongkong', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-hongkong-finance-pop', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-huhehaote', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-huhehaote-nebula-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-north-2-gov-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-qingdao', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-qingdao-nebula', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-shanghai', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-shanghai-et15-b01', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-shanghai-et2-b01', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-shanghai-finance-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-shanghai-inner', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-shanghai-internal-test-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-shenzhen', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-finance-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-inner', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-st4-d01', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-su18-b01', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-wuhan', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-wulanchabu', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-yushanfang', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-zhangbei', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-zhangbei-na61-b01', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-zhangjiakou', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-zhangjiakou-na62-a01', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-zhengzhou-nebula-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'eu-central-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'eu-west-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'eu-west-1-oxs', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'me-east-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'rus-west-1-pop', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'us-east-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'us-west-1', 'endpoint' => 'companyreg.aliyuncs.com'], + ['regionId' => 'cn-hangzhou', 'endpoint' => 'companyreg.aliyuncs.com'], + ], +]; |
