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/zh_cn/cloudesl/2018-08-01/api-docs.php | |
| parent | 7347bac4ab7e136157fc94777e6cf87ef9e08599 (diff) | |
| download | afterglow-metadata-full-1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634.tar.gz afterglow-metadata-full-1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634.zip | |
update APIs 20260712
Diffstat (limited to 'data/zh_cn/cloudesl/2018-08-01/api-docs.php')
| -rw-r--r-- | data/zh_cn/cloudesl/2018-08-01/api-docs.php | 2252 |
1 files changed, 479 insertions, 1773 deletions
diff --git a/data/zh_cn/cloudesl/2018-08-01/api-docs.php b/data/zh_cn/cloudesl/2018-08-01/api-docs.php index 1696676..664e335 100644 --- a/data/zh_cn/cloudesl/2018-08-01/api-docs.php +++ b/data/zh_cn/cloudesl/2018-08-01/api-docs.php @@ -1,38 +1,14 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'cloudesl', - 'version' => '2018-08-01', - ], + 'info' => ['style' => 'RPC', 'product' => 'cloudesl', 'version' => '2018-08-01'], 'directories' => [ [ 'id' => 0, 'title' => '其它', 'type' => 'directory', 'children' => [ - 'ActivateApService', - 'BindApStoreService', - 'BindEslDevice', - 'BatchInsertItems', - 'BindEslDeviceShelf', - 'CreateStore', - 'DeleteApService', - 'DeleteEslDevice', - 'DeleteItem', - 'DeleteItemBySkuId', - 'DeleteStore', - 'DescribeAlarms', - 'DescribeCompany', - 'DescribeEslDevices', - 'DescribeItems', - 'DescribeStores', - 'DescribeUserOperationLog', - 'DescribeUserRamPolicy', - 'SearchApService', - 'UnbindEslDevice', - 'UnbindEslDeviceShelf', - 'UpdateStore', + 'ActivateApService', 'BindApStoreService', 'BindEslDevice', 'BatchInsertItems', 'BindEslDeviceShelf', 'CreateStore', 'DeleteApService', 'DeleteEslDevice', 'DeleteItem', 'DeleteItemBySkuId', 'DeleteStore', 'DescribeAlarms', 'DescribeCompany', 'DescribeEslDevices', 'DescribeItems', 'DescribeStores', 'DescribeUserOperationLog', 'DescribeUserRamPolicy', 'SearchApService', 'UnbindEslDevice', + 'UnbindEslDeviceShelf', 'UpdateStore', ], ], ], @@ -41,14 +17,8 @@ ], 'apis' => [ 'ActivateApService' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -57,29 +27,17 @@ 'BearerToken' => [], ], ], - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'description' => '门店ID。', - 'type' => 'string', - 'required' => true, - 'example' => 's-sds1233****', - ], + 'schema' => ['description' => '门店ID。', 'type' => 'string', 'required' => true, 'example' => 's-sds1233****'], ], [ 'name' => 'ApMac', 'in' => 'query', - 'schema' => [ - 'description' => 'AP的mac地址。', - 'type' => 'string', - 'required' => true, - 'example' => '23sdsf343****', - ], + 'schema' => ['description' => 'AP的mac地址。', 'type' => 'string', 'required' => true, 'example' => '23sdsf343****'], ], ], 'responses' => [ @@ -87,26 +45,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'description' => '消息。', - 'type' => 'string', - 'example' => 'success', - ], - 'RequestId' => [ - 'description' => '请求ID。', - 'type' => 'string', - 'example' => '123-1212-sdfsf2', - ], - 'ErrorCode' => [ - 'description' => '错误码。', - 'type' => 'string', - 'example' => 'ERROR', - ], - 'Success' => [ - 'description' => '请求状态标识。', - 'type' => 'boolean', - 'example' => 'true', - ], + 'Message' => ['description' => '消息。', 'type' => 'string', 'example' => 'success'], + 'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '123-1212-sdfsf2'], + 'ErrorCode' => ['description' => '错误码。', 'type' => 'string', 'example' => 'ERROR'], + 'Success' => ['description' => '请求状态标识。', 'type' => 'boolean', 'example' => 'true'], ], ], ], @@ -119,14 +61,8 @@ 'extraInfo' => ' ', ], 'BindApStoreService' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -135,25 +71,17 @@ 'BearerToken' => [], ], ], - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApMac', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -161,18 +89,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -180,14 +100,8 @@ 'responseDemo' => '', ], 'BindEslDevice' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -197,39 +111,22 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'description' => '门店ID', - 'type' => 'string', - 'required' => true, - 'example' => 's-eakv0a21k6', - ], + 'schema' => ['description' => '门店ID', 'type' => 'string', 'required' => true, 'example' => 's-eakv0a21k6'], ], [ 'name' => 'EslBarCode', 'in' => 'query', - 'schema' => [ - 'description' => '价签条码', - 'type' => 'string', - 'required' => true, - 'example' => '1234567', - ], + 'schema' => ['description' => '价签条码', 'type' => 'string', 'required' => true, 'example' => '1234567'], ], [ 'name' => 'ItemBarCode', 'in' => 'query', - 'schema' => [ - 'description' => '商品条码', - 'type' => 'string', - 'required' => true, - 'example' => '755439', - ], + 'schema' => ['description' => '商品条码', 'type' => 'string', 'required' => true, 'example' => '755439'], ], ], 'responses' => [ @@ -237,26 +134,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'description' => '出错提示消息', - 'type' => 'string', - 'example' => '未找到对应商品', - ], - 'RequestId' => [ - 'description' => '请求ID', - 'type' => 'string', - 'example' => 'dFDAA-FB4A-46C5-8C04-89ACCDC62514', - ], - 'ErrorCode' => [ - 'description' => '错误码', - 'type' => 'string', - 'example' => 'No.Find.Item', - ], - 'Success' => [ - 'description' => '是否成功', - 'type' => 'boolean', - 'example' => 'false', - ], + 'Message' => ['description' => '出错提示消息', 'type' => 'string', 'example' => '未找到对应商品'], + 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => 'dFDAA-FB4A-46C5-8C04-89ACCDC62514'], + 'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'No.Find.Item'], + 'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'false'], ], ], ], @@ -266,14 +147,8 @@ 'summary' => '把商品绑定到指定价签设备上进行显示,一旦该接口调用成功,对应价签设备就会被添加到调用时的门店里面。', ], 'BatchInsertItems' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -283,18 +158,12 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'ItemInfo', @@ -305,134 +174,47 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'ActionPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ItemTitle' => [ - 'type' => 'string', - ], - 'BrandName' => [ - 'type' => 'string', - ], - 'CustomizeFeatureH' => [ - 'type' => 'string', - ], - 'PriceUnit' => [ - 'type' => 'string', - ], - 'SourceCode' => [ - 'type' => 'string', - ], - 'OriginalPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ForestFirstId' => [ - 'type' => 'string', - ], - 'CustomizeFeatureI' => [ - 'type' => 'string', - ], - 'ProductionPlace' => [ - 'type' => 'string', - ], - 'ItemShortTitle' => [ - 'type' => 'string', - ], - 'CustomizeFeatureB' => [ - 'type' => 'string', - ], - 'CustomizeFeatureF' => [ - 'type' => 'string', - ], - 'CustomizeFeatureA' => [ - 'type' => 'string', - ], - 'EnergyEfficiency' => [ - 'type' => 'string', - ], - 'CustomizeFeatureD' => [ - 'type' => 'string', - ], - 'MemberPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PromotionStart' => [ - 'type' => 'string', - ], - 'ModelNumber' => [ - 'type' => 'string', - ], - 'CustomizeFeatureC' => [ - 'type' => 'string', - ], - 'ItemId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'CompanyId' => [ - 'type' => 'string', - ], - 'CategoryName' => [ - 'type' => 'string', - ], - 'CustomizeFeatureE' => [ - 'type' => 'string', - ], - 'SuggestPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'ExtraAttribute' => [ - 'type' => 'string', - ], - 'SaleSpec' => [ - 'type' => 'string', - ], - 'PromotionText' => [ - 'type' => 'string', - ], - 'CustomizeFeatureJ' => [ - 'type' => 'string', - ], - 'OptionGroups' => [ - 'type' => 'string', - ], - 'Rank' => [ - 'type' => 'string', - ], - 'SkuId' => [ - 'type' => 'string', - ], - 'PromotionReason' => [ - 'type' => 'string', - ], - 'BePromotion' => [ - 'type' => 'boolean', - ], - 'BeSourceCode' => [ - 'type' => 'boolean', - ], - 'ItemQrCode' => [ - 'type' => 'string', - ], - 'ForestSecondId' => [ - 'type' => 'string', - ], - 'ItemBarCode' => [ - 'type' => 'string', - ], - 'PromotionEnd' => [ - 'type' => 'string', - ], - 'CustomizeFeatureG' => [ - 'type' => 'string', - ], + 'ActionPrice' => ['type' => 'integer', 'format' => 'int32'], + 'ItemTitle' => ['type' => 'string'], + 'BrandName' => ['type' => 'string'], + 'CustomizeFeatureH' => ['type' => 'string'], + 'PriceUnit' => ['type' => 'string'], + 'SourceCode' => ['type' => 'string'], + 'OriginalPrice' => ['type' => 'integer', 'format' => 'int32'], + 'ForestFirstId' => ['type' => 'string'], + 'CustomizeFeatureI' => ['type' => 'string'], + 'ProductionPlace' => ['type' => 'string'], + 'ItemShortTitle' => ['type' => 'string'], + 'CustomizeFeatureB' => ['type' => 'string'], + 'CustomizeFeatureF' => ['type' => 'string'], + 'CustomizeFeatureA' => ['type' => 'string'], + 'EnergyEfficiency' => ['type' => 'string'], + 'CustomizeFeatureD' => ['type' => 'string'], + 'MemberPrice' => ['type' => 'integer', 'format' => 'int32'], + 'PromotionStart' => ['type' => 'string'], + 'ModelNumber' => ['type' => 'string'], + 'CustomizeFeatureC' => ['type' => 'string'], + 'ItemId' => ['type' => 'integer', 'format' => 'int64'], + 'CompanyId' => ['type' => 'string'], + 'CategoryName' => ['type' => 'string'], + 'CustomizeFeatureE' => ['type' => 'string'], + 'SuggestPrice' => ['type' => 'integer', 'format' => 'int32'], + 'StoreId' => ['type' => 'string'], + 'ExtraAttribute' => ['type' => 'string'], + 'SaleSpec' => ['type' => 'string'], + 'PromotionText' => ['type' => 'string'], + 'CustomizeFeatureJ' => ['type' => 'string'], + 'OptionGroups' => ['type' => 'string'], + 'Rank' => ['type' => 'string'], + 'SkuId' => ['type' => 'string'], + 'PromotionReason' => ['type' => 'string'], + 'BePromotion' => ['type' => 'boolean'], + 'BeSourceCode' => ['type' => 'boolean'], + 'ItemQrCode' => ['type' => 'string'], + 'ForestSecondId' => ['type' => 'string'], + 'ItemBarCode' => ['type' => 'string'], + 'PromotionEnd' => ['type' => 'string'], + 'CustomizeFeatureG' => ['type' => 'string'], ], ], 'required' => true, @@ -445,18 +227,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], 'BatchResults' => [ 'type' => 'object', 'itemNode' => true, @@ -466,19 +240,10 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Index' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Message' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Index' => ['type' => 'integer', 'format' => 'int32'], + 'Message' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -491,14 +256,8 @@ 'responseDemo' => '', ], 'BindEslDeviceShelf' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -508,39 +267,22 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'description' => '商家ID', - 'type' => 'string', - 'required' => true, - 'example' => 's-eakv0a21k6', - ], + 'schema' => ['description' => '商家ID', 'type' => 'string', 'required' => true, 'example' => 's-eakv0a21k6'], ], [ 'name' => 'EslBarCode', 'in' => 'query', - 'schema' => [ - 'description' => '价签条码', - 'type' => 'string', - 'required' => true, - 'example' => '1234567', - ], + 'schema' => ['description' => '价签条码', 'type' => 'string', 'required' => true, 'example' => '1234567'], ], [ 'name' => 'ShelfCode', 'in' => 'query', - 'schema' => [ - 'description' => '货架条码', - 'type' => 'string', - 'required' => true, - 'example' => '8765', - ], + 'schema' => ['description' => '货架条码', 'type' => 'string', 'required' => true, 'example' => '8765'], ], ], 'responses' => [ @@ -548,26 +290,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'description' => '出错提示消息', - 'type' => 'string', - 'example' => '找不到对应的价签设备', - ], - 'RequestId' => [ - 'description' => '请求ID', - 'type' => 'string', - 'example' => 'dFDAA-FB4A-46C5-8C04-89ACCDC62514', - ], - 'ErrorCode' => [ - 'description' => '错误码', - 'type' => 'string', - 'example' => 'No.Find.Device', - ], - 'Success' => [ - 'description' => '是否成功', - 'type' => 'boolean', - 'example' => 'false', - ], + 'Message' => ['description' => '出错提示消息', 'type' => 'string', 'example' => '找不到对应的价签设备'], + 'RequestId' => ['description' => '请求ID', 'type' => 'string', 'example' => 'dFDAA-FB4A-46C5-8C04-89ACCDC62514'], + 'ErrorCode' => ['description' => '错误码', 'type' => 'string', 'example' => 'No.Find.Device'], + 'Success' => ['description' => '是否成功', 'type' => 'boolean', 'example' => 'false'], ], ], ], @@ -578,14 +304,8 @@ 'description' => '绑定货架', ], 'CreateStore' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -595,73 +315,47 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'CompanyId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StoreName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Brand', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Groups', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Comments', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ParentId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Phone', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -669,21 +363,11 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'StoreId' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'StoreId' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -691,14 +375,8 @@ 'responseDemo' => '', ], 'DeleteApService' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -707,25 +385,17 @@ 'BearerToken' => [], ], ], - 'systemTags' => [ - 'operationType' => 'delete', - ], + 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApMac', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -733,18 +403,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -752,14 +414,8 @@ 'responseDemo' => '', ], 'DeleteEslDevice' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -769,25 +425,17 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'delete', - ], + 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EslBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -795,18 +443,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -814,14 +454,8 @@ 'responseDemo' => '', ], 'DeleteItem' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -831,25 +465,17 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'delete', - ], + 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ItemBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -857,18 +483,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -876,14 +494,8 @@ 'responseDemo' => '', ], 'DeleteItemBySkuId' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -893,27 +505,17 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'delete', - ], + 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'SkuId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - 'docRequired' => true, - ], + 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ @@ -921,18 +523,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -940,14 +534,8 @@ 'responseDemo' => '', ], 'DeleteStore' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -957,17 +545,12 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'delete', - ], + 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -975,18 +558,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -994,14 +569,8 @@ 'responseDemo' => '', ], 'DescribeAlarms' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1011,87 +580,52 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AlarmId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AlarmType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ErrorType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AlarmStatus', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FromAlarmTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ToAlarmTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'default' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], ], 'responses' => [ @@ -1099,30 +633,13 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'RequestId' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], 'Alarms' => [ 'type' => 'object', 'itemNode' => true, @@ -1132,55 +649,22 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'AlarmStatus' => [ - 'type' => 'string', - ], - 'ItemTitle' => [ - 'type' => 'string', - ], - 'DeviceType' => [ - 'type' => 'string', - ], - 'DeviceBarCode' => [ - 'type' => 'string', - ], - 'AlarmType' => [ - 'type' => 'string', - ], - 'CompanyId' => [ - 'type' => 'string', - ], - 'Vendor' => [ - 'type' => 'string', - ], - 'DealTime' => [ - 'type' => 'string', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'Model' => [ - 'type' => 'string', - ], - 'DeviceMac' => [ - 'type' => 'string', - ], - 'AlarmTime' => [ - 'type' => 'string', - ], - 'DealUserId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'AlarmId' => [ - 'type' => 'string', - ], - 'ErrorType' => [ - 'type' => 'string', - ], - 'ItemBarCode' => [ - 'type' => 'string', - ], + 'AlarmStatus' => ['type' => 'string'], + 'ItemTitle' => ['type' => 'string'], + 'DeviceType' => ['type' => 'string'], + 'DeviceBarCode' => ['type' => 'string'], + 'AlarmType' => ['type' => 'string'], + 'CompanyId' => ['type' => 'string'], + 'Vendor' => ['type' => 'string'], + 'DealTime' => ['type' => 'string'], + 'StoreId' => ['type' => 'string'], + 'Model' => ['type' => 'string'], + 'DeviceMac' => ['type' => 'string'], + 'AlarmTime' => ['type' => 'string'], + 'DealUserId' => ['type' => 'integer', 'format' => 'int64'], + 'AlarmId' => ['type' => 'string'], + 'ErrorType' => ['type' => 'string'], + 'ItemBarCode' => ['type' => 'string'], ], ], ], @@ -1193,14 +677,8 @@ 'responseDemo' => '', ], 'DescribeCompany' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1210,36 +688,20 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Status' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Platform' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'CompanyId' => [ - 'type' => 'string', - ], + 'Status' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Platform' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'CompanyId' => ['type' => 'string'], ], ], ], @@ -1247,14 +709,8 @@ 'responseDemo' => '', ], 'DescribeEslDevices' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1264,117 +720,67 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'list', - ], + 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EslBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Mac', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Vendor', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Type', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ShelfCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'default' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], [ 'name' => 'FromBatteryLevel', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '1'], ], [ 'name' => 'ToBatteryLevel', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '1'], ], [ 'name' => 'BeBind', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'ItemBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -1382,30 +788,13 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'RequestId' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], 'EslDevices' => [ 'type' => 'object', 'itemNode' => true, @@ -1415,63 +804,24 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'ShelfCode' => [ - 'type' => 'string', - ], - 'Type' => [ - 'type' => 'string', - ], - 'EslBarCode' => [ - 'type' => 'string', - ], - 'LastCommunicateTime' => [ - 'type' => 'string', - ], - 'ItemTitle' => [ - 'type' => 'string', - ], - 'ScreenHeight' => [ - 'type' => 'string', - ], - 'ItemId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'CompanyId' => [ - 'type' => 'string', - ], - 'BatteryLevel' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Vendor' => [ - 'type' => 'string', - ], - 'Mac' => [ - 'type' => 'string', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'Model' => [ - 'type' => 'string', - ], - 'ItemActionPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ScreenWidth' => [ - 'type' => 'string', - ], - 'BeBind' => [ - 'type' => 'string', - ], - 'ItemBarCode' => [ - 'type' => 'string', - ], - 'ItemPriceUnit' => [ - 'type' => 'string', - ], + 'ShelfCode' => ['type' => 'string'], + 'Type' => ['type' => 'string'], + 'EslBarCode' => ['type' => 'string'], + 'LastCommunicateTime' => ['type' => 'string'], + 'ItemTitle' => ['type' => 'string'], + 'ScreenHeight' => ['type' => 'string'], + 'ItemId' => ['type' => 'integer', 'format' => 'int64'], + 'CompanyId' => ['type' => 'string'], + 'BatteryLevel' => ['type' => 'integer', 'format' => 'int32'], + 'Vendor' => ['type' => 'string'], + 'Mac' => ['type' => 'string'], + 'StoreId' => ['type' => 'string'], + 'Model' => ['type' => 'string'], + 'ItemActionPrice' => ['type' => 'integer', 'format' => 'int32'], + 'ScreenWidth' => ['type' => 'string'], + 'BeBind' => ['type' => 'string'], + 'ItemBarCode' => ['type' => 'string'], + 'ItemPriceUnit' => ['type' => 'string'], ], ], ], @@ -1484,14 +834,8 @@ 'responseDemo' => '', ], 'DescribeItems' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1501,80 +845,47 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'list', - ], + 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ItemBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ItemId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'ItemTitle', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SkuId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'BePromotion', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'default' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], ], 'responses' => [ @@ -1582,30 +893,13 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'RequestId' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], 'Items' => [ 'type' => 'object', 'itemNode' => true, @@ -1615,134 +909,47 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'ActionPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ItemTitle' => [ - 'type' => 'string', - ], - 'CustomizeFeatureH' => [ - 'type' => 'string', - ], - 'BrandName' => [ - 'type' => 'string', - ], - 'SourceCode' => [ - 'type' => 'string', - ], - 'PriceUnit' => [ - 'type' => 'string', - ], - 'OriginalPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ForestFirstId' => [ - 'type' => 'string', - ], - 'CustomizeFeatureI' => [ - 'type' => 'string', - ], - 'ProductionPlace' => [ - 'type' => 'string', - ], - 'CustomizeFeatureB' => [ - 'type' => 'string', - ], - 'ItemShortTitle' => [ - 'type' => 'string', - ], - 'CustomizeFeatureF' => [ - 'type' => 'string', - ], - 'CustomizeFeatureA' => [ - 'type' => 'string', - ], - 'EnergyEfficiency' => [ - 'type' => 'string', - ], - 'CustomizeFeatureD' => [ - 'type' => 'string', - ], - 'MemberPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PromotionStart' => [ - 'type' => 'string', - ], - 'ModelNumber' => [ - 'type' => 'string', - ], - 'CustomizeFeatureC' => [ - 'type' => 'string', - ], - 'ItemId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'CompanyId' => [ - 'type' => 'string', - ], - 'CategoryName' => [ - 'type' => 'string', - ], - 'CustomizeFeatureE' => [ - 'type' => 'string', - ], - 'SuggestPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ExtraAttribute' => [ - 'type' => 'string', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'SaleSpec' => [ - 'type' => 'string', - ], - 'PromotionText' => [ - 'type' => 'string', - ], - 'CustomizeFeatureJ' => [ - 'type' => 'string', - ], - 'OptionGroups' => [ - 'type' => 'string', - ], - 'BePromotion' => [ - 'type' => 'boolean', - ], - 'PromotionReason' => [ - 'type' => 'string', - ], - 'SkuId' => [ - 'type' => 'string', - ], - 'Rank' => [ - 'type' => 'string', - ], - 'BeSourceCode' => [ - 'type' => 'boolean', - ], - 'ForestSecondId' => [ - 'type' => 'string', - ], - 'ItemQrCode' => [ - 'type' => 'string', - ], - 'CustomizeFeatureG' => [ - 'type' => 'string', - ], - 'PromotionEnd' => [ - 'type' => 'string', - ], - 'ItemBarCode' => [ - 'type' => 'string', - ], + 'ActionPrice' => ['type' => 'integer', 'format' => 'int32'], + 'ItemTitle' => ['type' => 'string'], + 'CustomizeFeatureH' => ['type' => 'string'], + 'BrandName' => ['type' => 'string'], + 'SourceCode' => ['type' => 'string'], + 'PriceUnit' => ['type' => 'string'], + 'OriginalPrice' => ['type' => 'integer', 'format' => 'int32'], + 'ForestFirstId' => ['type' => 'string'], + 'CustomizeFeatureI' => ['type' => 'string'], + 'ProductionPlace' => ['type' => 'string'], + 'CustomizeFeatureB' => ['type' => 'string'], + 'ItemShortTitle' => ['type' => 'string'], + 'CustomizeFeatureF' => ['type' => 'string'], + 'CustomizeFeatureA' => ['type' => 'string'], + 'EnergyEfficiency' => ['type' => 'string'], + 'CustomizeFeatureD' => ['type' => 'string'], + 'MemberPrice' => ['type' => 'integer', 'format' => 'int32'], + 'PromotionStart' => ['type' => 'string'], + 'ModelNumber' => ['type' => 'string'], + 'CustomizeFeatureC' => ['type' => 'string'], + 'ItemId' => ['type' => 'integer', 'format' => 'int64'], + 'CompanyId' => ['type' => 'string'], + 'CategoryName' => ['type' => 'string'], + 'CustomizeFeatureE' => ['type' => 'string'], + 'SuggestPrice' => ['type' => 'integer', 'format' => 'int32'], + 'ExtraAttribute' => ['type' => 'string'], + 'StoreId' => ['type' => 'string'], + 'SaleSpec' => ['type' => 'string'], + 'PromotionText' => ['type' => 'string'], + 'CustomizeFeatureJ' => ['type' => 'string'], + 'OptionGroups' => ['type' => 'string'], + 'BePromotion' => ['type' => 'boolean'], + 'PromotionReason' => ['type' => 'string'], + 'SkuId' => ['type' => 'string'], + 'Rank' => ['type' => 'string'], + 'BeSourceCode' => ['type' => 'boolean'], + 'ForestSecondId' => ['type' => 'string'], + 'ItemQrCode' => ['type' => 'string'], + 'CustomizeFeatureG' => ['type' => 'string'], + 'PromotionEnd' => ['type' => 'string'], + 'ItemBarCode' => ['type' => 'string'], ], ], ], @@ -1755,14 +962,8 @@ 'responseDemo' => '', ], 'DescribeStores' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1772,79 +973,47 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'create', - ], + 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StoreName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Brand', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Groups', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FromDate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ToDate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'default' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'default' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], ], 'responses' => [ @@ -1852,30 +1021,13 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'RequestId' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], 'Stores' => [ 'type' => 'object', 'itemNode' => true, @@ -1885,42 +1037,18 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Brand' => [ - 'type' => 'string', - ], - 'OutId' => [ - 'type' => 'string', - ], - 'CompanyId' => [ - 'type' => 'string', - ], - 'StoreName' => [ - 'type' => 'string', - ], - 'GmtModified' => [ - 'type' => 'string', - ], - 'Phone' => [ - 'type' => 'string', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'ParentId' => [ - 'type' => 'string', - ], - 'Groups' => [ - 'type' => 'string', - ], - 'Comments' => [ - 'type' => 'string', - ], - 'GmtCreate' => [ - 'type' => 'string', - ], - 'Level' => [ - 'type' => 'string', - ], + 'Brand' => ['type' => 'string'], + 'OutId' => ['type' => 'string'], + 'CompanyId' => ['type' => 'string'], + 'StoreName' => ['type' => 'string'], + 'GmtModified' => ['type' => 'string'], + 'Phone' => ['type' => 'string'], + 'StoreId' => ['type' => 'string'], + 'ParentId' => ['type' => 'string'], + 'Groups' => ['type' => 'string'], + 'Comments' => ['type' => 'string'], + 'GmtCreate' => ['type' => 'string'], + 'Level' => ['type' => 'string'], ], ], ], @@ -1933,14 +1061,8 @@ 'responseDemo' => '', ], 'DescribeUserOperationLog' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1950,123 +1072,72 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'list', - ], + 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EslBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ItemBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ItemId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'ItemTitle', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OperateType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OperateStatus', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OperateUserId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'FromDate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ToDate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Reverse', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - 'default' => 'false', - ], + 'schema' => ['type' => 'boolean', 'required' => false, 'default' => 'false'], ], [ 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '1', - 'default' => '1', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1', 'default' => '1'], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'maximum' => '100', - 'minimum' => '1', - 'default' => '10', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10'], ], ], 'responses' => [ @@ -2074,30 +1145,13 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'RequestId' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], 'OperationLogs' => [ 'type' => 'object', 'itemNode' => true, @@ -2107,41 +1161,17 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'ShelfCode' => [ - 'type' => 'string', - ], - 'StoreId' => [ - 'type' => 'string', - ], - 'OperateTime' => [ - 'type' => 'string', - ], - 'EslBarCode' => [ - 'type' => 'string', - ], - 'OperateType' => [ - 'type' => 'string', - ], - 'ItemActionPrice' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'ItemTitle' => [ - 'type' => 'string', - ], - 'OperateUserId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'ItemId' => [ - 'type' => 'string', - ], - 'OperateStatus' => [ - 'type' => 'string', - ], - 'ItemBarCode' => [ - 'type' => 'string', - ], + 'ShelfCode' => ['type' => 'string'], + 'StoreId' => ['type' => 'string'], + 'OperateTime' => ['type' => 'string'], + 'EslBarCode' => ['type' => 'string'], + 'OperateType' => ['type' => 'string'], + 'ItemActionPrice' => ['type' => 'integer', 'format' => 'int32'], + 'ItemTitle' => ['type' => 'string'], + 'OperateUserId' => ['type' => 'integer', 'format' => 'int64'], + 'ItemId' => ['type' => 'string'], + 'OperateStatus' => ['type' => 'string'], + 'ItemBarCode' => ['type' => 'string'], ], ], ], @@ -2154,14 +1184,8 @@ 'responseDemo' => '', ], 'DescribeUserRamPolicy' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2171,9 +1195,7 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'list', - ], + 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'UserType', @@ -2181,28 +1203,18 @@ 'schema' => [ 'type' => 'string', 'required' => true, - 'enum' => [ - 'company_admin', - 'store_admin', - 'client_operator', - ], + 'enum' => ['company_admin', 'store_admin', 'client_operator'], ], ], [ 'name' => 'CompanyId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -2210,21 +1222,11 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'Policy' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'Policy' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -2232,14 +1234,8 @@ 'responseDemo' => '', ], 'SearchApService' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2248,51 +1244,32 @@ 'BearerToken' => [], ], ], - 'systemTags' => [ - 'operationType' => 'get', - ], + 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApMac', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Activated', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], 'responses' => [ @@ -2300,30 +1277,13 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'RequestId' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Message' => [ - 'type' => 'string', - ], - 'PageSize' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'PageNumber' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'TotalCount' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'RequestId' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], + 'ErrorCode' => ['type' => 'string'], + 'Message' => ['type' => 'string'], + 'PageSize' => ['type' => 'integer', 'format' => 'int32'], + 'PageNumber' => ['type' => 'integer', 'format' => 'int32'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], 'Items' => [ 'type' => 'object', 'itemNode' => true, @@ -2333,18 +1293,10 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'Status' => [ - 'type' => 'boolean', - ], - 'IsActivate' => [ - 'type' => 'boolean', - ], - 'Model' => [ - 'type' => 'string', - ], - 'Mac' => [ - 'type' => 'string', - ], + 'Status' => ['type' => 'boolean'], + 'IsActivate' => ['type' => 'boolean'], + 'Model' => ['type' => 'string'], + 'Mac' => ['type' => 'string'], ], ], ], @@ -2357,14 +1309,8 @@ 'responseDemo' => '', ], 'UnbindEslDevice' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2374,33 +1320,22 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EslBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ItemBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -2408,18 +1343,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -2427,14 +1354,8 @@ 'responseDemo' => '', ], 'UnbindEslDeviceShelf' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2444,25 +1365,17 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EslBarCode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ @@ -2470,18 +1383,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -2489,14 +1394,8 @@ 'responseDemo' => '', ], 'UpdateStore' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -2506,65 +1405,42 @@ ], ], 'operationType' => 'readAndWrite', - 'systemTags' => [ - 'operationType' => 'update', - ], + 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StoreName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Brand', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Groups', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Comments', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Phone', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ @@ -2572,18 +1448,10 @@ 'schema' => [ 'type' => 'object', 'properties' => [ - 'Message' => [ - 'type' => 'string', - ], - 'RequestId' => [ - 'type' => 'string', - ], - 'ErrorCode' => [ - 'type' => 'string', - ], - 'Success' => [ - 'type' => 'boolean', - ], + 'Message' => ['type' => 'string'], + 'RequestId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'Success' => ['type' => 'boolean'], ], ], ], @@ -2592,221 +1460,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'], ], ]; |
