diff options
Diffstat (limited to 'data/en_us/workorder/2020-03-26')
| -rw-r--r-- | data/en_us/workorder/2020-03-26/api-docs.php | 1095 |
1 files changed, 198 insertions, 897 deletions
diff --git a/data/en_us/workorder/2020-03-26/api-docs.php b/data/en_us/workorder/2020-03-26/api-docs.php index 7a4c279..75e4b01 100644 --- a/data/en_us/workorder/2020-03-26/api-docs.php +++ b/data/en_us/workorder/2020-03-26/api-docs.php @@ -1,30 +1,18 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'Workorder', - 'version' => '2020-03-26', - ], + 'info' => ['style' => 'RPC', 'product' => 'Workorder', 'version' => '2020-03-26'], 'directories' => [ [ 'id' => 69792, 'title' => null, 'type' => 'directory', - 'children' => [ - 'CreateTicket', - 'ListTicketNotes', - 'ListTickets', - 'CloseTicket', - ], + 'children' => ['CreateTicket', 'ListTicketNotes', 'ListTickets', 'CloseTicket'], ], [ 'id' => 69798, 'title' => null, 'type' => 'directory', - 'children' => [ - 'ListCategories', - 'ListProducts', - ], + 'children' => ['ListCategories', 'ListProducts'], ], ], 'components' => [ @@ -32,14 +20,8 @@ ], 'apis' => [ 'CreateTicket' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -47,102 +29,52 @@ ], 'operationType' => 'write', 'deprecated' => true, - 'systemTags' => [ - 'operationType' => 'create', - 'tenantRelevance' => 'publicInformation', - ], + 'systemTags' => ['operationType' => 'create', 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'Language', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'zh', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'zh'], ], [ 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => ''], ], [ 'name' => 'Content', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => '', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => ''], ], [ 'name' => 'SecretContent', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => ''], ], [ 'name' => 'ProductCode', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'ecs', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ecs'], ], [ 'name' => 'Category', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Phone', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '13288888888', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '13288888888'], ], [ 'name' => 'Email', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'support@aliyun.com', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'support@aliyun.com'], ], [ 'name' => 'NotifyTimeRange', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'all', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'all'], ], ], 'responses' => [ @@ -150,72 +82,35 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'Data' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'AccessDeniedDetail' => [ - 'type' => 'string', - ], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'Data' => ['type' => 'string'], + 'RequestId' => ['description' => '', 'type' => 'string', 'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC'], + 'Success' => ['type' => 'boolean'], + 'AccessDeniedDetail' => ['type' => 'string'], ], ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'param.illegal', - 'errorMessage' => 'The specified parameter is invalid. Please check the parameter.', - ], - [ - 'errorCode' => 'illegalParam.emailOrPhone', - 'errorMessage' => 'The specified contact email or mobile phone number must be the data received by the account messenger.', - ], - [ - 'errorCode' => 'Illegal.NeedAccessChinaSite', - 'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.', - ], - [ - 'errorCode' => 'Illegal.NeedAccessInternationalSite', - 'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.', - ], + ['errorCode' => 'param.illegal', 'errorMessage' => 'The specified parameter is invalid. Please check the parameter.'], + ['errorCode' => 'illegalParam.emailOrPhone', 'errorMessage' => 'The specified contact email or mobile phone number must be the data received by the account messenger.'], + ['errorCode' => 'Illegal.NeedAccessChinaSite', 'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.'], + ['errorCode' => 'Illegal.NeedAccessInternationalSite', 'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.'], ], [ - [ - 'errorCode' => 'illegal.auth', - 'errorMessage' => 'illegal auth', - ], + ['errorCode' => 'illegal.auth', 'errorMessage' => 'illegal auth'], ], 403 => [ - [ - 'errorCode' => 'No permissions', - 'errorMessage' => 'No permissions to access.', - ], + ['errorCode' => 'No permissions', 'errorMessage' => 'No permissions to access.'], ], 500 => [ - [ - 'errorCode' => 'System.error', - 'errorMessage' => 'An error occurred while processing your request.', - ], + ['errorCode' => 'System.error', 'errorMessage' => 'An error occurred while processing your request.'], ], ], 'staticInfo' => [ - 'substitutions' => [ - 'Workorder::2021-06-10::CreateTicket', - ], + 'substitutions' => ['Workorder::2021-06-10::CreateTicket'], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"TicketId\\": \\"ETARNPP\\",\\n \\"RequestId\\": \\"CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC\\"\\n}","errorExample":""},{"type":"xml","example":"<TicketId>ETARNPP</TicketId>\\n<RequestId>CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC</RequestId>","errorExample":""}]', 'requestParamsDescription' => ' ', @@ -223,14 +118,8 @@ 'extraInfo' => ' ', ], 'ListTicketNotes' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -238,31 +127,17 @@ ], 'operationType' => 'read', 'deprecated' => true, - 'systemTags' => [ - 'operationType' => 'get', - 'tenantRelevance' => 'publicInformation', - ], + 'systemTags' => ['operationType' => 'get', 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'Language', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'zh', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'zh'], ], [ 'name' => 'TicketId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'G2BKRWG', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'G2BKRWG'], ], ], 'responses' => [ @@ -270,27 +145,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Code' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '200', - ], - 'Message' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'success', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'true', - ], + 'Code' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], + 'Message' => ['description' => '', 'type' => 'string', 'example' => 'success'], + 'RequestId' => ['description' => '', 'type' => 'string', 'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC'], + 'Success' => ['description' => '', 'type' => 'boolean', 'example' => 'true'], 'Data' => [ 'description' => '', 'type' => 'object', @@ -301,77 +159,38 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'FromOfficial' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'false', - ], - 'GmtCreated' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1586920240', - ], - 'NoteId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'CT24GHXT', - ], - 'Content' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], + 'FromOfficial' => ['description' => '', 'type' => 'boolean', 'example' => 'false'], + 'GmtCreated' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '1586920240'], + 'NoteId' => ['description' => '', 'type' => 'string', 'example' => 'CT24GHXT'], + 'Content' => ['description' => '', 'type' => 'string', 'example' => ''], ], ], ], ], ], - 'AccessDeniedDetail' => [ - 'type' => 'string', - ], + 'AccessDeniedDetail' => ['type' => 'string'], ], ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'param.illegal', - 'errorMessage' => 'The specified parameter is invalid. Please check the parameter.', - ], - [ - 'errorCode' => 'Illegal.NeedAccessChinaSite', - 'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.', - ], - [ - 'errorCode' => 'Illegal.NeedAccessInternationalSite', - 'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.', - ], + ['errorCode' => 'param.illegal', 'errorMessage' => 'The specified parameter is invalid. Please check the parameter.'], + ['errorCode' => 'Illegal.NeedAccessChinaSite', 'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.'], + ['errorCode' => 'Illegal.NeedAccessInternationalSite', 'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.'], ], [ - [ - 'errorCode' => 'illegal.auth', - 'errorMessage' => 'illegal auth', - ], + ['errorCode' => 'illegal.auth', 'errorMessage' => 'illegal auth'], ], 403 => [ - [ - 'errorCode' => 'No permissions', - 'errorMessage' => 'No permissions to access.', - ], + ['errorCode' => 'No permissions', 'errorMessage' => 'No permissions to access.'], ], 500 => [ - [ - 'errorCode' => 'System.error', - 'errorMessage' => 'An error occurred while processing your request.', - ], + ['errorCode' => 'System.error', 'errorMessage' => 'An error occurred while processing your request.'], ], ], 'staticInfo' => [ - 'substitutions' => [ - 'Workorder::2021-06-10::ListTicketNotes', - ], + 'substitutions' => ['Workorder::2021-06-10::ListTicketNotes'], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 200,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC\\",\\n \\"Success\\": true,\\n \\"Data\\": {\\n \\"List\\": [\\n {\\n \\"FromOfficial\\": false,\\n \\"GmtCreated\\": 1586920240,\\n \\"NoteId\\": \\"CT24GHXT\\",\\n \\"Content\\": \\"您好我有个问题需要请教下\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<Message>successful</Message>\\n<Data>\\n <List>\\n <NoteId>CT24GHXT</NoteId>\\n <FromOfficial>false</FromOfficial>\\n <Content>有个问题请教下</Content>\\n <GmtCreated>1586920240</GmtCreated>\\n </List>\\n</Data>\\n<Code>200</Code>\\n<Success>true</Success>","errorExample":""}]', 'requestParamsDescription' => ' ', @@ -379,14 +198,8 @@ 'extraInfo' => ' ', ], 'ListTickets' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -394,104 +207,52 @@ ], 'operationType' => 'read', 'deprecated' => true, - 'systemTags' => [ - 'operationType' => 'get', - 'tenantRelevance' => 'publicInformation', - ], + 'systemTags' => ['operationType' => 'get', 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'Ids', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'ETARNPP,RTARNP', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'ETARNPP,RTARNP'], ], [ 'name' => 'CreatedAfterTime', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '1585790280', - ], + 'schema' => ['description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1585790280'], ], [ 'name' => 'CreatedBeforeTime', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'example' => '1586049480', - ], + 'schema' => ['description' => '', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1586049480'], ], [ 'name' => 'ProductCode', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'ecs', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'ecs'], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '20', - ], + 'schema' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20'], ], [ 'name' => 'TicketStatus', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'wait_confirm,dealing', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'wait_confirm,dealing'], ], [ 'name' => 'PageStart', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '1', - ], + 'schema' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'SubUserId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '252448085032933023', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '252448085032933023'], ], [ 'name' => 'Language', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'zh', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'zh'], ], ], 'responses' => [ @@ -499,131 +260,56 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Code' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '200', - ], - 'Message' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'success', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'true', - ], + 'Code' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], + 'Message' => ['description' => '', 'type' => 'string', 'example' => 'success'], + 'RequestId' => ['description' => '', 'type' => 'string', 'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC'], + 'Success' => ['description' => '', 'type' => 'boolean', 'example' => 'true'], 'Data' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'CurrentPage' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1', - ], - 'PageSize' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '15', - ], - 'Total' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '99', - ], + 'CurrentPage' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], + 'PageSize' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '15'], + 'Total' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '99'], 'List' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'Title' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'CreatorId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '252448085032933023', - ], - 'AddTime' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '1585818240', - ], - 'Id' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'CAB327A', - ], - 'TicketStatus' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'assigned', - ], + 'Title' => ['description' => '', 'type' => 'string', 'example' => ''], + 'CreatorId' => ['description' => '', 'type' => 'string', 'example' => '252448085032933023'], + 'AddTime' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '1585818240'], + 'Id' => ['description' => '', 'type' => 'string', 'example' => 'CAB327A'], + 'TicketStatus' => ['description' => '', 'type' => 'string', 'example' => 'assigned'], ], ], ], ], ], - 'AccessDeniedDetail' => [ - 'type' => 'string', - ], + 'AccessDeniedDetail' => ['type' => 'string'], ], ], ], ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'param.illegal', - 'errorMessage' => 'The specified parameter is invalid. Please check the parameter.', - ], - [ - 'errorCode' => 'Illegal.NeedAccessChinaSite', - 'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.', - ], - [ - 'errorCode' => 'Illegal.NeedAccessInternationalSite', - 'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.', - ], + ['errorCode' => 'param.illegal', 'errorMessage' => 'The specified parameter is invalid. Please check the parameter.'], + ['errorCode' => 'Illegal.NeedAccessChinaSite', 'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.'], + ['errorCode' => 'Illegal.NeedAccessInternationalSite', 'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.'], ], [ - [ - 'errorCode' => 'illegal.auth', - 'errorMessage' => 'illegal auth', - ], + ['errorCode' => 'illegal.auth', 'errorMessage' => 'illegal auth'], ], 403 => [ - [ - 'errorCode' => 'No permissions', - 'errorMessage' => 'No permissions to access.', - ], + ['errorCode' => 'No permissions', 'errorMessage' => 'No permissions to access.'], ], 500 => [ - [ - 'errorCode' => 'System.error', - 'errorMessage' => 'An error occurred while processing your request.', - ], + ['errorCode' => 'System.error', 'errorMessage' => 'An error occurred while processing your request.'], ], ], 'staticInfo' => [ - 'substitutions' => [ - 'Workorder::2021-06-10::ListTickets', - ], + 'substitutions' => ['Workorder::2021-06-10::ListTickets'], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 200,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC\\",\\n \\"Success\\": true,\\n \\"Data\\": {\\n \\"CurrentPage\\": 1,\\n \\"PageSize\\": 15,\\n \\"Total\\": 99,\\n \\"List\\": [\\n {\\n \\"Title\\": \\"这是一个测试工单\\",\\n \\"CreatorId\\": \\"252448085032933023\\",\\n \\"AddTime\\": 1585818240,\\n \\"Id\\": \\"CAB327A\\",\\n \\"TicketStatus\\": \\"assigned\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<Message>success</Message>\\n<Data>\\n <PageSize>20</PageSize>\\n <CurrentPage>1</CurrentPage>\\n <Total>9</Total>\\n <List>\\n <Title>pop测试</Title>\\n <TicketStatus>assigned</TicketStatus>\\n <Id>CAB327A</Id>\\n <AddTime>1585818240</AddTime>\\n </List>\\n <List>\\n <Title>pop测试</Title>\\n <TicketStatus>assigned</TicketStatus>\\n <Id>2HB89DX</Id>\\n <AddTime>1585818240</AddTime>\\n </List>\\n</Data>\\n<Code>200</Code>\\n<Success>true</Success>","errorExample":""}]', 'requestParamsDescription' => ' ', @@ -631,14 +317,8 @@ 'extraInfo' => ' ', ], 'CloseTicket' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -646,31 +326,17 @@ ], 'operationType' => 'write', 'deprecated' => true, - 'systemTags' => [ - 'operationType' => 'none', - 'tenantRelevance' => 'publicInformation', - ], + 'systemTags' => ['operationType' => 'none', 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'Language', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'zh', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'zh'], ], [ 'name' => 'TicketId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => '3EBYRY7', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '3EBYRY7'], ], ], 'responses' => [ @@ -678,78 +344,36 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Code' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '200', - ], - 'Message' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'success', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'true', - ], - 'AccessDeniedDetail' => [ - 'type' => 'string', - ], + 'Code' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], + 'Message' => ['description' => '', 'type' => 'string', 'example' => 'success'], + 'RequestId' => ['description' => '', 'type' => 'string', 'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC'], + 'Success' => ['description' => '', 'type' => 'boolean', 'example' => 'true'], + 'AccessDeniedDetail' => ['type' => 'string'], ], ], ], ], 'errorCodes' => [ 200 => [ - [ - 'errorCode' => 'business.error', - 'errorMessage' => 'The business does not allow the current operation', - ], + ['errorCode' => 'business.error', 'errorMessage' => 'The business does not allow the current operation'], ], 400 => [ - [ - 'errorCode' => 'param.illegal', - 'errorMessage' => 'The specified parameter is invalid. Please check the parameter.', - ], - [ - 'errorCode' => 'Illegal.NeedAccessChinaSite', - 'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.', - ], - [ - 'errorCode' => 'Illegal.NeedAccessInternationalSite', - 'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.', - ], + ['errorCode' => 'param.illegal', 'errorMessage' => 'The specified parameter is invalid. Please check the parameter.'], + ['errorCode' => 'Illegal.NeedAccessChinaSite', 'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.'], + ['errorCode' => 'Illegal.NeedAccessInternationalSite', 'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.'], ], [ - [ - 'errorCode' => 'illegal.auth', - 'errorMessage' => 'illegal auth', - ], + ['errorCode' => 'illegal.auth', 'errorMessage' => 'illegal auth'], ], 403 => [ - [ - 'errorCode' => 'No permissions', - 'errorMessage' => 'No permissions to access.', - ], + ['errorCode' => 'No permissions', 'errorMessage' => 'No permissions to access.'], ], 500 => [ - [ - 'errorCode' => 'System.error', - 'errorMessage' => 'An error occurred while processing your request.', - ], + ['errorCode' => 'System.error', 'errorMessage' => 'An error occurred while processing your request.'], ], ], 'staticInfo' => [ - 'substitutions' => [ - 'Workorder::2021-06-10::CloseTicket', - ], + 'substitutions' => ['Workorder::2021-06-10::CloseTicket'], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 200,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC\\",\\n \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"<Message>success</Message>\\n<Code>200</Code>\\n<Success>true</Success>\\n<RequestId>CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC</RequestId>","errorExample":""}]', 'requestParamsDescription' => ' ', @@ -757,14 +381,8 @@ 'extraInfo' => ' ', ], 'ListCategories' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -772,31 +390,17 @@ ], 'operationType' => 'read', 'deprecated' => true, - 'systemTags' => [ - 'operationType' => 'get', - 'tenantRelevance' => 'publicInformation', - ], + 'systemTags' => ['operationType' => 'get', 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'Language', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'zh', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'zh'], ], [ 'name' => 'ProductCode', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'ecs', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ecs'], ], ], 'responses' => [ @@ -804,27 +408,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Code' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '200', - ], - 'Message' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'success', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'true', - ], + 'Code' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], + 'Message' => ['description' => '', 'type' => 'string', 'example' => 'success'], + 'RequestId' => ['description' => '', 'type' => 'string', 'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC'], + 'Success' => ['description' => '', 'type' => 'boolean', 'example' => 'true'], 'Data' => [ 'description' => '', 'type' => 'object', @@ -835,17 +422,8 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Name' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'Id' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '793', - ], + 'Name' => ['description' => '', 'type' => 'string', 'example' => ''], + 'Id' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '793'], ], ], ], @@ -857,36 +435,19 @@ ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'param.illegal', - 'errorMessage' => 'The specified parameter is invalid. Please check the parameter.', - ], - [ - 'errorCode' => 'Illegal.NeedAccessChinaSite', - 'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.', - ], - [ - 'errorCode' => 'Illegal.NeedAccessInternationalSite', - 'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.', - ], + ['errorCode' => 'param.illegal', 'errorMessage' => 'The specified parameter is invalid. Please check the parameter.'], + ['errorCode' => 'Illegal.NeedAccessChinaSite', 'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.'], + ['errorCode' => 'Illegal.NeedAccessInternationalSite', 'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.'], ], [ - [ - 'errorCode' => 'illegal.auth', - 'errorMessage' => 'illegal auth', - ], + ['errorCode' => 'illegal.auth', 'errorMessage' => 'illegal auth'], ], 500 => [ - [ - 'errorCode' => 'System.error', - 'errorMessage' => 'An error occurred while processing your request.', - ], + ['errorCode' => 'System.error', 'errorMessage' => 'An error occurred while processing your request.'], ], ], 'staticInfo' => [ - 'substitutions' => [ - 'Workorder::2021-06-10::ListCategories', - ], + 'substitutions' => ['Workorder::2021-06-10::ListCategories'], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 200,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC\\",\\n \\"Success\\": true,\\n \\"Data\\": {\\n \\"List\\": [\\n {\\n \\"Name\\": \\"ECS无法远程\\",\\n \\"Id\\": 793\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<Message>success</Message>\\n<Data>\\n <List>\\n <Id>793</Id>\\n <Name>ECS无法远程</Name>\\n </List>\\n <List>\\n <Id>794</Id>\\n <Name>服务器打不开</Name>\\n </List>\\n</Data>\\n<Code>200</Code>\\n<Success>true</Success>","errorExample":""}]', 'requestParamsDescription' => ' ', @@ -894,14 +455,8 @@ 'extraInfo' => ' ', ], 'ListProducts' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -909,18 +464,12 @@ ], 'operationType' => 'read', 'deprecated' => true, - 'systemTags' => [ - 'operationType' => 'get', - 'tenantRelevance' => 'publicInformation', - ], + 'systemTags' => ['operationType' => 'get', 'tenantRelevance' => 'publicInformation'], 'parameters' => [ [ 'name' => 'Language', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -928,27 +477,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Code' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '200', - ], - 'Message' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'success', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'true', - ], + 'Code' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'example' => '200'], + 'Message' => ['description' => '', 'type' => 'string', 'example' => 'success'], + 'RequestId' => ['description' => '', 'type' => 'string', 'example' => 'CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC'], + 'Success' => ['description' => '', 'type' => 'boolean', 'example' => 'true'], 'Data' => [ 'description' => '', 'type' => 'object', @@ -959,32 +491,16 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'GroupName' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], + 'GroupName' => ['description' => '', 'type' => 'string', 'example' => ''], 'ProductList' => [ 'description' => '', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'Name' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'Description' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'ProductCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'oss', - ], + 'Name' => ['description' => '', 'type' => 'string', 'example' => ''], + 'Description' => ['description' => '', 'type' => 'string', 'example' => ''], + 'ProductCode' => ['description' => '', 'type' => 'string', 'example' => 'oss'], ], ], ], @@ -997,21 +513,9 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Name' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'Description' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'ProductCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'agent', - ], + 'Name' => ['description' => '', 'type' => 'string', 'example' => ''], + 'Description' => ['description' => '', 'type' => 'string', 'example' => ''], + 'ProductCode' => ['description' => '', 'type' => 'string', 'example' => 'agent'], ], ], ], @@ -1021,21 +525,9 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Name' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'Description' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'ProductCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'account', - ], + 'Name' => ['description' => '', 'type' => 'string', 'example' => ''], + 'Description' => ['description' => '', 'type' => 'string', 'example' => ''], + 'ProductCode' => ['description' => '', 'type' => 'string', 'example' => 'account'], ], ], ], @@ -1045,21 +537,9 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Name' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'Description' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'ProductCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'ecs', - ], + 'Name' => ['description' => '', 'type' => 'string', 'example' => ''], + 'Description' => ['description' => '', 'type' => 'string', 'example' => ''], + 'ProductCode' => ['description' => '', 'type' => 'string', 'example' => 'ecs'], ], ], ], @@ -1071,36 +551,19 @@ ], 'errorCodes' => [ 400 => [ - [ - 'errorCode' => 'param.illegal', - 'errorMessage' => 'The specified parameter is invalid. Please check the parameter.', - ], - [ - 'errorCode' => 'Illegal.NeedAccessChinaSite', - 'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.', - ], - [ - 'errorCode' => 'Illegal.NeedAccessInternationalSite', - 'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.', - ], + ['errorCode' => 'param.illegal', 'errorMessage' => 'The specified parameter is invalid. Please check the parameter.'], + ['errorCode' => 'Illegal.NeedAccessChinaSite', 'errorMessage' => 'Please visit the China site. The endpoint is workorder.aliyuncs.com.'], + ['errorCode' => 'Illegal.NeedAccessInternationalSite', 'errorMessage' => 'Please visit the international site. The endpoint is workorder.ap-southeast-1.aliyuncs.com.'], ], [ - [ - 'errorCode' => 'illegal.auth', - 'errorMessage' => 'illegal auth', - ], + ['errorCode' => 'illegal.auth', 'errorMessage' => 'illegal auth'], ], 500 => [ - [ - 'errorCode' => 'System.error', - 'errorMessage' => 'An error occurred while processing your request.', - ], + ['errorCode' => 'System.error', 'errorMessage' => 'An error occurred while processing your request.'], ], ], 'staticInfo' => [ - 'substitutions' => [ - 'Workorder::2021-06-10::ListProducts', - ], + 'substitutions' => ['Workorder::2021-06-10::ListProducts'], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": 200,\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"CA6204AC-6AA9-4CFA-9310-7DFD20C19EBC\\",\\n \\"Success\\": true,\\n \\"Data\\": {\\n \\"TechMore\\": [\\n {\\n \\"GroupName\\": \\"存储与CDN\\",\\n \\"ProductList\\": [\\n {\\n \\"Name\\": \\"对象存储 OSS\\",\\n \\"Description\\": \\"对象存储 OSS\\",\\n \\"ProductCode\\": \\"oss\\"\\n }\\n ]\\n }\\n ],\\n \\"HotConsultation\\": [\\n {\\n \\"Name\\": \\"代理商类\\",\\n \\"Description\\": \\"代理商类相关问题\\",\\n \\"ProductCode\\": \\"agent\\"\\n }\\n ],\\n \\"ConsultationMore\\": [\\n {\\n \\"Name\\": \\"会员帐号\\",\\n \\"Description\\": \\"换绑手机/邮箱、实名认证、找回用户名/密码等相关问题\\",\\n \\"ProductCode\\": \\"account\\"\\n }\\n ],\\n \\"HotTech\\": [\\n {\\n \\"Name\\": \\"云服务器 ECS\\",\\n \\"Description\\": \\"服务器无法远程、网站无法访问、安全等服务器咨询或技术问题\\",\\n \\"ProductCode\\": \\"ecs\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<Message>success</Message>\\n<Data>\\n <ConsultationMore>\\n <Description>备案咨询、补偿、退款、等相关问题</Description>\\n <Id>76</Id>\\n <Name>备案</Name>\\n </ConsultationMore>\\n <HotConsultation>\\n <Description>订单,提现,发票,汇款,代金券等相关问题</Description>\\n <Id>1193</Id>\\n <Name>财务类</Name>\\n </HotConsultation>\\n <HotConsultation>\\n <Description>换绑手机/邮箱、实名认证、找回用户名/密码等相关问题</Description>\\n <Id>1194</Id>\\n <Name>会员帐号</Name>\\n </HotConsultation>\\n <HotConsultation>\\n <Description>客户端配置/使用、收发信件异常及退信、postmaster管理员、垃圾邮件等相关问题</Description>\\n <Id>88</Id>\\n <Name>企业邮箱</Name>\\n </HotConsultation>\\n <TechMore>\\n <GroupName>弹性计算</GroupName>\\n <ProductList>\\n <Description>无法配置SLB、负载不均衡、健康检查异常等问题</Description>\\n <Id>86</Id>\\n <Name>负载均衡</Name>\\n </ProductList>\\n <ProductList>\\n <Description>bucket创建/使用、API密钥等OSS咨询或技术问题--</Description>\\n <Id>22</Id>\\n <Name>对象存储 OSS</Name>\\n </ProductList>\\n <ProductList>\\n <Description>独享主机重启、远程无法连接、密码初始化、系统初始化等相关问题</Description>\\n <Id>101</Id>\\n <Name>独享主机</Name>\\n </ProductList>\\n <ProductList>\\n <Description>控制面板、FTP使用、数据库、网站访问等轻云服务器问题</Description>\\n <Id>1205</Id>\\n <Name>轻云服务器</Name>\\n </ProductList>\\n <ProductList>\\n <Description>(原万网)虚拟主机、独享主机、轻云服务器、云享服务器相关问题</Description>\\n <Id>1215</Id>\\n <Name>(原万网)主机</Name>\\n </ProductList>\\n </TechMore>\\n <TechMore>\\n <GroupName>更多</GroupName>\\n <ProductList>\\n <Description>竞赛规则、技术咨询等相关问题</Description>\\n <Id>1209</Id>\\n <Name>天池</Name>\\n </ProductList>\\n </TechMore>\\n</Data>\\n<Code>200</Code>\\n<Success>true</Success>","errorExample":""}]', 'requestParamsDescription' => ' ', @@ -1109,221 +572,59 @@ ], ], 'endpoints' => [ - [ - 'regionId' => 'ap-northeast-1', - 'endpoint' => 'workorder.ap-northeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'workorder.ap-southeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-2-pop', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'ap-south-1', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-2', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-3', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-5', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-finance-1', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-finance-pop', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-gov-1', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-nu16-b01', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-chengdu', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-edge-1', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-fujian', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-haidian-cm12-c01', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-bj-b01', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-finance', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-prod-1', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-1', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-2', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-3', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-test-306', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong-finance-pop', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-huhehaote', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-north-2-gov-1', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-qingdao', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-qingdao-nebula', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-et15-b01', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-et2-b01', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-finance-1', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-inner', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-internal-test-1', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-finance-1', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-inner', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-st4-d01', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-su18-b01', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wuhan', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-yushanfang', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangbei-na61-b01', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou-na62-a01', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhengzhou-nebula-1', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'eu-central-1', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1-oxs', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'me-east-1', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'rus-west-1-pop', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'us-east-1', - 'endpoint' => 'workorder.aliyuncs.com', - ], - [ - 'regionId' => 'us-west-1', - 'endpoint' => 'workorder.aliyuncs.com', - ], + ['regionId' => 'ap-northeast-1', 'endpoint' => 'workorder.ap-northeast-1.aliyuncs.com'], + ['regionId' => 'ap-southeast-1', 'endpoint' => 'workorder.ap-southeast-1.aliyuncs.com'], + ['regionId' => 'ap-northeast-2-pop', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'ap-south-1', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'ap-southeast-2', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'ap-southeast-3', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'ap-southeast-5', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-beijing', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-beijing-finance-1', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-beijing-finance-pop', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-beijing-gov-1', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-beijing-nu16-b01', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-chengdu', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-edge-1', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-fujian', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-haidian-cm12-c01', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-hangzhou', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-bj-b01', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-finance', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-internal-prod-1', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-internal-test-1', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-internal-test-2', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-internal-test-3', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-test-306', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-hongkong', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-hongkong-finance-pop', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-huhehaote', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-north-2-gov-1', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-qingdao', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-qingdao-nebula', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-shanghai', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-shanghai-et15-b01', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-shanghai-et2-b01', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-shanghai-finance-1', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-shanghai-inner', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-shanghai-internal-test-1', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-shenzhen', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-finance-1', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-inner', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-st4-d01', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-su18-b01', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-wuhan', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-yushanfang', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-zhangbei-na61-b01', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-zhangjiakou', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-zhangjiakou-na62-a01', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'cn-zhengzhou-nebula-1', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'eu-central-1', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'eu-west-1', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'eu-west-1-oxs', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'me-east-1', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'rus-west-1-pop', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'us-east-1', 'endpoint' => 'workorder.aliyuncs.com'], + ['regionId' => 'us-west-1', 'endpoint' => 'workorder.aliyuncs.com'], ], ]; |
