'1.0', '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', ], ], ], 'components' => [ 'schemas' => [], ], 'apis' => [ 'ActivateApService' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'example' => 's-sds1233****'], ], [ 'name' => 'ApMac', 'in' => 'query', 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'example' => '23sdsf343****'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['description' => '', 'type' => 'string', 'example' => 'success'], 'RequestId' => ['description' => '', 'type' => 'string', 'example' => '123-1212-sdfsf2'], 'ErrorCode' => ['description' => '', 'type' => 'string', 'example' => 'ERROR'], 'Success' => ['description' => '', 'type' => 'boolean', 'example' => 'true'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"success\\",\\n \\"RequestId\\": \\"123-1212-sdfsf2\\",\\n \\"ErrorCode\\": \\"ERROR\\",\\n \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"\\n\\n success\\n A7E52C64-959B-4452-8479-DEE18346A9B8\\n true\\n \\n ","errorExample":""}]', 'title' => 'ActivateApService', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'BindApStoreService' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApMac', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['type' => 'string'], 'RequestId' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string'], 'Success' => ['type' => 'boolean'], ], ], ], ], 'responseDemo' => null, ], 'BindEslDevice' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'example' => 's-eakv0a21k6'], ], [ 'name' => 'EslBarCode', 'in' => 'query', 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'example' => '1234567'], ], [ 'name' => 'ItemBarCode', 'in' => 'query', 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'example' => '755439'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['description' => '', 'type' => 'string', 'example' => ''], 'RequestId' => ['description' => '', 'type' => 'string', 'example' => 'dFDAA-FB4A-46C5-8C04-89ACCDC62514'], 'ErrorCode' => ['description' => '', 'type' => 'string', 'example' => 'No.Find.Item'], 'Success' => ['description' => '', 'type' => 'boolean', 'example' => 'false'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"未找到对应商品\\",\\n \\"RequestId\\": \\"dFDAA-FB4A-46C5-8C04-89ACCDC62514\\",\\n \\"ErrorCode\\": \\"No.Find.Item\\",\\n \\"Success\\": false\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'BatchInsertItems' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'ItemInfo', 'in' => 'formData', 'style' => 'repeatList', 'schema' => [ 'type' => 'array', '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'], ], ], 'required' => true, 'maxItems' => 500, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['type' => 'string'], 'RequestId' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string'], 'Success' => ['type' => 'boolean'], 'BatchResults' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'BatchResult' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Index' => ['type' => 'integer', 'format' => 'int32'], 'Message' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string'], 'Success' => ['type' => 'boolean'], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'BindEslDeviceShelf' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'example' => 's-eakv0a21k6'], ], [ 'name' => 'EslBarCode', 'in' => 'query', 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'example' => '1234567'], ], [ 'name' => 'ShelfCode', 'in' => 'query', 'schema' => ['description' => '', 'type' => 'string', 'required' => true, 'example' => '8765'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['description' => '', 'type' => 'string', 'example' => ''], 'RequestId' => ['description' => '', 'type' => 'string', 'example' => 'dFDAA-FB4A-46C5-8C04-89ACCDC62514'], 'ErrorCode' => ['description' => '', 'type' => 'string', 'example' => 'No.Find.Device'], 'Success' => ['description' => '', 'type' => 'boolean', 'example' => 'false'], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"找不到对应的价签设备\\",\\n \\"RequestId\\": \\"dFDAA-FB4A-46C5-8C04-89ACCDC62514\\",\\n \\"ErrorCode\\": \\"No.Find.Device\\",\\n \\"Success\\": false\\n}","errorExample":""},{"type":"xml","example":"","errorExample":""}]', ], 'CreateStore' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'CompanyId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StoreName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Brand', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Groups', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Comments', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ParentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Phone', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'StoreId' => ['type' => 'string'], 'Message' => ['type' => 'string'], 'RequestId' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string'], 'Success' => ['type' => 'boolean'], ], ], ], ], 'responseDemo' => null, ], 'DeleteApService' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApMac', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['type' => 'string'], 'RequestId' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string'], 'Success' => ['type' => 'boolean'], ], ], ], ], 'responseDemo' => null, ], 'DeleteEslDevice' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EslBarCode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['type' => 'string'], 'RequestId' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string'], 'Success' => ['type' => 'boolean'], ], ], ], ], 'responseDemo' => null, ], 'DeleteItem' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ItemBarCode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['type' => 'string'], 'RequestId' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string'], 'Success' => ['type' => 'boolean'], ], ], ], ], 'responseDemo' => null, ], 'DeleteItemBySkuId' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], [ 'name' => 'SkuId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true, 'docRequired' => true], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['type' => 'string'], 'RequestId' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string'], 'Success' => ['type' => 'boolean'], ], ], ], ], 'responseDemo' => null, ], 'DeleteStore' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'delete'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['type' => 'string'], 'RequestId' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string'], 'Success' => ['type' => 'boolean'], ], ], ], ], 'responseDemo' => null, ], 'DescribeAlarms' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AlarmId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AlarmType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ErrorType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AlarmStatus', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FromAlarmTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ToAlarmTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', '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'], ], ], 'responses' => [ 200 => [ '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'], 'Alarms' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'AlarmInfo' => [ 'type' => 'array', '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'], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'DescribeCompany' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', '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'], ], ], ], ], 'responseDemo' => null, ], 'DescribeEslDevices' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EslBarCode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Mac', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Vendor', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ShelfCode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', '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'], ], [ 'name' => 'FromBatteryLevel', 'in' => 'query', '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'], ], [ 'name' => 'BeBind', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'ItemBarCode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ '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'], 'EslDevices' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'EslDeviceInfo' => [ 'type' => 'array', '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'], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'DescribeItems' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ItemBarCode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ItemId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'ItemTitle', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SkuId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'BePromotion', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', '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'], ], ], 'responses' => [ 200 => [ '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'], 'Items' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ItemInfo' => [ 'type' => 'array', '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'], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'DescribeStores' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'create'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StoreName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Brand', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Groups', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FromDate', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ToDate', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', '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'], ], ], 'responses' => [ 200 => [ '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'], 'Stores' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'StoreInfo' => [ 'type' => 'array', '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'], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'DescribeUserOperationLog' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EslBarCode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ItemBarCode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ItemId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'ItemTitle', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OperateType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OperateStatus', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OperateUserId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'FromDate', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ToDate', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Reverse', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false, 'default' => 'false'], ], [ 'name' => 'PageNumber', 'in' => 'query', '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'], ], ], 'responses' => [ 200 => [ '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'], 'OperationLogs' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'OperationLogInfo' => [ 'type' => 'array', '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'], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'DescribeUserRamPolicy' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'UserType', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'enum' => ['company_admin', 'store_admin', 'client_operator'], ], ], [ 'name' => 'CompanyId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['type' => 'string'], 'Policy' => ['type' => 'string'], 'RequestId' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string'], 'Success' => ['type' => 'boolean'], ], ], ], ], 'responseDemo' => null, ], 'SearchApService' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ApMac', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Activated', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], ], 'responses' => [ 200 => [ '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'], 'Items' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ApInfo' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => ['type' => 'boolean'], 'IsActivate' => ['type' => 'boolean'], 'Model' => ['type' => 'string'], 'Mac' => ['type' => 'string'], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'UnbindEslDevice' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EslBarCode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ItemBarCode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['type' => 'string'], 'RequestId' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string'], 'Success' => ['type' => 'boolean'], ], ], ], ], 'responseDemo' => null, ], 'UnbindEslDeviceShelf' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EslBarCode', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['type' => 'string'], 'RequestId' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string'], 'Success' => ['type' => 'boolean'], ], ], ], ], 'responseDemo' => null, ], 'UpdateStore' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], [ 'BearerToken' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => ['operationType' => 'update'], 'parameters' => [ [ 'name' => 'StoreId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StoreName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Brand', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OutId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Groups', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Comments', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Phone', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Message' => ['type' => 'string'], 'RequestId' => ['type' => 'string'], 'ErrorCode' => ['type' => 'string'], 'Success' => ['type' => 'boolean'], ], ], ], ], 'responseDemo' => null, ], ], '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'], ], ];