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/zh_cn/domain/2016-05-11/api-docs.php | |
| parent | 7347bac4ab7e136157fc94777e6cf87ef9e08599 (diff) | |
| download | afterglow-metadata-full-1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634.tar.gz afterglow-metadata-full-1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634.zip | |
update APIs 20260712
Diffstat (limited to 'data/zh_cn/domain/2016-05-11/api-docs.php')
| -rw-r--r-- | data/zh_cn/domain/2016-05-11/api-docs.php | 1708 |
1 files changed, 369 insertions, 1339 deletions
diff --git a/data/zh_cn/domain/2016-05-11/api-docs.php b/data/zh_cn/domain/2016-05-11/api-docs.php index d8b01aa..1ac3aa1 100644 --- a/data/zh_cn/domain/2016-05-11/api-docs.php +++ b/data/zh_cn/domain/2016-05-11/api-docs.php @@ -1,34 +1,12 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'Domain', - 'version' => '2016-05-11', - ], + 'info' => ['style' => 'RPC', 'product' => 'Domain', 'version' => '2016-05-11'], 'directories' => [ [ 'id' => 0, 'title' => '其它', 'type' => 'directory', - 'children' => [ - 'CheckDomain', - 'DeleteContactTemplate', - 'QueryBatchTaskDetailList', - 'QueryBatchTaskList', - 'QueryContact', - 'QueryDomainBySaleId', - 'QueryContactTemplate', - 'QueryDomainList', - 'QueryFailReasonList', - 'SaveContactTemplateCredential', - 'SaveContactTemplate', - 'SaveTaskForModifyingDomainDns', - 'SaveTaskForSubmittingDomainNameCredential', - 'SaveTaskForSubmittingDomainNameCredentialByTemplateId', - 'SaveTaskForUpdatingContactByTempateId', - 'SaveTaskForUpdatingContactByTemplateId', - 'WhoisProtection', - ], + 'children' => ['CheckDomain', 'DeleteContactTemplate', 'QueryBatchTaskDetailList', 'QueryBatchTaskList', 'QueryContact', 'QueryDomainBySaleId', 'QueryContactTemplate', 'QueryDomainList', 'QueryFailReasonList', 'SaveContactTemplateCredential', 'SaveContactTemplate', 'SaveTaskForModifyingDomainDns', 'SaveTaskForSubmittingDomainNameCredential', 'SaveTaskForSubmittingDomainNameCredentialByTemplateId', 'SaveTaskForUpdatingContactByTempateId', 'SaveTaskForUpdatingContactByTemplateId', 'WhoisProtection'], ], ], 'components' => [ @@ -37,49 +15,30 @@ 'apis' => [ 'CheckDomain' => [ 'summary' => '域名检查', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'get', - ], + 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'DomainName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'en', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'en'], ], [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -87,35 +46,15 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'FeeFee' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'Avail' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'RmbFee' => [ - 'type' => 'string', - ], - 'FeeCommand' => [ - 'type' => 'string', - ], - 'FeePeriod' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Reason' => [ - 'type' => 'string', - ], - 'FeeCurrency' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], + 'FeeFee' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'Avail' => ['type' => 'integer', 'format' => 'int32'], + 'RmbFee' => ['type' => 'string'], + 'FeeCommand' => ['type' => 'string'], + 'FeePeriod' => ['type' => 'integer', 'format' => 'int32'], + 'Reason' => ['type' => 'string'], + 'FeeCurrency' => ['type' => 'string'], + 'Name' => ['type' => 'string'], ], ], ], @@ -124,14 +63,8 @@ ], 'DeleteContactTemplate' => [ 'summary' => '删除联系人模板', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -143,28 +76,17 @@ [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'en', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'en'], ], [ 'name' => 'ContactTemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], 'responses' => [ @@ -172,12 +94,8 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'RequestId' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -187,91 +105,55 @@ ], 'QueryBatchTaskDetailList' => [ 'summary' => '查询任务详情列表', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'list', - ], + 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'en', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'en'], ], [ 'name' => 'TaskNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DomainName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SaleId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TaskStatus', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageNum', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], 'responses' => [ @@ -279,24 +161,11 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'PrePage' => [ - 'type' => 'boolean', - ], - 'CurrentPageNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalPageNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'PrePage' => ['type' => 'boolean'], + 'CurrentPageNum' => ['type' => 'integer', 'format' => 'int32'], + 'RequestId' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'TotalPageNum' => ['type' => 'integer', 'format' => 'int32'], 'Data' => [ 'type' => 'object', 'itemNode' => true, @@ -306,40 +175,20 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'TaskType' => [ - 'type' => 'string', - ], - 'TaskNo' => [ - 'type' => 'string', - ], - 'UpdateTime' => [ - 'type' => 'string', - ], - 'TaskStatus' => [ - 'type' => 'string', - ], - 'TryCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ErrorMsg' => [ - 'type' => 'string', - ], - 'DomainName' => [ - 'type' => 'string', - ], + 'TaskType' => ['type' => 'string'], + 'TaskNo' => ['type' => 'string'], + 'UpdateTime' => ['type' => 'string'], + 'TaskStatus' => ['type' => 'string'], + 'TryCount' => ['type' => 'integer', 'format' => 'int32'], + 'ErrorMsg' => ['type' => 'string'], + 'DomainName' => ['type' => 'string'], ], ], ], ], ], - 'TotalItemNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'NextPage' => [ - 'type' => 'boolean', - ], + 'TotalItemNum' => ['type' => 'integer', 'format' => 'int32'], + 'NextPage' => ['type' => 'boolean'], ], ], ], @@ -349,74 +198,45 @@ ], 'QueryBatchTaskList' => [ 'summary' => '查询任务列表', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'list', - ], + 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'en', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'en'], ], [ 'name' => 'BeginCreateTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EndCreateTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNum', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], 'responses' => [ @@ -424,24 +244,11 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'PrePage' => [ - 'type' => 'boolean', - ], - 'CurrentPageNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalPageNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'PrePage' => ['type' => 'boolean'], + 'CurrentPageNum' => ['type' => 'integer', 'format' => 'int32'], + 'RequestId' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'TotalPageNum' => ['type' => 'integer', 'format' => 'int32'], 'Data' => [ 'type' => 'object', 'itemNode' => true, @@ -451,37 +258,19 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'TaskType' => [ - 'type' => 'string', - ], - 'TaskNo' => [ - 'type' => 'string', - ], - 'TaskStatus' => [ - 'type' => 'string', - ], - 'TaskNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'Clientip' => [ - 'type' => 'string', - ], + 'TaskType' => ['type' => 'string'], + 'TaskNo' => ['type' => 'string'], + 'TaskStatus' => ['type' => 'string'], + 'TaskNum' => ['type' => 'integer', 'format' => 'int32'], + 'CreateTime' => ['type' => 'string'], + 'Clientip' => ['type' => 'string'], ], ], ], ], ], - 'TotalItemNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'NextPage' => [ - 'type' => 'boolean', - ], + 'TotalItemNum' => ['type' => 'integer', 'format' => 'int32'], + 'NextPage' => ['type' => 'boolean'], ], ], ], @@ -491,56 +280,35 @@ ], 'QueryContact' => [ 'summary' => '查询联系人', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'get', - ], + 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'en', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'en'], ], [ 'name' => 'DomainName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ContactType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -548,66 +316,26 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'CVenu' => [ - 'type' => 'string', - ], - 'EName' => [ - 'type' => 'string', - ], - 'Email' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'RegType' => [ - 'type' => 'string', - ], - 'EProvince' => [ - 'type' => 'string', - ], - 'ECompany' => [ - 'type' => 'string', - ], - 'PostalCode' => [ - 'type' => 'string', - ], - 'CCountry' => [ - 'type' => 'string', - ], - 'CreateDate' => [ - 'type' => 'string', - ], - 'EVenu' => [ - 'type' => 'string', - ], - 'TelMain' => [ - 'type' => 'string', - ], - 'UpdateDate' => [ - 'type' => 'string', - ], - 'CCompany' => [ - 'type' => 'string', - ], - 'CProvince' => [ - 'type' => 'string', - ], - 'CName' => [ - 'type' => 'string', - ], - 'ECity' => [ - 'type' => 'string', - ], - 'CCity' => [ - 'type' => 'string', - ], - 'TelExt' => [ - 'type' => 'string', - ], - 'TelArea' => [ - 'type' => 'string', - ], + 'CVenu' => ['type' => 'string'], + 'EName' => ['type' => 'string'], + 'Email' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'RegType' => ['type' => 'string'], + 'EProvince' => ['type' => 'string'], + 'ECompany' => ['type' => 'string'], + 'PostalCode' => ['type' => 'string'], + 'CCountry' => ['type' => 'string'], + 'CreateDate' => ['type' => 'string'], + 'EVenu' => ['type' => 'string'], + 'TelMain' => ['type' => 'string'], + 'UpdateDate' => ['type' => 'string'], + 'CCompany' => ['type' => 'string'], + 'CProvince' => ['type' => 'string'], + 'CName' => ['type' => 'string'], + 'ECity' => ['type' => 'string'], + 'CCity' => ['type' => 'string'], + 'TelExt' => ['type' => 'string'], + 'TelArea' => ['type' => 'string'], ], ], ], @@ -617,48 +345,30 @@ ], 'QueryDomainBySaleId' => [ 'summary' => '根据saleId查询域名信息', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'get', - ], + 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'en', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'en'], ], [ 'name' => 'SaleId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -666,76 +376,35 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'ChineseHolder' => [ - 'type' => 'string', - ], - 'CreationDate' => [ - 'type' => 'string', - ], - 'DomainName' => [ - 'type' => 'string', - ], - 'SaleId' => [ - 'type' => 'string', - ], - 'Premium' => [ - 'type' => 'boolean', - ], - 'HolderEmail' => [ - 'type' => 'string', - ], - 'DomainRegType' => [ - 'type' => 'string', - ], - 'EnglishHolder' => [ - 'type' => 'string', - ], - 'Remark' => [ - 'type' => 'string', - ], - 'EnglishContactPerson' => [ - 'type' => 'string', - ], - 'TransferLock' => [ - 'type' => 'string', - ], + 'ChineseHolder' => ['type' => 'string'], + 'CreationDate' => ['type' => 'string'], + 'DomainName' => ['type' => 'string'], + 'SaleId' => ['type' => 'string'], + 'Premium' => ['type' => 'boolean'], + 'HolderEmail' => ['type' => 'string'], + 'DomainRegType' => ['type' => 'string'], + 'EnglishHolder' => ['type' => 'string'], + 'Remark' => ['type' => 'string'], + 'EnglishContactPerson' => ['type' => 'string'], + 'TransferLock' => ['type' => 'string'], 'DnsList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Dns' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], - 'TransferOutStatus' => [ - 'type' => 'string', - ], - 'ExpirationDate' => [ - 'type' => 'string', - ], - 'UserId' => [ - 'type' => 'string', - ], - 'SafetyLock' => [ - 'type' => 'string', - ], - 'ChineseContactPerson' => [ - 'type' => 'string', - ], - 'EmailVerificationClientHold' => [ - 'type' => 'boolean', - ], - 'EmailVerificationStatus' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'WhoisProtected' => [ - 'type' => 'boolean', - ], + 'TransferOutStatus' => ['type' => 'string'], + 'ExpirationDate' => ['type' => 'string'], + 'UserId' => ['type' => 'string'], + 'SafetyLock' => ['type' => 'string'], + 'ChineseContactPerson' => ['type' => 'string'], + 'EmailVerificationClientHold' => ['type' => 'boolean'], + 'EmailVerificationStatus' => ['type' => 'integer', 'format' => 'int32'], + 'WhoisProtected' => ['type' => 'boolean'], ], ], ], @@ -745,109 +414,65 @@ ], 'QueryContactTemplate' => [ 'summary' => '查询联系人模板', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'list', - ], + 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'en', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'en'], ], [ 'name' => 'CCompany', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ECompany', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ContactTemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'DefaultTemplate', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'AuditStatus', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RegType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNum', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'default' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'default' => '500', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '500'], ], ], 'responses' => [ @@ -855,31 +480,13 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'PrePage' => [ - 'type' => 'boolean', - ], - 'CurrentPageNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalPageNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalItemNum' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'NextPage' => [ - 'type' => 'boolean', - ], + 'PrePage' => ['type' => 'boolean'], + 'CurrentPageNum' => ['type' => 'integer', 'format' => 'int32'], + 'RequestId' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'TotalPageNum' => ['type' => 'integer', 'format' => 'int32'], + 'TotalItemNum' => ['type' => 'integer', 'format' => 'int32'], + 'NextPage' => ['type' => 'boolean'], 'ContactTemplates' => [ 'type' => 'object', 'itemNode' => true, @@ -889,80 +496,30 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'CCountry' => [ - 'type' => 'string', - ], - 'TelExt' => [ - 'type' => 'string', - ], - 'UpdateTime' => [ - 'type' => 'string', - ], - 'RegType' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'EProvince' => [ - 'type' => 'string', - ], - 'UserId' => [ - 'type' => 'string', - ], - 'CVenu' => [ - 'type' => 'string', - ], - 'TelArea' => [ - 'type' => 'string', - ], - 'ContactTemplateId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'AuditStatus' => [ - 'type' => 'string', - ], - 'CProvince' => [ - 'type' => 'string', - ], - 'PostalCode' => [ - 'type' => 'string', - ], - 'CCity' => [ - 'type' => 'string', - ], - 'EVenu' => [ - 'type' => 'string', - ], - 'ECompany' => [ - 'type' => 'string', - ], - 'CCompany' => [ - 'type' => 'string', - ], - 'EName' => [ - 'type' => 'string', - ], - 'TelMain' => [ - 'type' => 'string', - ], - 'Email' => [ - 'type' => 'string', - ], - 'DefaultTemplate' => [ - 'type' => 'boolean', - ], - 'EmailVerificationStatus' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ECity' => [ - 'type' => 'string', - ], - 'CName' => [ - 'type' => 'string', - ], + 'CCountry' => ['type' => 'string'], + 'TelExt' => ['type' => 'string'], + 'UpdateTime' => ['type' => 'string'], + 'RegType' => ['type' => 'string'], + 'CreateTime' => ['type' => 'string'], + 'EProvince' => ['type' => 'string'], + 'UserId' => ['type' => 'string'], + 'CVenu' => ['type' => 'string'], + 'TelArea' => ['type' => 'string'], + 'ContactTemplateId' => ['type' => 'integer', 'format' => 'int64'], + 'AuditStatus' => ['type' => 'string'], + 'CProvince' => ['type' => 'string'], + 'PostalCode' => ['type' => 'string'], + 'CCity' => ['type' => 'string'], + 'EVenu' => ['type' => 'string'], + 'ECompany' => ['type' => 'string'], + 'CCompany' => ['type' => 'string'], + 'EName' => ['type' => 'string'], + 'TelMain' => ['type' => 'string'], + 'Email' => ['type' => 'string'], + 'DefaultTemplate' => ['type' => 'boolean'], + 'EmailVerificationStatus' => ['type' => 'integer', 'format' => 'int32'], + 'ECity' => ['type' => 'string'], + 'CName' => ['type' => 'string'], ], ], ], @@ -977,226 +534,126 @@ ], 'QueryDomainList' => [ 'summary' => '查询域名列表', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'list', - ], + 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'description' => '用户IP,可设置为127.0.0.1。'."\n" - ."\n", - 'type' => 'string', - 'required' => false, - 'example' => '127.0.0.1', - ], + 'schema' => ['description' => '用户IP,可设置为127.0.0.1。'."\n" + ."\n", 'type' => 'string', 'required' => false, 'example' => '127.0.0.1'], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'description' => '接口返回错误信息语言。取值:'."\n" - ."\n" - .'zh:中文'."\n" - .'en:英文', - 'type' => 'string', - 'required' => false, - 'example' => 'en', - 'default' => 'en', - ], + 'schema' => ['description' => '接口返回错误信息语言。取值:'."\n" + ."\n" + .'zh:中文'."\n" + .'en:英文', 'type' => 'string', 'required' => false, 'example' => 'en', 'default' => 'en'], ], [ 'name' => 'GroupId', 'in' => 'query', - 'schema' => [ - 'description' => '分组ID', - 'type' => 'string', - 'required' => false, - 'example' => '123', - ], + 'schema' => ['description' => '分组ID', 'type' => 'string', 'required' => false, 'example' => '123'], ], [ 'name' => 'QueryType', 'in' => 'query', - 'schema' => [ - 'description' => '查询类型。取值:'."\n" - ."\n" - .'1:续费'."\n" - .'2:赎回'."\n" - .'4:转出', - 'type' => 'string', - 'required' => false, - 'example' => '1', - ], + 'schema' => ['description' => '查询类型。取值:'."\n" + ."\n" + .'1:续费'."\n" + .'2:赎回'."\n" + .'4:转出', 'type' => 'string', 'required' => false, 'example' => '1'], ], [ 'name' => 'StartDate', 'in' => 'query', - 'schema' => [ - 'description' => '到期时间开始查询时间', - 'type' => 'string', - 'required' => false, - 'example' => '2023-01-01 00:00:00', - ], + 'schema' => ['description' => '到期时间开始查询时间', 'type' => 'string', 'required' => false, 'example' => '2023-01-01 00:00:00'], ], [ 'name' => 'EndDate', 'in' => 'query', - 'schema' => [ - 'description' => '到期时间结束查询时间', - 'type' => 'string', - 'required' => false, - 'example' => '2023-01-11 00:00:00', - ], + 'schema' => ['description' => '到期时间结束查询时间', 'type' => 'string', 'required' => false, 'example' => '2023-01-11 00:00:00'], ], [ 'name' => 'DeadStartDate', 'in' => 'query', - 'schema' => [ - 'description' => '到期时间开始查询时间', - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '1694016000000', - ], + 'schema' => ['description' => '到期时间开始查询时间', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1694016000000'], ], [ 'name' => 'DeadEndDate', 'in' => 'query', - 'schema' => [ - 'description' => '到期时间结束查询时间', - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '1696435200000', - ], + 'schema' => ['description' => '到期时间结束查询时间', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1696435200000'], ], [ 'name' => 'RegStartDate', 'in' => 'query', - 'schema' => [ - 'description' => '注册时间开始查询时间', - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '1694016000000', - ], + 'schema' => ['description' => '注册时间开始查询时间', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1694016000000'], ], [ 'name' => 'RegEndDate', 'in' => 'query', - 'schema' => [ - 'description' => '注册时间结束查询时间', - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '1696435200000', - ], + 'schema' => ['description' => '注册时间结束查询时间', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1696435200000'], ], [ 'name' => 'DomainName', 'in' => 'query', - 'schema' => [ - 'description' => '域名', - 'type' => 'string', - 'required' => false, - 'example' => 'test003.cn', - ], + 'schema' => ['description' => '域名', 'type' => 'string', 'required' => false, 'example' => 'test003.cn'], ], [ 'name' => 'OrderByType', 'in' => 'query', - 'schema' => [ - 'description' => '排序方式。取值:'."\n" - ."\n" - .'ASC:正序'."\n" - .'DESC:倒序', - 'type' => 'string', - 'required' => false, - 'example' => 'DESC', - ], + 'schema' => ['description' => '排序方式。取值:'."\n" + ."\n" + .'ASC:正序'."\n" + .'DESC:倒序', 'type' => 'string', 'required' => false, 'example' => 'DESC'], ], [ 'name' => 'OrderKeyType', 'in' => 'query', - 'schema' => [ - 'description' => '查询域名列表时排序的字段。取值:'."\n" - ."\n" - .'REGDATE:注册时间'."\n" - .'DEADDATE:到期时间'."\n" - .'CREATEDATE:创建时间', - 'type' => 'string', - 'required' => false, - 'example' => 'REGDATE', - ], + 'schema' => ['description' => '查询域名列表时排序的字段。取值:'."\n" + ."\n" + .'REGDATE:注册时间'."\n" + .'DEADDATE:到期时间'."\n" + .'CREATEDATE:创建时间', 'type' => 'string', 'required' => false, 'example' => 'REGDATE'], ], [ 'name' => 'DomainType', 'in' => 'query', - 'schema' => [ - 'description' => '域名类型。取值:'."\n" - ."\n" - .'GUOJI'."\n" - .'TONGYONG'."\n" - .'GUONEI'."\n" - .'NAME'."\n" - .'WEIBO', - 'type' => 'string', - 'required' => false, - 'example' => 'GUONEI', - ], + 'schema' => ['description' => '域名类型。取值:'."\n" + ."\n" + .'GUOJI'."\n" + .'TONGYONG'."\n" + .'GUONEI'."\n" + .'NAME'."\n" + .'WEIBO', 'type' => 'string', 'required' => false, 'example' => 'GUONEI'], ], [ 'name' => 'ProductDomainType', 'in' => 'query', - 'schema' => [ - 'description' => '域名产品类型。取值:'."\n" - ."\n" - .'New gTLD'."\n" - .'gTLD'."\n" - .'ccTLD'."\n" - .'other', - 'type' => 'string', - 'required' => false, - 'example' => 'ccTLD', - ], + 'schema' => ['description' => '域名产品类型。取值:'."\n" + ."\n" + .'New gTLD'."\n" + .'gTLD'."\n" + .'ccTLD'."\n" + .'other', 'type' => 'string', 'required' => false, 'example' => 'ccTLD'], ], [ 'name' => 'PageNum', 'in' => 'query', - 'schema' => [ - 'description' => '页码', - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'example' => '1', - ], + 'schema' => ['description' => '页码', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'description' => '分页大小', - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'example' => '10', - ], + 'schema' => ['description' => '分页大小', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '10'], ], ], 'responses' => [ @@ -1204,34 +661,11 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'PrePage' => [ - 'description' => '是否有上一页', - 'type' => 'boolean', - 'example' => 'false', - ], - 'CurrentPageNum' => [ - 'description' => '当前页码', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'RequestId' => [ - 'description' => '请求ID', - 'type' => 'string', - 'example' => '9DFCF6F8-243C-****-8035-4B12FEFD7D48', - ], - 'PageSize' => [ - 'description' => '分页大小', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '10', - ], - 'TotalPageNum' => [ - 'description' => '总页数', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '5', - ], + 'PrePage' => ['description' => '是否有上一页', 'type' => 'boolean', 'example' => 'false'], + 'CurrentPageNum' => ['description' => '当前页码', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], + 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => '9DFCF6F8-243C-****-8035-4B12FEFD7D48'], + 'PageSize' => ['description' => '分页大小', 'type' => 'integer', 'format' => 'int32', 'example' => '10'], + 'TotalPageNum' => ['description' => '总页数', 'type' => 'integer', 'format' => 'int32', 'example' => '5'], 'Data' => [ 'type' => 'object', 'itemNode' => true, @@ -1243,121 +677,50 @@ 'description' => '查询结果', 'type' => 'object', 'properties' => [ - 'DomainAuditStatus' => [ - 'description' => '域名审核状态', - 'type' => 'string', - 'example' => 'SUCCEED', - ], - 'RegDateLong' => [ - 'description' => '注册时间', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1696435200000', - ], - 'Remark' => [ - 'description' => '备注', - 'type' => 'string', - 'example' => '-', - ], - 'DeadDateLong' => [ - 'description' => '到期时间', - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1696435200000', - ], - 'SaleId' => [ - 'description' => '实例ID'."\n" - ."\n", - 'type' => 'string', - 'example' => 'S20172315BJ37809', - ], - 'DomainName' => [ - 'description' => '域名'."\n" - ."\n", - 'type' => 'string', - 'example' => 'test003.cn', - ], - 'DeadDate' => [ - 'description' => '到期时间', - 'type' => 'string', - 'example' => '2024-03-16 02:20:34', - ], - 'GroupId' => [ - 'description' => '分组ID', - 'type' => 'string', - 'example' => '123', - ], - 'DomainRegType' => [ - 'description' => '域名注册类型。取值:'."\n" - ."\n" - .'PERSONAL:个人'."\n" - .'COMPANY:企业', - 'type' => 'string', - 'example' => 'COMPANY', - ], - 'RegDate' => [ - 'description' => '注册时间', - 'type' => 'string', - 'example' => '2023-03-16 02:20:35', - ], - 'Premium' => [ - 'description' => '是否为溢价词', - 'type' => 'boolean', - 'example' => 'falese', - ], - 'ProductId' => [ - 'description' => '产品ID', - 'type' => 'string', - 'example' => '123', - ], - 'DomainStatus' => [ - 'description' => '域名状态。取值:'."\n" - ."\n" - .'1:急需续费'."\n" - .'2:急需赎回'."\n" - .'3:正常'."\n" - .'4:正在转出万网'."\n" - .'5:域名持有者信息修改中'."\n" - .'6:未实名认证'."\n" - .'7:审核失败,重新实名认证'."\n" - .'8:审核中', - 'type' => 'string', - 'example' => '1', - ], - 'DeadDateStatus' => [ - 'description' => '域名到期状态。取值:'."\n" - ."\n" - .'1:未到期'."\n" - .'2:已到期', - 'type' => 'string', - 'example' => '1', - ], - 'DomainType' => [ - 'description' => '域名类型。取值:'."\n" - ."\n" - .'New gTLD'."\n" - .'gTLD'."\n" - .'ccTLD'."\n" - .'other', - 'type' => 'string', - 'example' => 'gTLD', - ], + 'DomainAuditStatus' => ['description' => '域名审核状态', 'type' => 'string', 'example' => 'SUCCEED'], + 'RegDateLong' => ['description' => '注册时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1696435200000'], + 'Remark' => ['description' => '备注', 'type' => 'string', 'example' => '-'], + 'DeadDateLong' => ['description' => '到期时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1696435200000'], + 'SaleId' => ['description' => '实例ID'."\n" + ."\n", 'type' => 'string', 'example' => 'S20172315BJ37809'], + 'DomainName' => ['description' => '域名'."\n" + ."\n", 'type' => 'string', 'example' => 'test003.cn'], + 'DeadDate' => ['description' => '到期时间', 'type' => 'string', 'example' => '2024-03-16 02:20:34'], + 'GroupId' => ['description' => '分组ID', 'type' => 'string', 'example' => '123'], + 'DomainRegType' => ['description' => '域名注册类型。取值:'."\n" + ."\n" + .'PERSONAL:个人'."\n" + .'COMPANY:企业', 'type' => 'string', 'example' => 'COMPANY'], + 'RegDate' => ['description' => '注册时间', 'type' => 'string', 'example' => '2023-03-16 02:20:35'], + 'Premium' => ['description' => '是否为溢价词', 'type' => 'boolean', 'example' => 'falese'], + 'ProductId' => ['description' => '产品ID', 'type' => 'string', 'example' => '123'], + 'DomainStatus' => ['description' => '域名状态。取值:'."\n" + ."\n" + .'1:急需续费'."\n" + .'2:急需赎回'."\n" + .'3:正常'."\n" + .'4:正在转出万网'."\n" + .'5:域名持有者信息修改中'."\n" + .'6:未实名认证'."\n" + .'7:审核失败,重新实名认证'."\n" + .'8:审核中', 'type' => 'string', 'example' => '1'], + 'DeadDateStatus' => ['description' => '域名到期状态。取值:'."\n" + ."\n" + .'1:未到期'."\n" + .'2:已到期', 'type' => 'string', 'example' => '1'], + 'DomainType' => ['description' => '域名类型。取值:'."\n" + ."\n" + .'New gTLD'."\n" + .'gTLD'."\n" + .'ccTLD'."\n" + .'other', 'type' => 'string', 'example' => 'gTLD'], ], ], ], ], ], - 'TotalItemNum' => [ - 'description' => '总条目数', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '100', - ], - 'NextPage' => [ - 'description' => '是否有下一页', - 'type' => 'boolean', - 'example' => 'true', - ], + 'TotalItemNum' => ['description' => '总条目数', 'type' => 'integer', 'format' => 'int32', 'example' => '100'], + 'NextPage' => ['description' => '是否有下一页', 'type' => 'boolean', 'example' => 'true'], ], ], ], @@ -1368,65 +731,40 @@ ], 'QueryFailReasonList' => [ 'summary' => '查询失败原因列表', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'list', - ], + 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'en', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'en'], ], [ 'name' => 'ContactTemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'DomainName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SaleId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -1434,9 +772,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'Data' => [ 'type' => 'object', 'itemNode' => true, @@ -1446,12 +782,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Date' => [ - 'type' => 'string', - ], - 'FailReason' => [ - 'type' => 'string', - ], + 'Date' => ['type' => 'string'], + 'FailReason' => ['type' => 'string'], ], ], ], @@ -1466,14 +798,8 @@ ], 'SaveContactTemplateCredential' => [ 'summary' => '保存联系人模板实名资料', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1485,44 +811,27 @@ [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'en', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'en'], ], [ 'name' => 'ContactTemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'Credential', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CredentialNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -1530,9 +839,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -1542,14 +849,8 @@ ], 'SaveContactTemplate' => [ 'summary' => '保存联系人模板', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1561,172 +862,107 @@ [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'en', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'en'], ], [ 'name' => 'ContactTemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'DefaultTemplate', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'CCity', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CCompany', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CCountry', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CProvince', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CVenu', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ECity', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ECompany', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EProvince', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EVenu', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Email', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PostalCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TelArea', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TelMain', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TelExt', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RegType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -1734,16 +970,9 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ContactTemplateId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'RequestId' => ['type' => 'string'], + 'ContactTemplateId' => ['type' => 'integer', 'format' => 'int64'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -1753,14 +982,8 @@ ], 'SaveTaskForModifyingDomainDns' => [ 'summary' => '修改域名dns任务,对外开放接口,用于domain中', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1772,43 +995,27 @@ [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'en', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'en'], ], [ 'name' => 'DomainName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SaleId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AliyunDns', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => true, - ], + 'schema' => ['type' => 'boolean', 'required' => true], ], [ 'name' => 'DnsList', @@ -1816,9 +1023,7 @@ 'style' => 'repeatList', 'schema' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], 'required' => false, 'maxItems' => 13, ], @@ -1829,12 +1034,8 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'TaskNo' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'TaskNo' => ['type' => 'string'], ], ], ], @@ -1844,14 +1045,8 @@ ], 'SaveTaskForSubmittingDomainNameCredential' => [ 'summary' => '保存域名实名资料任务', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1863,63 +1058,37 @@ [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'en', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'en'], ], [ 'name' => 'DomainName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'SaleId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Credential', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'CredentialNo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'CredentialType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'SFZ', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'SFZ'], ], ], 'responses' => [ @@ -1927,12 +1096,8 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'TaskNo' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'TaskNo' => ['type' => 'string'], ], ], ], @@ -1942,14 +1107,8 @@ ], 'SaveTaskForSubmittingDomainNameCredentialByTemplateId' => [ 'summary' => '根据模板保存域名的实名认证信息', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1961,44 +1120,27 @@ [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'en', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'en'], ], [ 'name' => 'DomainName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SaleId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ContactTemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], 'responses' => [ @@ -2006,15 +1148,9 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'TaskNo' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'RequestId' => ['type' => 'string'], + 'TaskNo' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -2024,14 +1160,8 @@ ], 'SaveTaskForUpdatingContactByTempateId' => [ 'summary' => '保存修改联系人的任务', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2043,61 +1173,37 @@ [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'en', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'en'], ], [ 'name' => 'DomainName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SaleId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ContactTemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'ContactType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AddTransferLock', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - 'default' => 'false', - ], + 'schema' => ['type' => 'boolean', 'required' => false, 'default' => 'false'], ], ], 'responses' => [ @@ -2105,15 +1211,9 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'TaskNo' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'RequestId' => ['type' => 'string'], + 'TaskNo' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -2123,14 +1223,8 @@ ], 'SaveTaskForUpdatingContactByTemplateId' => [ 'summary' => '保存修改联系人的任务', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2142,61 +1236,37 @@ [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'en', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'en'], ], [ 'name' => 'DomainName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SaleId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ContactTemplateId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'ContactType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AddTransferLock', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - 'default' => 'false', - ], + 'schema' => ['type' => 'boolean', 'required' => false, 'default' => 'false'], ], ], 'responses' => [ @@ -2204,15 +1274,9 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'TaskNo' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'RequestId' => ['type' => 'string'], + 'TaskNo' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -2222,14 +1286,8 @@ ], 'WhoisProtection' => [ 'summary' => '开启或者关闭whois保护', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2241,44 +1299,27 @@ [ 'name' => 'UserClientIp', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'default' => 'en', - ], + 'schema' => ['type' => 'string', 'required' => false, 'default' => 'en'], ], [ 'name' => 'DataSource', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'DataContent', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'WhoisProtect', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => true, - ], + 'schema' => ['type' => 'boolean', 'required' => true], ], ], 'responses' => [ @@ -2286,13 +1327,8 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Result' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'RequestId' => ['type' => 'string'], + 'Result' => ['type' => 'integer', 'format' => 'int32'], ], ], ], @@ -2302,13 +1338,7 @@ ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'domain.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'domain-intl.aliyuncs.com', - ], + ['regionId' => 'cn-hangzhou', 'endpoint' => 'domain.aliyuncs.com'], + ['regionId' => 'ap-southeast-1', 'endpoint' => 'domain-intl.aliyuncs.com'], ], ]; |
