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/cloudesl/2018-08-01/api-docs.php | 2252 ++++++--------------------- 1 file changed, 479 insertions(+), 1773 deletions(-) (limited to 'data/en_us/cloudesl/2018-08-01/api-docs.php') diff --git a/data/en_us/cloudesl/2018-08-01/api-docs.php b/data/en_us/cloudesl/2018-08-01/api-docs.php index 5fe334d..d4e550a 100644 --- a/data/en_us/cloudesl/2018-08-01/api-docs.php +++ b/data/en_us/cloudesl/2018-08-01/api-docs.php @@ -1,38 +1,14 @@ '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'cloudesl', - 'version' => '2018-08-01', - ], + 'info' => ['style' => 'RPC', 'product' => 'cloudesl', 'version' => '2018-08-01'], 'directories' => [ [ 'id' => 0, 'title' => '其它', 'type' => 'directory', 'children' => [ - 'ActivateApService', - 'BindApStoreService', - 'BindEslDevice', - 'BatchInsertItems', - 'BindEslDeviceShelf', - 'CreateStore', - 'DeleteApService', - 'DeleteEslDevice', - 'DeleteItem', - 'DeleteItemBySkuId', - 'DeleteStore', - 'DescribeAlarms', - 'DescribeCompany', - 'DescribeEslDevices', - 'DescribeItems', - 'DescribeStores', - 'DescribeUserOperationLog', - 'DescribeUserRamPolicy', - 'SearchApService', - 'UnbindEslDevice', - 'UnbindEslDeviceShelf', - 'UpdateStore', + 'ActivateApService', 'BindApStoreService', 'BindEslDevice', 'BatchInsertItems', 'BindEslDeviceShelf', 'CreateStore', 'DeleteApService', 'DeleteEslDevice', 'DeleteItem', 'DeleteItemBySkuId', 'DeleteStore', 'DescribeAlarms', 'DescribeCompany', 'DescribeEslDevices', 'DescribeItems', 'DescribeStores', 'DescribeUserOperationLog', 'DescribeUserRamPolicy', 'SearchApService', 'UnbindEslDevice', + 'UnbindEslDeviceShelf', 'UpdateStore', ], ], ], @@ -41,14 +17,8 @@ ], 'apis' => [ 'ActivateApService' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -57,29 +27,17 @@ 'BearerToken' => [], ], ], - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => 's-sds1233****', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'example' => 's-sds1233****'], ], [ 'name' => 'ApMac', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => '23sdsf343****', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'example' => '23sdsf343****'], ], ], 'responses' => [ @@ -87,26 +45,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'success', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '123-1212-sdfsf2', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'ERROR', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'true', - ], + 'Message' => ['description' => '', 'type' => 'string', 'example' => 'success'], + 'RequestId' => ['description' => '', 'type' => 'string', 'example' => '123-1212-sdfsf2'], + 'ErrorCode' => ['description' => '', 'type' => 'string', 'example' => 'ERROR'], + 'Success' => ['description' => '', 'type' => 'boolean', 'example' => 'true'], ], ], ], @@ -118,14 +60,8 @@ 'extraInfo' => ' ', ], 'BindApStoreService' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -134,25 +70,17 @@ 'BearerToken' => [], ], ], - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApMac', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -160,18 +88,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -179,14 +99,8 @@ 'responseDemo' => null, ], 'BindEslDevice' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -196,39 +110,22 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => 's-eakv0a21k6', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'example' => 's-eakv0a21k6'], ], [ 'name' => 'EslBarCode', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => '1234567', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'example' => '1234567'], ], [ 'name' => 'ItemBarCode', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => '755439', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'example' => '755439'], ], ], 'responses' => [ @@ -236,26 +133,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'dFDAA-FB4A-46C5-8C04-89ACCDC62514', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'No.Find.Item', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'false', - ], + 'Message' => ['description' => '', 'type' => 'string', 'example' => ''], + 'RequestId' => ['description' => '', 'type' => 'string', 'example' => 'dFDAA-FB4A-46C5-8C04-89ACCDC62514'], + 'ErrorCode' => ['description' => '', 'type' => 'string', 'example' => 'No.Find.Item'], + 'Success' => ['description' => '', 'type' => 'boolean', 'example' => 'false'], ], ], ], @@ -263,14 +144,8 @@ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"未找到对应商品\\",\\n \\"RequestId\\": \\"dFDAA-FB4A-46C5-8C04-89ACCDC62514\\",\\n \\"ErrorCode\\": \\"No.Find.Item\\",\\n \\"Success\\": false\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'BatchInsertItems' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -280,18 +155,12 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'ItemInfo', @@ -302,134 +171,47 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'ActionPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ItemTitle' => [ - 'type' => 'string', - ], - 'BrandName' => [ - 'type' => 'string', - ], - 'CustomizeFeatureH' => [ - 'type' => 'string', - ], - 'PriceUnit' => [ - 'type' => 'string', - ], - 'SourceCode' => [ - 'type' => 'string', - ], - 'OriginalPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ForestFirstId' => [ - 'type' => 'string', - ], - 'CustomizeFeatureI' => [ - 'type' => 'string', - ], - 'ProductionPlace' => [ - 'type' => 'string', - ], - 'ItemShortTitle' => [ - 'type' => 'string', - ], - 'CustomizeFeatureB' => [ - 'type' => 'string', - ], - 'CustomizeFeatureF' => [ - 'type' => 'string', - ], - 'CustomizeFeatureA' => [ - 'type' => 'string', - ], - 'EnergyEfficiency' => [ - 'type' => 'string', - ], - 'CustomizeFeatureD' => [ - 'type' => 'string', - ], - 'MemberPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PromotionStart' => [ - 'type' => 'string', - ], - 'ModelNumber' => [ - 'type' => 'string', - ], - 'CustomizeFeatureC' => [ - 'type' => 'string', - ], - 'ItemId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'CompanyId' => [ - 'type' => 'string', - ], - 'CategoryName' => [ - 'type' => 'string', - ], - 'CustomizeFeatureE' => [ - 'type' => 'string', - ], - 'SuggestPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'ExtraAttribute' => [ - 'type' => 'string', - ], - 'SaleSpec' => [ - 'type' => 'string', - ], - 'PromotionText' => [ - 'type' => 'string', - ], - 'CustomizeFeatureJ' => [ - 'type' => 'string', - ], - 'OptionGroups' => [ - 'type' => 'string', - ], - 'Rank' => [ - 'type' => 'string', - ], - 'SkuId' => [ - 'type' => 'string', - ], - 'PromotionReason' => [ - 'type' => 'string', - ], - 'BePromotion' => [ - 'type' => 'boolean', - ], - 'BeSourceCode' => [ - 'type' => 'boolean', - ], - 'ItemQrCode' => [ - 'type' => 'string', - ], - 'ForestSecondId' => [ - 'type' => 'string', - ], - 'ItemBarCode' => [ - 'type' => 'string', - ], - 'PromotionEnd' => [ - 'type' => 'string', - ], - 'CustomizeFeatureG' => [ - 'type' => 'string', - ], + 'ActionPrice' => ['type' => 'integer', 'format' => 'int32'], + 'ItemTitle' => ['type' => 'string'], + 'BrandName' => ['type' => 'string'], + 'CustomizeFeatureH' => ['type' => 'string'], + 'PriceUnit' => ['type' => 'string'], + 'SourceCode' => ['type' => 'string'], + 'OriginalPrice' => ['type' => 'integer', 'format' => 'int32'], + 'ForestFirstId' => ['type' => 'string'], + 'CustomizeFeatureI' => ['type' => 'string'], + 'ProductionPlace' => ['type' => 'string'], + 'ItemShortTitle' => ['type' => 'string'], + 'CustomizeFeatureB' => ['type' => 'string'], + 'CustomizeFeatureF' => ['type' => 'string'], + 'CustomizeFeatureA' => ['type' => 'string'], + 'EnergyEfficiency' => ['type' => 'string'], + 'CustomizeFeatureD' => ['type' => 'string'], + 'MemberPrice' => ['type' => 'integer', 'format' => 'int32'], + 'PromotionStart' => ['type' => 'string'], + 'ModelNumber' => ['type' => 'string'], + 'CustomizeFeatureC' => ['type' => 'string'], + 'ItemId' => ['type' => 'integer', 'format' => 'int64'], + 'CompanyId' => ['type' => 'string'], + 'CategoryName' => ['type' => 'string'], + 'CustomizeFeatureE' => ['type' => 'string'], + 'SuggestPrice' => ['type' => 'integer', 'format' => 'int32'], + 'StoreId' => ['type' => 'string'], + 'ExtraAttribute' => ['type' => 'string'], + 'SaleSpec' => ['type' => 'string'], + 'PromotionText' => ['type' => 'string'], + 'CustomizeFeatureJ' => ['type' => 'string'], + 'OptionGroups' => ['type' => 'string'], + 'Rank' => ['type' => 'string'], + 'SkuId' => ['type' => 'string'], + 'PromotionReason' => ['type' => 'string'], + 'BePromotion' => ['type' => 'boolean'], + 'BeSourceCode' => ['type' => 'boolean'], + 'ItemQrCode' => ['type' => 'string'], + 'ForestSecondId' => ['type' => 'string'], + 'ItemBarCode' => ['type' => 'string'], + 'PromotionEnd' => ['type' => 'string'], + 'CustomizeFeatureG' => ['type' => 'string'], ], ], 'required' => true, @@ -442,18 +224,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], 'BatchResults' => [ 'type' => 'object', 'itemNode' => true, @@ -463,19 +237,10 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Index' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Message' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Index' => ['type' => 'integer', 'format' => 'int32'], + 'Message' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -488,14 +253,8 @@ 'responseDemo' => null, ], 'BindEslDeviceShelf' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -505,39 +264,22 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => 's-eakv0a21k6', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'example' => 's-eakv0a21k6'], ], [ 'name' => 'EslBarCode', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => '1234567', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'example' => '1234567'], ], [ 'name' => 'ShelfCode', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'example' => '8765', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'example' => '8765'], ], ], 'responses' => [ @@ -545,26 +287,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'dFDAA-FB4A-46C5-8C04-89ACCDC62514', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'No.Find.Device', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'false', - ], + 'Message' => ['description' => '', 'type' => 'string', 'example' => ''], + 'RequestId' => ['description' => '', 'type' => 'string', 'example' => 'dFDAA-FB4A-46C5-8C04-89ACCDC62514'], + 'ErrorCode' => ['description' => '', 'type' => 'string', 'example' => 'No.Find.Device'], + 'Success' => ['description' => '', 'type' => 'boolean', 'example' => 'false'], ], ], ], @@ -572,14 +298,8 @@ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"找不到对应的价签设备\\",\\n \\"RequestId\\": \\"dFDAA-FB4A-46C5-8C04-89ACCDC62514\\",\\n \\"ErrorCode\\": \\"No.Find.Device\\",\\n \\"Success\\": false\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'CreateStore' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -589,73 +309,47 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'CompanyId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StoreName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Brand', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Groups', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Comments', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ParentId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Phone', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -663,21 +357,11 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'StoreId' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'StoreId' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -685,14 +369,8 @@ 'responseDemo' => null, ], 'DeleteApService' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -701,25 +379,17 @@ 'BearerToken' => [], ], ], - 'systemTags' => [ - 'operationType' => 'delete', - ], + 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApMac', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -727,18 +397,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -746,14 +408,8 @@ 'responseDemo' => null, ], 'DeleteEslDevice' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -763,25 +419,17 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'delete', - ], + 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EslBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -789,18 +437,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -808,14 +448,8 @@ 'responseDemo' => null, ], 'DeleteItem' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -825,25 +459,17 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'delete', - ], + 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ItemBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -851,18 +477,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -870,14 +488,8 @@ 'responseDemo' => null, ], 'DeleteItemBySkuId' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -887,27 +499,17 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'delete', - ], + 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'SkuId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -915,18 +517,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -934,14 +528,8 @@ 'responseDemo' => null, ], 'DeleteStore' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -951,17 +539,12 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'delete', - ], + 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -969,18 +552,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -988,14 +563,8 @@ 'responseDemo' => null, ], 'DescribeAlarms' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1005,87 +574,52 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AlarmId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AlarmType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ErrorType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AlarmStatus', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FromAlarmTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ToAlarmTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', '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, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], ], 'responses' => [ @@ -1093,30 +627,13 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'RequestId' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], 'Alarms' => [ 'type' => 'object', 'itemNode' => true, @@ -1126,55 +643,22 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'AlarmStatus' => [ - 'type' => 'string', - ], - 'ItemTitle' => [ - 'type' => 'string', - ], - 'DeviceType' => [ - 'type' => 'string', - ], - 'DeviceBarCode' => [ - 'type' => 'string', - ], - 'AlarmType' => [ - 'type' => 'string', - ], - 'CompanyId' => [ - 'type' => 'string', - ], - 'Vendor' => [ - 'type' => 'string', - ], - 'DealTime' => [ - 'type' => 'string', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'Model' => [ - 'type' => 'string', - ], - 'DeviceMac' => [ - 'type' => 'string', - ], - 'AlarmTime' => [ - 'type' => 'string', - ], - 'DealUserId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'AlarmId' => [ - 'type' => 'string', - ], - 'ErrorType' => [ - 'type' => 'string', - ], - 'ItemBarCode' => [ - 'type' => 'string', - ], + 'AlarmStatus' => ['type' => 'string'], + 'ItemTitle' => ['type' => 'string'], + 'DeviceType' => ['type' => 'string'], + 'DeviceBarCode' => ['type' => 'string'], + 'AlarmType' => ['type' => 'string'], + 'CompanyId' => ['type' => 'string'], + 'Vendor' => ['type' => 'string'], + 'DealTime' => ['type' => 'string'], + 'StoreId' => ['type' => 'string'], + 'Model' => ['type' => 'string'], + 'DeviceMac' => ['type' => 'string'], + 'AlarmTime' => ['type' => 'string'], + 'DealUserId' => ['type' => 'integer', 'format' => 'int64'], + 'AlarmId' => ['type' => 'string'], + 'ErrorType' => ['type' => 'string'], + 'ItemBarCode' => ['type' => 'string'], ], ], ], @@ -1187,14 +671,8 @@ 'responseDemo' => null, ], 'DescribeCompany' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1204,36 +682,20 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Status' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Platform' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'CompanyId' => [ - 'type' => 'string', - ], + 'Status' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Platform' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'CompanyId' => ['type' => 'string'], ], ], ], @@ -1241,14 +703,8 @@ 'responseDemo' => null, ], 'DescribeEslDevices' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1258,117 +714,67 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'list', - ], + 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EslBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Mac', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Vendor', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ShelfCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', '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, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], [ 'name' => 'FromBatteryLevel', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '1'], ], [ 'name' => 'ToBatteryLevel', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '1'], ], [ 'name' => 'BeBind', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'ItemBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -1376,30 +782,13 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'RequestId' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], 'EslDevices' => [ 'type' => 'object', 'itemNode' => true, @@ -1409,63 +798,24 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'ShelfCode' => [ - 'type' => 'string', - ], - 'Type' => [ - 'type' => 'string', - ], - 'EslBarCode' => [ - 'type' => 'string', - ], - 'LastCommunicateTime' => [ - 'type' => 'string', - ], - 'ItemTitle' => [ - 'type' => 'string', - ], - 'ScreenHeight' => [ - 'type' => 'string', - ], - 'ItemId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'CompanyId' => [ - 'type' => 'string', - ], - 'BatteryLevel' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Vendor' => [ - 'type' => 'string', - ], - 'Mac' => [ - 'type' => 'string', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'Model' => [ - 'type' => 'string', - ], - 'ItemActionPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ScreenWidth' => [ - 'type' => 'string', - ], - 'BeBind' => [ - 'type' => 'string', - ], - 'ItemBarCode' => [ - 'type' => 'string', - ], - 'ItemPriceUnit' => [ - 'type' => 'string', - ], + 'ShelfCode' => ['type' => 'string'], + 'Type' => ['type' => 'string'], + 'EslBarCode' => ['type' => 'string'], + 'LastCommunicateTime' => ['type' => 'string'], + 'ItemTitle' => ['type' => 'string'], + 'ScreenHeight' => ['type' => 'string'], + 'ItemId' => ['type' => 'integer', 'format' => 'int64'], + 'CompanyId' => ['type' => 'string'], + 'BatteryLevel' => ['type' => 'integer', 'format' => 'int32'], + 'Vendor' => ['type' => 'string'], + 'Mac' => ['type' => 'string'], + 'StoreId' => ['type' => 'string'], + 'Model' => ['type' => 'string'], + 'ItemActionPrice' => ['type' => 'integer', 'format' => 'int32'], + 'ScreenWidth' => ['type' => 'string'], + 'BeBind' => ['type' => 'string'], + 'ItemBarCode' => ['type' => 'string'], + 'ItemPriceUnit' => ['type' => 'string'], ], ], ], @@ -1478,14 +828,8 @@ 'responseDemo' => null, ], 'DescribeItems' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1495,80 +839,47 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'list', - ], + 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ItemBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ItemId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'ItemTitle', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SkuId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'BePromotion', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'PageNumber', '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, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], ], 'responses' => [ @@ -1576,30 +887,13 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'RequestId' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], 'Items' => [ 'type' => 'object', 'itemNode' => true, @@ -1609,134 +903,47 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'ActionPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ItemTitle' => [ - 'type' => 'string', - ], - 'CustomizeFeatureH' => [ - 'type' => 'string', - ], - 'BrandName' => [ - 'type' => 'string', - ], - 'SourceCode' => [ - 'type' => 'string', - ], - 'PriceUnit' => [ - 'type' => 'string', - ], - 'OriginalPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ForestFirstId' => [ - 'type' => 'string', - ], - 'CustomizeFeatureI' => [ - 'type' => 'string', - ], - 'ProductionPlace' => [ - 'type' => 'string', - ], - 'CustomizeFeatureB' => [ - 'type' => 'string', - ], - 'ItemShortTitle' => [ - 'type' => 'string', - ], - 'CustomizeFeatureF' => [ - 'type' => 'string', - ], - 'CustomizeFeatureA' => [ - 'type' => 'string', - ], - 'EnergyEfficiency' => [ - 'type' => 'string', - ], - 'CustomizeFeatureD' => [ - 'type' => 'string', - ], - 'MemberPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PromotionStart' => [ - 'type' => 'string', - ], - 'ModelNumber' => [ - 'type' => 'string', - ], - 'CustomizeFeatureC' => [ - 'type' => 'string', - ], - 'ItemId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'CompanyId' => [ - 'type' => 'string', - ], - 'CategoryName' => [ - 'type' => 'string', - ], - 'CustomizeFeatureE' => [ - 'type' => 'string', - ], - 'SuggestPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ExtraAttribute' => [ - 'type' => 'string', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'SaleSpec' => [ - 'type' => 'string', - ], - 'PromotionText' => [ - 'type' => 'string', - ], - 'CustomizeFeatureJ' => [ - 'type' => 'string', - ], - 'OptionGroups' => [ - 'type' => 'string', - ], - 'BePromotion' => [ - 'type' => 'boolean', - ], - 'PromotionReason' => [ - 'type' => 'string', - ], - 'SkuId' => [ - 'type' => 'string', - ], - 'Rank' => [ - 'type' => 'string', - ], - 'BeSourceCode' => [ - 'type' => 'boolean', - ], - 'ForestSecondId' => [ - 'type' => 'string', - ], - 'ItemQrCode' => [ - 'type' => 'string', - ], - 'CustomizeFeatureG' => [ - 'type' => 'string', - ], - 'PromotionEnd' => [ - 'type' => 'string', - ], - 'ItemBarCode' => [ - 'type' => 'string', - ], + 'ActionPrice' => ['type' => 'integer', 'format' => 'int32'], + 'ItemTitle' => ['type' => 'string'], + 'CustomizeFeatureH' => ['type' => 'string'], + 'BrandName' => ['type' => 'string'], + 'SourceCode' => ['type' => 'string'], + 'PriceUnit' => ['type' => 'string'], + 'OriginalPrice' => ['type' => 'integer', 'format' => 'int32'], + 'ForestFirstId' => ['type' => 'string'], + 'CustomizeFeatureI' => ['type' => 'string'], + 'ProductionPlace' => ['type' => 'string'], + 'CustomizeFeatureB' => ['type' => 'string'], + 'ItemShortTitle' => ['type' => 'string'], + 'CustomizeFeatureF' => ['type' => 'string'], + 'CustomizeFeatureA' => ['type' => 'string'], + 'EnergyEfficiency' => ['type' => 'string'], + 'CustomizeFeatureD' => ['type' => 'string'], + 'MemberPrice' => ['type' => 'integer', 'format' => 'int32'], + 'PromotionStart' => ['type' => 'string'], + 'ModelNumber' => ['type' => 'string'], + 'CustomizeFeatureC' => ['type' => 'string'], + 'ItemId' => ['type' => 'integer', 'format' => 'int64'], + 'CompanyId' => ['type' => 'string'], + 'CategoryName' => ['type' => 'string'], + 'CustomizeFeatureE' => ['type' => 'string'], + 'SuggestPrice' => ['type' => 'integer', 'format' => 'int32'], + 'ExtraAttribute' => ['type' => 'string'], + 'StoreId' => ['type' => 'string'], + 'SaleSpec' => ['type' => 'string'], + 'PromotionText' => ['type' => 'string'], + 'CustomizeFeatureJ' => ['type' => 'string'], + 'OptionGroups' => ['type' => 'string'], + 'BePromotion' => ['type' => 'boolean'], + 'PromotionReason' => ['type' => 'string'], + 'SkuId' => ['type' => 'string'], + 'Rank' => ['type' => 'string'], + 'BeSourceCode' => ['type' => 'boolean'], + 'ForestSecondId' => ['type' => 'string'], + 'ItemQrCode' => ['type' => 'string'], + 'CustomizeFeatureG' => ['type' => 'string'], + 'PromotionEnd' => ['type' => 'string'], + 'ItemBarCode' => ['type' => 'string'], ], ], ], @@ -1749,14 +956,8 @@ 'responseDemo' => null, ], 'DescribeStores' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1766,79 +967,47 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StoreName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Brand', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Groups', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FromDate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ToDate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', '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, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], ], 'responses' => [ @@ -1846,30 +1015,13 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'RequestId' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], 'Stores' => [ 'type' => 'object', 'itemNode' => true, @@ -1879,42 +1031,18 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Brand' => [ - 'type' => 'string', - ], - 'OutId' => [ - 'type' => 'string', - ], - 'CompanyId' => [ - 'type' => 'string', - ], - 'StoreName' => [ - 'type' => 'string', - ], - 'GmtModified' => [ - 'type' => 'string', - ], - 'Phone' => [ - 'type' => 'string', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'ParentId' => [ - 'type' => 'string', - ], - 'Groups' => [ - 'type' => 'string', - ], - 'Comments' => [ - 'type' => 'string', - ], - 'GmtCreate' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], + 'Brand' => ['type' => 'string'], + 'OutId' => ['type' => 'string'], + 'CompanyId' => ['type' => 'string'], + 'StoreName' => ['type' => 'string'], + 'GmtModified' => ['type' => 'string'], + 'Phone' => ['type' => 'string'], + 'StoreId' => ['type' => 'string'], + 'ParentId' => ['type' => 'string'], + 'Groups' => ['type' => 'string'], + 'Comments' => ['type' => 'string'], + 'GmtCreate' => ['type' => 'string'], + 'Level' => ['type' => 'string'], ], ], ], @@ -1927,14 +1055,8 @@ 'responseDemo' => null, ], 'DescribeUserOperationLog' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1944,123 +1066,72 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'list', - ], + 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EslBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ItemBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ItemId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'ItemTitle', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OperateType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OperateStatus', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OperateUserId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'FromDate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ToDate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Reverse', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - 'default' => 'false', - ], + 'schema' => ['type' => 'boolean', 'required' => false, 'default' => 'false'], ], [ 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '1', - 'default' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'default' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], ], 'responses' => [ @@ -2068,30 +1139,13 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'RequestId' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], 'OperationLogs' => [ 'type' => 'object', 'itemNode' => true, @@ -2101,41 +1155,17 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'ShelfCode' => [ - 'type' => 'string', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'OperateTime' => [ - 'type' => 'string', - ], - 'EslBarCode' => [ - 'type' => 'string', - ], - 'OperateType' => [ - 'type' => 'string', - ], - 'ItemActionPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ItemTitle' => [ - 'type' => 'string', - ], - 'OperateUserId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'ItemId' => [ - 'type' => 'string', - ], - 'OperateStatus' => [ - 'type' => 'string', - ], - 'ItemBarCode' => [ - 'type' => 'string', - ], + 'ShelfCode' => ['type' => 'string'], + 'StoreId' => ['type' => 'string'], + 'OperateTime' => ['type' => 'string'], + 'EslBarCode' => ['type' => 'string'], + 'OperateType' => ['type' => 'string'], + 'ItemActionPrice' => ['type' => 'integer', 'format' => 'int32'], + 'ItemTitle' => ['type' => 'string'], + 'OperateUserId' => ['type' => 'integer', 'format' => 'int64'], + 'ItemId' => ['type' => 'string'], + 'OperateStatus' => ['type' => 'string'], + 'ItemBarCode' => ['type' => 'string'], ], ], ], @@ -2148,14 +1178,8 @@ 'responseDemo' => null, ], 'DescribeUserRamPolicy' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2165,9 +1189,7 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'list', - ], + 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'UserType', @@ -2175,28 +1197,18 @@ 'schema' => [ 'type' => 'string', 'required' => true, - 'enum' => [ - 'company_admin', - 'store_admin', - 'client_operator', - ], + 'enum' => ['company_admin', 'store_admin', 'client_operator'], ], ], [ 'name' => 'CompanyId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -2204,21 +1216,11 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'Policy' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'Policy' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -2226,14 +1228,8 @@ 'responseDemo' => null, ], 'SearchApService' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2242,51 +1238,32 @@ 'BearerToken' => [], ], ], - 'systemTags' => [ - 'operationType' => 'get', - ], + 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApMac', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Activated', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'PageNumber', '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' => [ @@ -2294,30 +1271,13 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'RequestId' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], 'Items' => [ 'type' => 'object', 'itemNode' => true, @@ -2327,18 +1287,10 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Status' => [ - 'type' => 'boolean', - ], - 'IsActivate' => [ - 'type' => 'boolean', - ], - 'Model' => [ - 'type' => 'string', - ], - 'Mac' => [ - 'type' => 'string', - ], + 'Status' => ['type' => 'boolean'], + 'IsActivate' => ['type' => 'boolean'], + 'Model' => ['type' => 'string'], + 'Mac' => ['type' => 'string'], ], ], ], @@ -2351,14 +1303,8 @@ 'responseDemo' => null, ], 'UnbindEslDevice' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2368,33 +1314,22 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EslBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ItemBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -2402,18 +1337,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -2421,14 +1348,8 @@ 'responseDemo' => null, ], 'UnbindEslDeviceShelf' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2438,25 +1359,17 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EslBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -2464,18 +1377,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -2483,14 +1388,8 @@ 'responseDemo' => null, ], 'UpdateStore' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2500,65 +1399,42 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StoreName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Brand', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Groups', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Comments', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Phone', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -2566,18 +1442,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -2586,221 +1454,59 @@ ], ], 'endpoints' => [ - [ - 'regionId' => 'ap-northeast-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'ap-northeast-2-pop', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'ap-south-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-2', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-3', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-5', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-finance-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-finance-pop', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-gov-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-beijing-nu16-b01', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-chengdu', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-edge-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-fujian', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-haidian-cm12-c01', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-bj-b01', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-finance', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-prod-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-2', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-internal-test-3', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou-test-306', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hongkong-finance-pop', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-huhehaote', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-north-2-gov-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-qingdao', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-qingdao-nebula', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-et15-b01', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-et2-b01', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-finance-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-inner', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai-internal-test-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-finance-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-inner', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-st4-d01', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen-su18-b01', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-wuhan', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-yushanfang', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangbei-na61-b01', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhangjiakou-na62-a01', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-zhengzhou-nebula-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'eu-central-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'eu-west-1-oxs', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'me-east-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'rus-west-1-pop', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'us-east-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'us-west-1', - 'endpoint' => 'cloudesl.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'cloudesl.cn-hangzhou.aliyuncs.com', - ], + ['regionId' => 'ap-northeast-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'ap-northeast-2-pop', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'ap-south-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'ap-southeast-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'ap-southeast-2', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'ap-southeast-3', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'ap-southeast-5', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-beijing', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-beijing-finance-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-beijing-finance-pop', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-beijing-gov-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-beijing-nu16-b01', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-chengdu', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-edge-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-fujian', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-haidian-cm12-c01', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-bj-b01', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-finance', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-internal-prod-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-internal-test-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-internal-test-2', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-internal-test-3', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-hangzhou-test-306', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-hongkong', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-hongkong-finance-pop', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-huhehaote', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-north-2-gov-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-qingdao', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-qingdao-nebula', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-shanghai', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-shanghai-et15-b01', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-shanghai-et2-b01', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-shanghai-finance-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-shanghai-inner', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-shanghai-internal-test-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-shenzhen', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-finance-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-inner', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-st4-d01', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-shenzhen-su18-b01', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-wuhan', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-yushanfang', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-zhangbei-na61-b01', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-zhangjiakou', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-zhangjiakou-na62-a01', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-zhengzhou-nebula-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'eu-central-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'eu-west-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'eu-west-1-oxs', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'me-east-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'rus-west-1-pop', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'us-east-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'us-west-1', 'endpoint' => 'cloudesl.aliyuncs.com'], + ['regionId' => 'cn-hangzhou', 'endpoint' => 'cloudesl.cn-hangzhou.aliyuncs.com'], ], ]; -- cgit v1.2.3