diff options
Diffstat (limited to 'data/en_us/domain/2016-05-11')
| -rw-r--r-- | data/en_us/domain/2016-05-11/api-docs.php | 1652 |
1 files changed, 341 insertions, 1311 deletions
diff --git a/data/en_us/domain/2016-05-11/api-docs.php b/data/en_us/domain/2016-05-11/api-docs.php index f75ea26..8f4ace6 100644 --- a/data/en_us/domain/2016-05-11/api-docs.php +++ b/data/en_us/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,212 +534,112 @@ ], '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' => 'The IP address of the client. Set the value to 127.0.0.1.'."\n", - 'type' => 'string', - 'required' => false, - 'example' => '127.0.0.1', - ], + 'schema' => ['description' => 'The IP address of the client. Set the value to 127.0.0.1.'."\n", 'type' => 'string', 'required' => false, 'example' => '127.0.0.1'], ], [ 'name' => 'Lang', 'in' => 'query', - 'schema' => [ - 'description' => 'The language of the error message to return if the request fails. Valid values:'."\n" - ."\n" - .'zh: Chinese. en: English.'."\n", - 'type' => 'string', - 'required' => false, - 'example' => 'en', - 'default' => 'en', - ], + 'schema' => ['description' => 'The language of the error message to return if the request fails. Valid values:'."\n" + ."\n" + .'zh: Chinese. en: English.'."\n", 'type' => 'string', 'required' => false, 'example' => 'en', 'default' => 'en'], ], [ 'name' => 'GroupId', 'in' => 'query', - 'schema' => [ - 'description' => 'The group ID.'."\n", - 'type' => 'string', - 'required' => false, - 'example' => '123', - ], + 'schema' => ['description' => 'The group ID.'."\n", 'type' => 'string', 'required' => false, 'example' => '123'], ], [ 'name' => 'QueryType', 'in' => 'query', - 'schema' => [ - 'description' => 'The type of the query. Valid values:'."\n" - ."\n" - .'1: renewal. 2: redemption. 4: transfer.'."\n", - 'type' => 'string', - 'required' => false, - 'example' => '1', - ], + 'schema' => ['description' => 'The type of the query. Valid values:'."\n" + ."\n" + .'1: renewal. 2: redemption. 4: transfer.'."\n", 'type' => 'string', 'required' => false, 'example' => '1'], ], [ 'name' => 'StartDate', 'in' => 'query', - 'schema' => [ - 'description' => 'The beginning of the time range to query based on the time when domain names expire.'."\n", - 'type' => 'string', - 'required' => false, - 'example' => '2023-01-01 00:00:00', - ], + 'schema' => ['description' => 'The beginning of the time range to query based on the time when domain names expire.'."\n", 'type' => 'string', 'required' => false, 'example' => '2023-01-01 00:00:00'], ], [ 'name' => 'EndDate', 'in' => 'query', - 'schema' => [ - 'description' => 'The end of the time range to query based on the time when domain names expire.'."\n", - 'type' => 'string', - 'required' => false, - 'example' => '2023-01-11 00:00:00', - ], + 'schema' => ['description' => 'The end of the time range to query based on the time when domain names expire.'."\n", 'type' => 'string', 'required' => false, 'example' => '2023-01-11 00:00:00'], ], [ 'name' => 'DeadStartDate', 'in' => 'query', - 'schema' => [ - 'description' => 'The beginning of the time range to query based on the time when domain names expire.'."\n", - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '1694016000000', - ], + 'schema' => ['description' => 'The beginning of the time range to query based on the time when domain names expire.'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1694016000000'], ], [ 'name' => 'DeadEndDate', 'in' => 'query', - 'schema' => [ - 'description' => 'The end of the time range to query based on the time when domain names expire.'."\n", - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '1696435200000', - ], + 'schema' => ['description' => 'The end of the time range to query based on the time when domain names expire.'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1696435200000'], ], [ 'name' => 'RegStartDate', 'in' => 'query', - 'schema' => [ - 'description' => 'The beginning of the time range to query based on the time when domain names were registered.'."\n", - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '1694016000000', - ], + 'schema' => ['description' => 'The beginning of the time range to query based on the time when domain names were registered.'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1694016000000'], ], [ 'name' => 'RegEndDate', 'in' => 'query', - 'schema' => [ - 'description' => 'The end of the time range to query based on the time when domain names were registered.'."\n", - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '1696435200000', - ], + 'schema' => ['description' => 'The end of the time range to query based on the time when domain names were registered.'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1696435200000'], ], [ 'name' => 'DomainName', 'in' => 'query', - 'schema' => [ - 'description' => 'The domain name.'."\n", - 'type' => 'string', - 'required' => false, - 'example' => 'test003.cn', - ], + 'schema' => ['description' => 'The domain name.'."\n", 'type' => 'string', 'required' => false, 'example' => 'test003.cn'], ], [ 'name' => 'OrderByType', 'in' => 'query', - 'schema' => [ - 'description' => 'The order in which you want to sort the queried domain names. Valid values:'."\n" - ."\n" - .'ASC: ascending order. DESC: descending order.'."\n", - 'type' => 'string', - 'required' => false, - 'example' => 'DESC', - ], + 'schema' => ['description' => 'The order in which you want to sort the queried domain names. Valid values:'."\n" + ."\n" + .'ASC: ascending order. DESC: descending order.'."\n", 'type' => 'string', 'required' => false, 'example' => 'DESC'], ], [ 'name' => 'OrderKeyType', 'in' => 'query', - 'schema' => [ - 'description' => 'The field by which domain names to be queried are sorted. Valid values:'."\n" - ."\n" - .'REGDATE: registration time. DEADDATE: expiration time. CREATEDATE: creation time.'."\n", - 'type' => 'string', - 'required' => false, - 'example' => 'REGDATE', - ], + 'schema' => ['description' => 'The field by which domain names to be queried are sorted. Valid values:'."\n" + ."\n" + .'REGDATE: registration time. DEADDATE: expiration time. CREATEDATE: creation time.'."\n", 'type' => 'string', 'required' => false, 'example' => 'REGDATE'], ], [ 'name' => 'DomainType', 'in' => 'query', - 'schema' => [ - 'description' => 'The type of the domain name. Valid values:'."\n" - ."\n" - .'GUOJI, TONGYONG, GUONEI, NAME, and WEIBO.'."\n", - 'type' => 'string', - 'required' => false, - 'example' => 'GUONEI', - ], + 'schema' => ['description' => 'The type of the domain name. Valid values:'."\n" + ."\n" + .'GUOJI, TONGYONG, GUONEI, NAME, and WEIBO.'."\n", 'type' => 'string', 'required' => false, 'example' => 'GUONEI'], ], [ 'name' => 'ProductDomainType', 'in' => 'query', - 'schema' => [ - 'description' => 'The product type of the domain name. Valid values:'."\n" - ."\n" - .'New gTLD, gTLD, ccTLD, and other.'."\n", - 'type' => 'string', - 'required' => false, - 'example' => 'ccTLD', - ], + 'schema' => ['description' => 'The product type of the domain name. Valid values:'."\n" + ."\n" + .'New gTLD, gTLD, ccTLD, and other.'."\n", 'type' => 'string', 'required' => false, 'example' => 'ccTLD'], ], [ 'name' => 'PageNum', 'in' => 'query', - 'schema' => [ - 'description' => 'The page number.'."\n", - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'example' => '1', - ], + 'schema' => ['description' => 'The page number.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'description' => 'The number of entries per page.'."\n", - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'example' => '10', - ], + 'schema' => ['description' => 'The number of entries per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '10'], ], ], 'responses' => [ @@ -1190,34 +647,11 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'PrePage' => [ - 'description' => 'Indicates whether the current page follows another page.'."\n", - 'type' => 'boolean', - 'example' => 'false', - ], - 'CurrentPageNum' => [ - 'description' => 'The page number.'."\n", - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'RequestId' => [ - 'description' => 'The request ID.'."\n", - 'type' => 'string', - 'example' => '9DFCF6F8-243C-****-8035-4B12FEFD7D48', - ], - 'PageSize' => [ - 'description' => 'The number of entries per page.'."\n", - 'type' => 'integer', - 'format' => 'int32', - 'example' => '10', - ], - 'TotalPageNum' => [ - 'description' => 'The total number of pages.'."\n", - 'type' => 'integer', - 'format' => 'int32', - 'example' => '5', - ], + 'PrePage' => ['description' => 'Indicates whether the current page follows another page.'."\n", 'type' => 'boolean', 'example' => 'false'], + 'CurrentPageNum' => ['description' => 'The page number.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1'], + 'RequestId' => ['description' => 'The request ID.'."\n", 'type' => 'string', 'example' => '9DFCF6F8-243C-****-8035-4B12FEFD7D48'], + 'PageSize' => ['description' => 'The number of entries per page.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10'], + 'TotalPageNum' => ['description' => 'The total number of pages.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '5'], 'Data' => [ 'type' => 'object', 'itemNode' => true, @@ -1229,107 +663,36 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'DomainAuditStatus' => [ - 'description' => 'The review status of the domain name.'."\n", - 'type' => 'string', - 'example' => 'SUCCEED', - ], - 'RegDateLong' => [ - 'description' => 'The time when the domain name was registered.'."\n", - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1696435200000', - ], - 'Remark' => [ - 'description' => 'The remarks.'."\n", - 'type' => 'string', - 'example' => '-', - ], - 'DeadDateLong' => [ - 'description' => 'The time when the domain name expires.'."\n", - 'type' => 'integer', - 'format' => 'int64', - 'example' => '1696435200000', - ], - 'SaleId' => [ - 'description' => 'The instance ID.'."\n", - 'type' => 'string', - 'example' => 'S20172315BJ37809', - ], - 'DomainName' => [ - 'description' => 'The domain name.'."\n", - 'type' => 'string', - 'example' => 'test003.cn', - ], - 'DeadDate' => [ - 'description' => 'The time when the domain name expires.'."\n", - 'type' => 'string', - 'example' => '2024-03-16 02:20:34', - ], - 'GroupId' => [ - 'description' => 'The group ID.'."\n", - 'type' => 'string', - 'example' => '123', - ], - 'DomainRegType' => [ - 'description' => 'The registration type of the domain name. Valid values:'."\n" - ."\n" - .'PERSONAL: individual. COMPANY: enterprise.'."\n", - 'type' => 'string', - 'example' => 'COMPANY', - ], - 'RegDate' => [ - 'description' => 'The time when the domain name was registered.'."\n", - 'type' => 'string', - 'example' => '2023-03-16 02:20:35', - ], - 'Premium' => [ - 'description' => 'Indicates whether the domain name is a premium domain name.'."\n", - 'type' => 'boolean', - 'example' => 'falese', - ], - 'ProductId' => [ - 'description' => 'The product ID.'."\n", - 'type' => 'string', - 'example' => '123', - ], - 'DomainStatus' => [ - 'description' => 'The status of the domain name. Valid values:'."\n" - ."\n" - .'1: The domain name needs to be renewed. 2: The domain name needs to be redeemed. 3: The domain name is normal. 4: The domain name is being transferred from HiChina. 5: The information about the domain name registrant is being modified. 6: Real-name verification is not performed on the domain name. 7: Real-name verification for the domain name fails. Real-name reverification is required. 8: The domain name is being reviewed.'."\n", - 'type' => 'string', - 'example' => '1', - ], - 'DeadDateStatus' => [ - 'description' => 'The expiration status of the domain name. Valid values:'."\n" - ."\n" - .'1: unexpired. 2: expired.'."\n", - 'type' => 'string', - 'example' => '1', - ], - 'DomainType' => [ - 'description' => 'The type of the domain name. Valid values:'."\n" - ."\n" - .'New gTLD gTLD ccTLD other'."\n", - 'type' => 'string', - 'example' => 'gTLD', - ], + 'DomainAuditStatus' => ['description' => 'The review status of the domain name.'."\n", 'type' => 'string', 'example' => 'SUCCEED'], + 'RegDateLong' => ['description' => 'The time when the domain name was registered.'."\n", 'type' => 'integer', 'format' => 'int64', 'example' => '1696435200000'], + 'Remark' => ['description' => 'The remarks.'."\n", 'type' => 'string', 'example' => '-'], + 'DeadDateLong' => ['description' => 'The time when the domain name expires.'."\n", 'type' => 'integer', 'format' => 'int64', 'example' => '1696435200000'], + 'SaleId' => ['description' => 'The instance ID.'."\n", 'type' => 'string', 'example' => 'S20172315BJ37809'], + 'DomainName' => ['description' => 'The domain name.'."\n", 'type' => 'string', 'example' => 'test003.cn'], + 'DeadDate' => ['description' => 'The time when the domain name expires.'."\n", 'type' => 'string', 'example' => '2024-03-16 02:20:34'], + 'GroupId' => ['description' => 'The group ID.'."\n", 'type' => 'string', 'example' => '123'], + 'DomainRegType' => ['description' => 'The registration type of the domain name. Valid values:'."\n" + ."\n" + .'PERSONAL: individual. COMPANY: enterprise.'."\n", 'type' => 'string', 'example' => 'COMPANY'], + 'RegDate' => ['description' => 'The time when the domain name was registered.'."\n", 'type' => 'string', 'example' => '2023-03-16 02:20:35'], + 'Premium' => ['description' => 'Indicates whether the domain name is a premium domain name.'."\n", 'type' => 'boolean', 'example' => 'falese'], + 'ProductId' => ['description' => 'The product ID.'."\n", 'type' => 'string', 'example' => '123'], + 'DomainStatus' => ['description' => 'The status of the domain name. Valid values:'."\n" + ."\n" + .'1: The domain name needs to be renewed. 2: The domain name needs to be redeemed. 3: The domain name is normal. 4: The domain name is being transferred from HiChina. 5: The information about the domain name registrant is being modified. 6: Real-name verification is not performed on the domain name. 7: Real-name verification for the domain name fails. Real-name reverification is required. 8: The domain name is being reviewed.'."\n", 'type' => 'string', 'example' => '1'], + 'DeadDateStatus' => ['description' => 'The expiration status of the domain name. Valid values:'."\n" + ."\n" + .'1: unexpired. 2: expired.'."\n", 'type' => 'string', 'example' => '1'], + 'DomainType' => ['description' => 'The type of the domain name. Valid values:'."\n" + ."\n" + .'New gTLD gTLD ccTLD other'."\n", 'type' => 'string', 'example' => 'gTLD'], ], ], ], ], ], - 'TotalItemNum' => [ - 'description' => 'The total number of entries returned.'."\n", - 'type' => 'integer', - 'format' => 'int32', - 'example' => '100', - ], - 'NextPage' => [ - 'description' => 'Indicates whether the current page is followed by a page.'."\n", - 'type' => 'boolean', - 'example' => 'true', - ], + 'TotalItemNum' => ['description' => 'The total number of entries returned.'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '100'], + 'NextPage' => ['description' => 'Indicates whether the current page is followed by a page.'."\n", 'type' => 'boolean', 'example' => 'true'], ], 'description' => '', ], @@ -1341,65 +704,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' => [ @@ -1407,9 +745,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], 'Data' => [ 'type' => 'object', 'itemNode' => true, @@ -1419,12 +755,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Date' => [ - 'type' => 'string', - ], - 'FailReason' => [ - 'type' => 'string', - ], + 'Date' => ['type' => 'string'], + 'FailReason' => ['type' => 'string'], ], ], ], @@ -1439,14 +771,8 @@ ], 'SaveContactTemplateCredential' => [ 'summary' => '保存联系人模板实名资料', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1458,44 +784,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' => [ @@ -1503,9 +812,7 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], ], ], ], @@ -1515,14 +822,8 @@ ], 'SaveContactTemplate' => [ 'summary' => '保存联系人模板', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1534,172 +835,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' => [ @@ -1707,16 +943,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'], ], ], ], @@ -1726,14 +955,8 @@ ], 'SaveTaskForModifyingDomainDns' => [ 'summary' => '修改域名dns任务,对外开放接口,用于domain中', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1745,43 +968,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', @@ -1789,9 +996,7 @@ 'style' => 'repeatList', 'schema' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], 'required' => false, 'maxItems' => 13, ], @@ -1802,12 +1007,8 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'TaskNo' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'TaskNo' => ['type' => 'string'], ], ], ], @@ -1817,14 +1018,8 @@ ], 'SaveTaskForSubmittingDomainNameCredential' => [ 'summary' => '保存域名实名资料任务', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1836,63 +1031,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' => [ @@ -1900,12 +1069,8 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'TaskNo' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'TaskNo' => ['type' => 'string'], ], ], ], @@ -1915,14 +1080,8 @@ ], 'SaveTaskForSubmittingDomainNameCredentialByTemplateId' => [ 'summary' => '根据模板保存域名的实名认证信息', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1934,44 +1093,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' => [ @@ -1979,15 +1121,9 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'TaskNo' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'RequestId' => ['type' => 'string'], + 'TaskNo' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -1997,14 +1133,8 @@ ], 'SaveTaskForUpdatingContactByTempateId' => [ 'summary' => '保存修改联系人的任务', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2016,61 +1146,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' => [ @@ -2078,15 +1184,9 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'TaskNo' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'RequestId' => ['type' => 'string'], + 'TaskNo' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -2096,14 +1196,8 @@ ], 'SaveTaskForUpdatingContactByTemplateId' => [ 'summary' => '保存修改联系人的任务', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2115,61 +1209,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' => [ @@ -2177,15 +1247,9 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'TaskNo' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'RequestId' => ['type' => 'string'], + 'TaskNo' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -2195,14 +1259,8 @@ ], 'WhoisProtection' => [ 'summary' => '开启或者关闭whois保护', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2214,44 +1272,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' => [ @@ -2259,13 +1300,8 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Result' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'RequestId' => ['type' => 'string'], + 'Result' => ['type' => 'integer', 'format' => 'int32'], ], ], ], @@ -2275,13 +1311,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'], ], ]; |
