From 1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sun, 12 Jul 2026 17:11:17 +0800 Subject: update APIs 20260712 --- data/en_us/alimt/2019-01-07/api-docs.php | 552 ++++++------------------------- 1 file changed, 109 insertions(+), 443 deletions(-) (limited to 'data/en_us/alimt/2019-01-07/api-docs.php') diff --git a/data/en_us/alimt/2019-01-07/api-docs.php b/data/en_us/alimt/2019-01-07/api-docs.php index 493f3fa..ebc7239 100644 --- a/data/en_us/alimt/2019-01-07/api-docs.php +++ b/data/en_us/alimt/2019-01-07/api-docs.php @@ -1,19 +1,12 @@ '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'alimt', - 'version' => '2019-01-07', - ], + 'info' => ['style' => 'RPC', 'product' => 'alimt', 'version' => '2019-01-07'], 'directories' => [ [ 'id' => 22948, - 'title' => null, + 'title' => 'Translation', 'type' => 'directory', - 'children' => [ - 'TranslateECommerce', - 'TranslateGeneral', - ], + 'children' => ['TranslateECommerce', 'TranslateGeneral'], ], ], 'components' => [ @@ -22,14 +15,8 @@ 'apis' => [ 'TranslateECommerce' => [ 'summary' => '专业文本翻译', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -37,57 +24,32 @@ ], 'operationType' => 'read', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'none', - 'riskType' => 'high', - 'chargeType' => 'paid', - 'tenantRelevance' => 'publicInformation', - ], + 'systemTags' => ['operationType' => 'none', 'riskType' => 'high', 'chargeType' => 'paid', 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'FormatType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'TargetLanguage', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'SourceLanguage', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'SourceText', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Scene', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -95,22 +57,13 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Code' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], + 'Code' => ['type' => 'integer', 'format' => 'int32'], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], 'Data' => [ 'type' => 'object', 'properties' => [ - 'Translated' => [ - 'type' => 'string', - ], + 'Translated' => ['type' => 'string'], ], ], ], @@ -119,160 +72,86 @@ ], 'errorCodes' => [ 101 => [ - [ - 'errorCode' => '10001', - 'errorMessage' => 'The request has timed out.', - ], + ['errorCode' => '10001', 'errorMessage' => 'The request has timed out.'], ], [ - [ - 'errorCode' => '10002', - 'errorMessage' => 'A system error occurred.', - ], + ['errorCode' => '10002', 'errorMessage' => 'A system error occurred.'], ], [ - [ - 'errorCode' => '10003', - 'errorMessage' => 'An error occurred while decoding the URL. Verify that the specified URL is encoded.', - ], + ['errorCode' => '10003', 'errorMessage' => 'An error occurred while decoding the URL. Verify that the specified URL is encoded.'], ], [ - [ - 'errorCode' => '10004', - 'errorMessage' => 'Some required parameters are missing.', - ], + ['errorCode' => '10004', 'errorMessage' => 'Some required parameters are missing.'], ], [ - [ - 'errorCode' => '10005', - 'errorMessage' => 'The specified language pair is not supported.', - ], + ['errorCode' => '10005', 'errorMessage' => 'The specified language pair is not supported.'], ], [ - [ - 'errorCode' => '10006', - 'errorMessage' => 'An error occurred while detecting the language.', - ], + ['errorCode' => '10006', 'errorMessage' => 'An error occurred while detecting the language.'], ], [ - [ - 'errorCode' => '10007', - 'errorMessage' => 'An error occurred while translating.', - ], + ['errorCode' => '10007', 'errorMessage' => 'An error occurred while translating.'], ], [ - [ - 'errorCode' => '10008', - 'errorMessage' => 'The specified string is too long.', - ], + ['errorCode' => '10008', 'errorMessage' => 'The specified string is too long.'], ], [ - [ - 'errorCode' => '10009', - 'errorMessage' => '子账号没有权限', - ], + ['errorCode' => '10009', 'errorMessage' => '子账号没有权限'], ], [ - [ - 'errorCode' => '10010', - 'errorMessage' => '账号没有开通服务', - ], + ['errorCode' => '10010', 'errorMessage' => '账号没有开通服务'], ], [ - [ - 'errorCode' => '10011', - 'errorMessage' => '子账号服务失败', - ], + ['errorCode' => '10011', 'errorMessage' => '子账号服务失败'], ], [ - [ - 'errorCode' => '10012', - 'errorMessage' => '翻译服务调用失败', - ], + ['errorCode' => '10012', 'errorMessage' => '翻译服务调用失败'], ], [ - [ - 'errorCode' => '10013', - 'errorMessage' => '账号服务没有开通或者欠费', - ], + ['errorCode' => '10013', 'errorMessage' => '账号服务没有开通或者欠费'], ], 199 => [ - [ - 'errorCode' => '19999', - 'errorMessage' => 'An unknown error occurred.', - ], + ['errorCode' => '19999', 'errorMessage' => 'An unknown error occurred.'], ], ], 'responseDemo' => null, ], 'TranslateGeneral' => [ 'summary' => '通用文本翻译', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'none', - 'riskType' => 'high', - 'chargeType' => 'paid', - 'tenantRelevance' => 'publicInformation', - ], + 'systemTags' => ['operationType' => 'none', 'riskType' => 'high', 'chargeType' => 'paid', 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'FormatType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'SourceLanguage', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'TargetLanguage', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'SourceText', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Scene', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - 'docRequired' => false, - 'default' => 'general', - ], + 'schema' => ['type' => 'string', 'required' => false, 'docRequired' => false, 'default' => 'general'], ], ], 'responses' => [ @@ -280,22 +159,13 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Code' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], + 'Code' => ['type' => 'integer', 'format' => 'int32'], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], 'Data' => [ 'type' => 'object', 'properties' => [ - 'Translated' => [ - 'type' => 'string', - ], + 'Translated' => ['type' => 'string'], ], ], ], @@ -304,309 +174,105 @@ ], 'errorCodes' => [ 101 => [ - [ - 'errorCode' => '10001', - 'errorMessage' => 'The request has timed out.', - ], + ['errorCode' => '10001', 'errorMessage' => 'The request has timed out.'], ], [ - [ - 'errorCode' => '10002', - 'errorMessage' => 'A system error occurred.', - ], + ['errorCode' => '10002', 'errorMessage' => 'A system error occurred.'], ], [ - [ - 'errorCode' => '10003', - 'errorMessage' => 'An error occurred while decoding the URL. Verify that the specified URL is encoded.', - ], + ['errorCode' => '10003', 'errorMessage' => 'An error occurred while decoding the URL. Verify that the specified URL is encoded.'], ], [ - [ - 'errorCode' => '10004', - 'errorMessage' => 'Some required parameters are missing.', - ], + ['errorCode' => '10004', 'errorMessage' => 'Some required parameters are missing.'], ], [ - [ - 'errorCode' => '10005', - 'errorMessage' => 'The specified language pair is not supported.', - ], + ['errorCode' => '10005', 'errorMessage' => 'The specified language pair is not supported.'], ], [ - [ - 'errorCode' => '10006', - 'errorMessage' => 'An error occurred while detecting the language.', - ], + ['errorCode' => '10006', 'errorMessage' => 'An error occurred while detecting the language.'], ], [ - [ - 'errorCode' => '10007', - 'errorMessage' => 'An error occurred while translating.', - ], + ['errorCode' => '10007', 'errorMessage' => 'An error occurred while translating.'], ], [ - [ - 'errorCode' => '10008', - 'errorMessage' => 'The specified string is too long.', - ], + ['errorCode' => '10008', 'errorMessage' => 'The specified string is too long.'], ], [ - [ - 'errorCode' => '10009', - 'errorMessage' => '子账号没有权限', - ], + ['errorCode' => '10009', 'errorMessage' => '子账号没有权限'], ], [ - [ - 'errorCode' => '10010', - 'errorMessage' => '账号没有开通服务', - ], + ['errorCode' => '10010', 'errorMessage' => '账号没有开通服务'], ], [ - [ - 'errorCode' => '10011', - 'errorMessage' => '子账号服务失败', - ], + ['errorCode' => '10011', 'errorMessage' => '子账号服务失败'], ], [ - [ - 'errorCode' => '10012', - 'errorMessage' => '翻译服务调用失败', - ], + ['errorCode' => '10012', 'errorMessage' => '翻译服务调用失败'], ], [ - [ - 'errorCode' => '10013', - 'errorMessage' => '账号服务没有开通或者欠费', - ], + ['errorCode' => '10013', 'errorMessage' => '账号服务没有开通或者欠费'], ], 199 => [ - [ - 'errorCode' => '19999', - 'errorMessage' => 'An unknown error occurred.', - ], + ['errorCode' => '19999', 'errorMessage' => 'An unknown error occurred.'], ], ], 'responseDemo' => null, ], ], 'endpoints' => [ - [ - 'regionId' => 'me-central-1', - 'endpoint' => 'mt.me-central-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'mt.ap-southeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'mt.cn-hangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-1', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-2-pop', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'ap-south-1', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-2', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-3', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-finance-1', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-finance-pop', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-gov-1', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-nu16-b01', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-chengdu', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-edge-1', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-fujian', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-haidian-cm12-c01', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-bj-b01', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-finance', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-prod-1', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-1', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-2', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-3', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-test-306', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong-finance-pop', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-huhehaote', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-north-2-gov-1', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-qingdao', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-qingdao-nebula', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-et15-b01', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-et2-b01', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-finance-1', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-inner', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-internal-test-1', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-finance-1', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-inner', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-st4-d01', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-su18-b01', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wuhan', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-yushanfang', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangbei-na61-b01', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou-na62-a01', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhengzhou-nebula-1', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'eu-central-1', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1-oxs', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'me-east-1', - 'endpoint' => 'alimt.me-east-1.aliyuncs.com', - ], - [ - 'regionId' => 'rus-west-1-pop', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'us-east-1', - 'endpoint' => 'mt.aliyuncs.com', - ], - [ - 'regionId' => 'us-west-1', - 'endpoint' => 'mt.aliyuncs.com', - ], + ['regionId' => 'me-central-1', 'endpoint' => 'mt.me-central-1.aliyuncs.com'], + ['regionId' => 'ap-southeast-1', 'endpoint' => 'mt.ap-southeast-1.aliyuncs.com'], + ['regionId' => 'cn-hangzhou', 'endpoint' => 'mt.cn-hangzhou.aliyuncs.com'], + ['regionId' => 'ap-northeast-1', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'ap-northeast-2-pop', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'ap-south-1', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'ap-southeast-2', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'ap-southeast-3', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-beijing', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-beijing-finance-1', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-beijing-finance-pop', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-beijing-gov-1', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-beijing-nu16-b01', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-chengdu', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-edge-1', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-fujian', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-haidian-cm12-c01', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-bj-b01', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-finance', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-internal-prod-1', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-internal-test-1', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-internal-test-2', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-internal-test-3', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-test-306', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-hongkong', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-hongkong-finance-pop', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-huhehaote', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-north-2-gov-1', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-qingdao', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-qingdao-nebula', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-shanghai', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-shanghai-et15-b01', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-shanghai-et2-b01', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-shanghai-finance-1', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-shanghai-inner', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-shanghai-internal-test-1', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-shenzhen', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-finance-1', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-inner', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-st4-d01', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-su18-b01', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-wuhan', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-yushanfang', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-zhangbei-na61-b01', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-zhangjiakou', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-zhangjiakou-na62-a01', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'cn-zhengzhou-nebula-1', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'eu-central-1', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'eu-west-1', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'eu-west-1-oxs', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'me-east-1', 'endpoint' => 'alimt.me-east-1.aliyuncs.com'], + ['regionId' => 'rus-west-1-pop', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'us-east-1', 'endpoint' => 'mt.aliyuncs.com'], + ['regionId' => 'us-west-1', 'endpoint' => 'mt.aliyuncs.com'], ], ]; -- cgit v1.2.3