diff options
| author | Zhineng Li <im@zhineng.li> | 2026-07-12 17:11:17 +0800 |
|---|---|---|
| committer | Zhineng Li <im@zhineng.li> | 2026-07-12 17:11:17 +0800 |
| commit | 1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634 (patch) | |
| tree | 5f0857666365b7e40cdaa3733ebe1f3ba9e13c67 /data/en_us/cloudesl/2019-08-01 | |
| parent | 7347bac4ab7e136157fc94777e6cf87ef9e08599 (diff) | |
| download | afterglow-metadata-full-1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634.tar.gz afterglow-metadata-full-1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634.zip | |
update APIs 20260712
Diffstat (limited to 'data/en_us/cloudesl/2019-08-01')
| -rw-r--r-- | data/en_us/cloudesl/2019-08-01/api-docs.php | 3427 |
1 files changed, 751 insertions, 2676 deletions
diff --git a/data/en_us/cloudesl/2019-08-01/api-docs.php b/data/en_us/cloudesl/2019-08-01/api-docs.php index 000f9aa..3e9531b 100644 --- a/data/en_us/cloudesl/2019-08-01/api-docs.php +++ b/data/en_us/cloudesl/2019-08-01/api-docs.php @@ -1,49 +1,14 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'cloudesl', - 'version' => '2019-08-01', - ], + 'info' => ['style' => 'RPC', 'product' => 'cloudesl', 'version' => '2019-08-01'], 'directories' => [ [ 'id' => 0, 'title' => '其它', 'type' => 'directory', 'children' => [ - 'ActivateApDevice', - 'AddEslDevice', - 'AddApDevice', - 'AddUser', - 'AssignUser', - 'BatchInsertItems', - 'BindEslDevice', - 'BindEslDeviceShelf', - 'CreateStore', - 'DeleteApDevice', - 'DeleteEslDevice', - 'DeleteItem', - 'DeleteItemBySkuId', - 'DeleteStore', - 'DeleteUser', - 'DescribeAlarms', - 'DescribeApDevices', - 'DescribeEslDevices', - 'DescribeItems', - 'DescribePlanogramRails', - 'DescribeStores', - 'DescribeUserLog', - 'DescribeUsers', - 'GetCompany', - 'GetUser', - 'MapPlanogramRail', - 'RefreshTaobaoItem', - 'UnassignUser', - 'UnbindEslDevice', - 'UnbindEslDeviceShelf', - 'UnmapPlanogramRail', - 'UpdateEslDeviceLight', - 'UpdateStore', + 'ActivateApDevice', 'AddEslDevice', 'AddApDevice', 'AddUser', 'AssignUser', 'BatchInsertItems', 'BindEslDevice', 'BindEslDeviceShelf', 'CreateStore', 'DeleteApDevice', 'DeleteEslDevice', 'DeleteItem', 'DeleteItemBySkuId', 'DeleteStore', 'DeleteUser', 'DescribeAlarms', 'DescribeApDevices', 'DescribeEslDevices', 'DescribeItems', 'DescribePlanogramRails', + 'DescribeStores', 'DescribeUserLog', 'DescribeUsers', 'GetCompany', 'GetUser', 'MapPlanogramRail', 'RefreshTaobaoItem', 'UnassignUser', 'UnbindEslDevice', 'UnbindEslDeviceShelf', 'UnmapPlanogramRail', 'UpdateEslDeviceLight', 'UpdateStore', ], ], ], @@ -52,14 +17,8 @@ ], 'apis' => [ 'ActivateApDevice' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -69,27 +28,17 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'ApMac', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -97,30 +46,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -128,14 +61,8 @@ 'responseDemo' => null, ], 'AddEslDevice' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -145,27 +72,17 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'EslBarCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -173,30 +90,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -204,14 +105,8 @@ 'responseDemo' => null, ], 'AddApDevice' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -221,27 +116,17 @@ ], ], 'operationType' => 'write', - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'ApMac', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -249,30 +134,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -280,14 +149,8 @@ 'responseDemo' => null, ], 'AddUser' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -297,20 +160,12 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'UserId', 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - 'example' => 'user1', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'user1'], ], ], 'responses' => [ @@ -318,46 +173,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF', - ], - 'ErrorMessage' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'The specified resource type is invalid.', - ], - 'Success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'true', - ], - 'ErrorCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'MandatoryParameters', - ], - 'Code' => [ - 'description' => '', - 'type' => 'string', - 'example' => '-1001', - ], - 'Message' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'success', - ], - 'DynamicMessage' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'The specified store %s does not exist.', - ], - 'DynamicCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'PlatformResponseError.%s', - ], + 'RequestId' => ['description' => '', 'type' => 'string', 'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF'], + 'ErrorMessage' => ['description' => '', 'type' => 'string', 'example' => 'The specified resource type is invalid.'], + 'Success' => ['description' => '', 'type' => 'boolean', 'example' => 'true'], + 'ErrorCode' => ['description' => '', 'type' => 'string', 'example' => 'MandatoryParameters'], + 'Code' => ['description' => '', 'type' => 'string', 'example' => '-1001'], + 'Message' => ['description' => '', 'type' => 'string', 'example' => 'success'], + 'DynamicMessage' => ['description' => '', 'type' => 'string', 'example' => 'The specified store %s does not exist.'], + 'DynamicCode' => ['description' => '', 'type' => 'string', 'example' => 'PlatformResponseError.%s'], ], ], ], @@ -365,14 +188,8 @@ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","type":"json"}]', ], 'AssignUser' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -382,35 +199,22 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'Stores', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'UserType', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -418,30 +222,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -449,14 +237,8 @@ 'responseDemo' => null, ], 'BatchInsertItems' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -466,18 +248,12 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'ItemInfo', @@ -488,138 +264,48 @@ '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', - ], - 'CompanyId' => [ - 'type' => 'string', - ], - 'ItemId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - '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', - ], - 'PromotionReason' => [ - 'type' => 'string', - ], - 'BePromotion' => [ - 'type' => 'boolean', - ], - 'SkuId' => [ - 'type' => 'string', - ], - 'Rank' => [ - 'type' => 'string', - ], - 'BeSourceCode' => [ - 'type' => 'boolean', - ], - 'ItemQrCode' => [ - 'type' => 'string', - ], - 'ForestSecondId' => [ - 'type' => 'string', - ], - 'ItemInfoIndex' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - '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'], + 'CompanyId' => ['type' => 'string'], + 'ItemId' => ['type' => 'integer', 'format' => 'int64'], + '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'], + 'PromotionReason' => ['type' => 'string'], + 'BePromotion' => ['type' => 'boolean'], + 'SkuId' => ['type' => 'string'], + 'Rank' => ['type' => 'string'], + 'BeSourceCode' => ['type' => 'boolean'], + 'ItemQrCode' => ['type' => 'string'], + 'ForestSecondId' => ['type' => 'string'], + 'ItemInfoIndex' => ['type' => 'integer', 'format' => 'int32'], + 'ItemBarCode' => ['type' => 'string'], + 'PromotionEnd' => ['type' => 'string'], + 'CustomizeFeatureG' => ['type' => 'string'], ], ], 'required' => true, @@ -632,30 +318,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], 'BatchResults' => [ 'type' => 'object', 'itemNode' => true, @@ -665,19 +335,10 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Index' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Message' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], + 'Index' => ['type' => 'integer', 'format' => 'int32'], + 'Message' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], ], ], ], @@ -690,14 +351,8 @@ 'responseDemo' => null, ], 'BindEslDevice' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -707,36 +362,22 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'ItemBarCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'EslBarCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -744,30 +385,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -775,14 +400,8 @@ 'responseDemo' => null, ], 'BindEslDeviceShelf' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -792,36 +411,22 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'EslBarCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'ShelfCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -829,30 +434,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -860,14 +449,8 @@ 'responseDemo' => null, ], 'CreateStore' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -877,76 +460,47 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'Groups', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ParentId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Comments', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CompanyId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Phone', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'StoreName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'OutId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Brand', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -954,33 +508,15 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'StoreId' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'StoreId' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -988,14 +524,8 @@ 'responseDemo' => null, ], 'DeleteApDevice' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1005,27 +535,17 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'delete', - ], + 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'ApMac', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -1033,30 +553,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -1064,14 +568,8 @@ 'responseDemo' => null, ], 'DeleteEslDevice' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1081,27 +579,17 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'delete', - ], + 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'EslBarCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -1109,30 +597,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -1140,14 +612,8 @@ 'responseDemo' => null, ], 'DeleteItem' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1157,27 +623,17 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'delete', - ], + 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'ItemBarCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -1185,30 +641,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -1216,14 +656,8 @@ 'responseDemo' => null, ], 'DeleteItemBySkuId' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1233,27 +667,17 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'delete', - ], + 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'SkuId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -1261,30 +685,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -1292,14 +700,8 @@ 'responseDemo' => null, ], 'DeleteStore' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1309,18 +711,12 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'delete', - ], + 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -1328,30 +724,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -1359,14 +739,8 @@ 'responseDemo' => null, ], 'DeleteUser' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1376,18 +750,12 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'delete', - ], + 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'UserId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -1395,30 +763,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -1426,14 +778,8 @@ 'responseDemo' => null, ], 'DescribeAlarms' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1443,84 +789,52 @@ ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'get', - ], + 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'AlarmId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ErrorType', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ToAlarmTime', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'AlarmType', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AlarmStatus', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FromAlarmTime', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -1528,42 +842,17 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], + 'DynamicCode' => ['type' => 'string'], 'Alarms' => [ 'type' => 'object', 'itemNode' => true, @@ -1573,55 +862,22 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'AlarmStatus' => [ - 'type' => 'string', - ], - 'ItemTitle' => [ - 'type' => 'string', - ], - 'DeviceType' => [ - 'type' => 'string', - ], - 'DeviceBarCode' => [ - 'type' => 'string', - ], - 'CompanyId' => [ - 'type' => 'string', - ], - 'AlarmType' => [ - 'type' => 'string', - ], - 'Vendor' => [ - 'type' => 'string', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'DealTime' => [ - 'type' => 'string', - ], - 'DeviceMac' => [ - 'type' => 'string', - ], - 'Model' => [ - 'type' => 'string', - ], - 'AlarmTime' => [ - 'type' => 'string', - ], - 'DealUserId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'ErrorType' => [ - 'type' => 'string', - ], - 'AlarmId' => [ - 'type' => 'string', - ], - 'ItemBarCode' => [ - 'type' => 'string', - ], + 'AlarmStatus' => ['type' => 'string'], + 'ItemTitle' => ['type' => 'string'], + 'DeviceType' => ['type' => 'string'], + 'DeviceBarCode' => ['type' => 'string'], + 'CompanyId' => ['type' => 'string'], + 'AlarmType' => ['type' => 'string'], + 'Vendor' => ['type' => 'string'], + 'StoreId' => ['type' => 'string'], + 'DealTime' => ['type' => 'string'], + 'DeviceMac' => ['type' => 'string'], + 'Model' => ['type' => 'string'], + 'AlarmTime' => ['type' => 'string'], + 'DealUserId' => ['type' => 'integer', 'format' => 'int64'], + 'ErrorType' => ['type' => 'string'], + 'AlarmId' => ['type' => 'string'], + 'ItemBarCode' => ['type' => 'string'], ], ], ], @@ -1634,14 +890,8 @@ 'responseDemo' => null, ], 'DescribeApDevices' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1651,52 +901,32 @@ ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'get', - ], + 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'PageSize', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ApMac', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Activated', 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], 'responses' => [ @@ -1704,42 +934,17 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], + 'DynamicCode' => ['type' => 'string'], 'ApDevices' => [ 'type' => 'object', 'itemNode' => true, @@ -1749,18 +954,10 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Status' => [ - 'type' => 'boolean', - ], - 'Model' => [ - 'type' => 'string', - ], - 'IsActivate' => [ - 'type' => 'boolean', - ], - 'Mac' => [ - 'type' => 'string', - ], + 'Status' => ['type' => 'boolean'], + 'Model' => ['type' => 'string'], + 'IsActivate' => ['type' => 'boolean'], + 'Mac' => ['type' => 'string'], ], ], ], @@ -1773,14 +970,8 @@ 'responseDemo' => null, ], 'DescribeEslDevices' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1790,118 +981,72 @@ ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'list', - ], + 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'PageNumber', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Mac', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Type', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'BeBind', 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Vendor', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ToBatteryLevel', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ShelfCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'EslStatus', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ItemBarCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EslBarCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FromBatteryLevel', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'responses' => [ @@ -1909,42 +1054,17 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], + 'DynamicCode' => ['type' => 'string'], 'EslDevices' => [ 'type' => 'object', 'itemNode' => true, @@ -1954,74 +1074,27 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'ShelfCode' => [ - 'type' => 'string', - ], - 'Type' => [ - 'type' => 'string', - ], - 'EslBarCode' => [ - 'type' => 'string', - ], - 'LastCommunicateTime' => [ - 'type' => 'string', - ], - 'ItemTitle' => [ - 'type' => 'string', - ], - 'ScreenHeight' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ConnectAp' => [ - 'type' => 'string', - ], - 'PositionCode' => [ - 'type' => 'string', - ], - 'CompanyId' => [ - 'type' => 'string', - ], - 'ItemId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'BatteryLevel' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Vendor' => [ - 'type' => 'string', - ], - 'Mac' => [ - 'type' => 'string', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'Model' => [ - 'type' => 'string', - ], - 'ItemActionPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ScreenWidth' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'BeBind' => [ - 'type' => 'boolean', - ], - 'EslStatus' => [ - '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' => 'integer', 'format' => 'int32'], + 'ConnectAp' => ['type' => 'string'], + 'PositionCode' => ['type' => 'string'], + 'CompanyId' => ['type' => 'string'], + 'ItemId' => ['type' => 'integer', 'format' => 'int64'], + 'BatteryLevel' => ['type' => 'integer', 'format' => 'int32'], + 'Vendor' => ['type' => 'string'], + 'Mac' => ['type' => 'string'], + 'StoreId' => ['type' => 'string'], + 'Model' => ['type' => 'string'], + 'ItemActionPrice' => ['type' => 'integer', 'format' => 'int32'], + 'ScreenWidth' => ['type' => 'integer', 'format' => 'int32'], + 'BeBind' => ['type' => 'boolean'], + 'EslStatus' => ['type' => 'string'], + 'ItemBarCode' => ['type' => 'string'], + 'ItemPriceUnit' => ['type' => 'string'], ], ], ], @@ -2034,14 +1107,8 @@ 'responseDemo' => null, ], 'DescribeItems' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2051,77 +1118,47 @@ ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'list', - ], + 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'PageSize', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ItemTitle', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SkuId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'ItemBarCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ItemId', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'BePromotion', 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], 'responses' => [ @@ -2129,42 +1166,17 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], + 'DynamicCode' => ['type' => 'string'], 'Items' => [ 'type' => 'object', 'itemNode' => true, @@ -2174,138 +1186,48 @@ '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', - ], - 'MemberPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'CustomizeFeatureD' => [ - 'type' => 'string', - ], - 'PromotionStart' => [ - 'type' => 'string', - ], - 'ModelNumber' => [ - 'type' => 'string', - ], - 'CustomizeFeatureC' => [ - 'type' => 'string', - ], - 'CompanyId' => [ - 'type' => 'string', - ], - 'ItemId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - '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', - ], - 'Rank' => [ - 'type' => 'string', - ], - 'SkuId' => [ - 'type' => 'string', - ], - 'BeSourceCode' => [ - 'type' => 'boolean', - ], - 'ForestSecondId' => [ - 'type' => 'string', - ], - 'ItemQrCode' => [ - 'type' => 'string', - ], - 'ItemInfoIndex' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ItemBarCode' => [ - 'type' => 'string', - ], - 'CustomizeFeatureG' => [ - 'type' => 'string', - ], - 'PromotionEnd' => [ - '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'], + 'MemberPrice' => ['type' => 'integer', 'format' => 'int32'], + 'CustomizeFeatureD' => ['type' => 'string'], + 'PromotionStart' => ['type' => 'string'], + 'ModelNumber' => ['type' => 'string'], + 'CustomizeFeatureC' => ['type' => 'string'], + 'CompanyId' => ['type' => 'string'], + 'ItemId' => ['type' => 'integer', 'format' => 'int64'], + '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'], + 'Rank' => ['type' => 'string'], + 'SkuId' => ['type' => 'string'], + 'BeSourceCode' => ['type' => 'boolean'], + 'ForestSecondId' => ['type' => 'string'], + 'ItemQrCode' => ['type' => 'string'], + 'ItemInfoIndex' => ['type' => 'integer', 'format' => 'int32'], + 'ItemBarCode' => ['type' => 'string'], + 'CustomizeFeatureG' => ['type' => 'string'], + 'PromotionEnd' => ['type' => 'string'], ], ], ], @@ -2318,14 +1240,8 @@ 'responseDemo' => null, ], 'DescribePlanogramRails' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2335,60 +1251,37 @@ ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'get', - ], + 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'RailCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Shelf', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Layer', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'responses' => [ @@ -2396,63 +1289,27 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], + 'DynamicCode' => ['type' => 'string'], + 'StoreId' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], 'PlanogramRailInfos' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ - 'Shelf' => [ - 'type' => 'string', - ], - 'GapUnit' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'RailCode' => [ - 'type' => 'string', - ], - 'Layer' => [ - 'type' => 'string', - ], + 'Shelf' => ['type' => 'string'], + 'GapUnit' => ['type' => 'integer', 'format' => 'int32'], + 'RailCode' => ['type' => 'string'], + 'Layer' => ['type' => 'string'], ], ], ], @@ -2463,14 +1320,8 @@ 'responseDemo' => null, ], 'DescribeStores' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2480,75 +1331,47 @@ ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'list', - ], + 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'PageNumber', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'StoreName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Brand', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ToDate', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FromDate', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CompanyId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -2556,42 +1379,17 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], + 'DynamicCode' => ['type' => 'string'], 'Stores' => [ 'type' => 'object', 'itemNode' => true, @@ -2601,42 +1399,18 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'OutId' => [ - 'type' => 'string', - ], - 'Brand' => [ - 'type' => 'string', - ], - 'StoreName' => [ - 'type' => 'string', - ], - 'CompanyId' => [ - 'type' => 'string', - ], - 'GmtModified' => [ - 'type' => 'string', - ], - 'Phone' => [ - 'type' => 'string', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'ParentId' => [ - 'type' => 'string', - ], - 'Groups' => [ - 'type' => 'string', - ], - 'GmtCreate' => [ - 'type' => 'string', - ], - 'Comments' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], + 'OutId' => ['type' => 'string'], + 'Brand' => ['type' => 'string'], + 'StoreName' => ['type' => 'string'], + 'CompanyId' => ['type' => 'string'], + 'GmtModified' => ['type' => 'string'], + 'Phone' => ['type' => 'string'], + 'StoreId' => ['type' => 'string'], + 'ParentId' => ['type' => 'string'], + 'Groups' => ['type' => 'string'], + 'GmtCreate' => ['type' => 'string'], + 'Comments' => ['type' => 'string'], + 'Level' => ['type' => 'string'], ], ], ], @@ -2649,14 +1423,8 @@ 'responseDemo' => null, ], 'DescribeUserLog' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2666,118 +1434,72 @@ ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'get', - ], + 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'OperateUserId', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'EslBarCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FromDate', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ItemBarCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ItemId', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'OperateType', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Reverse', 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'OperateStatus', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ToDate', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'ItemTitle', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -2785,42 +1507,17 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], + 'DynamicCode' => ['type' => 'string'], 'UserLogs' => [ 'type' => 'object', 'itemNode' => true, @@ -2830,45 +1527,18 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'ShelfCode' => [ - 'type' => 'string', - ], - 'OperateTime' => [ - 'type' => 'string', - ], - 'EslBarCode' => [ - 'type' => 'string', - ], - 'ItemTitle' => [ - 'type' => 'string', - ], - 'ItemId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Mac' => [ - 'type' => 'string', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'OperateType' => [ - 'type' => 'string', - ], - 'ItemActionPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'OperateUserId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'OperateStatus' => [ - 'type' => 'string', - ], - 'ItemBarCode' => [ - 'type' => 'string', - ], + 'ShelfCode' => ['type' => 'string'], + 'OperateTime' => ['type' => 'string'], + 'EslBarCode' => ['type' => 'string'], + 'ItemTitle' => ['type' => 'string'], + 'ItemId' => ['type' => 'integer', 'format' => 'int64'], + 'Mac' => ['type' => 'string'], + 'StoreId' => ['type' => 'string'], + 'OperateType' => ['type' => 'string'], + 'ItemActionPrice' => ['type' => 'integer', 'format' => 'int32'], + 'OperateUserId' => ['type' => 'integer', 'format' => 'int64'], + 'OperateStatus' => ['type' => 'string'], + 'ItemBarCode' => ['type' => 'string'], ], ], ], @@ -2881,14 +1551,8 @@ 'responseDemo' => null, ], 'DescribeUsers' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2898,51 +1562,32 @@ ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'get', - ], + 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'UserType', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'UserId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'UserName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], 'responses' => [ @@ -2950,42 +1595,17 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], + 'DynamicCode' => ['type' => 'string'], 'Users' => [ 'type' => 'object', 'itemNode' => true, @@ -2995,18 +1615,10 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'UserType' => [ - 'type' => 'string', - ], - 'Stores' => [ - 'type' => 'string', - ], - 'UserName' => [ - 'type' => 'string', - ], - 'UserId' => [ - 'type' => 'string', - ], + 'UserType' => ['type' => 'string'], + 'Stores' => ['type' => 'string'], + 'UserName' => ['type' => 'string'], + 'UserId' => ['type' => 'string'], ], ], ], @@ -3019,14 +1631,8 @@ 'responseDemo' => null, ], 'GetCompany' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3037,56 +1643,26 @@ ], 'operationType' => 'read', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'get', - ], + 'systemTags' => ['operationType' => 'get'], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Status' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'CompanyType' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'CompanyId' => [ - 'type' => 'string', - ], - 'Bid' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], - 'OwnerId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], + 'Status' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'CompanyType' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'CompanyId' => ['type' => 'string'], + 'Bid' => ['type' => 'integer', 'format' => 'int64'], + 'DynamicCode' => ['type' => 'string'], + 'OwnerId' => ['type' => 'integer', 'format' => 'int64'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], ], ], ], @@ -3094,14 +1670,8 @@ 'responseDemo' => null, ], 'GetUser' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3111,17 +1681,12 @@ ], ], 'operationType' => 'read', - 'systemTags' => [ - 'operationType' => 'get', - ], + 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'UserId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -3129,45 +1694,21 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], 'User' => [ 'type' => 'object', 'properties' => [ - 'UserType' => [ - 'type' => 'string', - ], - 'Stores' => [ - 'type' => 'string', - ], - 'UserName' => [ - 'type' => 'string', - ], - 'UserId' => [ - 'type' => 'string', - ], + 'UserType' => ['type' => 'string'], + 'Stores' => ['type' => 'string'], + 'UserName' => ['type' => 'string'], + 'UserId' => ['type' => 'string'], ], ], ], @@ -3177,14 +1718,8 @@ 'responseDemo' => null, ], 'MapPlanogramRail' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3194,45 +1729,27 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'get', - ], + 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'RailCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Layer', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Shelf', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -3240,30 +1757,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -3271,14 +1772,8 @@ 'responseDemo' => null, ], 'RefreshTaobaoItem' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3289,42 +1784,27 @@ ], 'operationType' => 'readAndWrite', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'SkuId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OuterId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'TaobaoItemId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -3332,30 +1812,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -3363,14 +1827,8 @@ 'responseDemo' => null, ], 'UnassignUser' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3380,18 +1838,12 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'UserId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -3399,30 +1851,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -3430,14 +1866,8 @@ 'responseDemo' => null, ], 'UnbindEslDevice' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3447,35 +1877,22 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'EslBarCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'ItemBarCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -3483,30 +1900,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -3514,14 +1915,8 @@ 'responseDemo' => null, ], 'UnbindEslDeviceShelf' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3531,26 +1926,17 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'EslBarCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -3558,30 +1944,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -3589,14 +1959,8 @@ 'responseDemo' => null, ], 'UnmapPlanogramRail' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3606,27 +1970,17 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'RailCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -3634,30 +1988,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -3665,14 +2003,8 @@ 'responseDemo' => null, ], 'UpdateEslDeviceLight' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3683,62 +2015,37 @@ ], 'operationType' => 'readAndWrite', 'deprecated' => false, - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'LedColor', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Frequency', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'ItemBarCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'LightUpTime', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true], ], [ 'name' => 'EslBarCode', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -3746,41 +2053,17 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'FailCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'FailEslBarCodes' => [ - 'type' => 'string', - ], - 'SuccessCount' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'FailCount' => ['type' => 'integer', 'format' => 'int64'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'FailEslBarCodes' => ['type' => 'string'], + 'SuccessCount' => ['type' => 'integer', 'format' => 'int64'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -3788,14 +2071,8 @@ 'responseDemo' => null, ], 'UpdateStore' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -3805,66 +2082,42 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Brand', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Groups', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StoreId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'Comments', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Phone', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -3872,30 +2125,14 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorMessage' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Code' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'DynamicMessage' => [ - 'type' => 'string', - ], - 'DynamicCode' => [ - 'type' => 'string', - ], + 'RequestId' => ['type' => 'string'], + 'ErrorMessage' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Code' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'DynamicMessage' => ['type' => 'string'], + 'DynamicCode' => ['type' => 'string'], ], ], ], @@ -3904,221 +2141,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'], ], ]; |
