'1.0',
'info' => [
'style' => 'RPC',
'product' => 'cloudesl',
'version' => '2020-02-01',
],
'directories' => [
[
'id' => 149062,
'title' => null,
'type' => 'directory',
'children' => [
'BindEslDevice',
'UnbindEslDevice',
'UpdateEslDeviceLight',
'DescribeBinders',
'DescribeEslDevice',
'DescribeEslDevices',
],
],
[
'id' => 149069,
'title' => null,
'type' => 'directory',
'children' => [
'CreateStore',
'DeleteStore',
'UpdateStore',
'UpdateStoreConfig',
'DescribeStores',
'DescribeStoreConfig',
],
],
[
'id' => 149076,
'title' => null,
'type' => 'directory',
'children' => [
'DeleteItem',
'BatchInsertItems',
'DescribeItems',
],
],
[
'id' => 149080,
'title' => null,
'type' => 'directory',
'children' => [
'AddUser',
'DeleteUser',
'AssignUser',
'UnassignUser',
'DescribeUserLog',
'DescribeUsers',
'GetUser',
],
],
[
'id' => 149088,
'title' => null,
'type' => 'directory',
'children' => [
'AddApDevice',
'DeleteApDevice',
'ActivateApDevice',
'DescribeApDevices',
],
],
[
'id' => 362556,
'title' => null,
'type' => 'directory',
'children' => [
'ApplyCompanyTemplateVersionToStores',
'DescribeStoreByTemplateVersion',
'DescribeCompanyTemplateVersions',
'DescribeEslModelByTemplateVersion',
'DescribeTemplateByModel',
'DescribeAvailableEslModels',
'DeleteCompanyTemplate',
'AddCompanyTemplate',
'SyncAddMaterial',
'QueryTemplateListByGroupId',
],
],
],
'components' => [
'schemas' => [],
],
'apis' => [
'BindEslDevice' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
],
'parameters' => [
[
'name' => 'ItemBarCode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '690560583****',
],
],
[
'name' => 'EslBarCode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '18bc5a63****',
],
],
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 's-dxsxx****',
],
],
[
'name' => 'Shelf',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '20200201',
],
],
[
'name' => 'Layer',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '1',
],
],
[
'name' => 'Column',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '1',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '{}',
],
],
[
'name' => 'LayoutId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '7',
],
],
[
'name' => 'ContainerId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '20',
],
],
[
'name' => 'ContainerName',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
[
'name' => 'LayoutName',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
],
],
],
],
'errorCodes' => [
418 => [
[
'errorCode' => 'LayoutOrContainerIsNotExistErrorPub',
'errorMessage' => 'Layout or Container is not exist.',
],
[
'errorCode' => 'ContainerTemplateNoMatchPub',
'errorMessage' => 'The Template of the Container has not match at all.',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","errorExample":""},{"type":"xml","example":"200\\n\\n 8F124625-DF0A-4B08-B205-2CF538FAF713\\n true\\n\\n8F124625-DF0A-4B08-B205-2CF538FAF713\\ntrue","errorExample":""}]',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'UnbindEslDevice' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
],
'parameters' => [
[
'name' => 'EslBarCode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '18bc5a63****',
],
],
[
'name' => 'ItemBarCode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '690560583****',
],
],
[
'name' => 'Column',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '1',
],
],
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 's-dxsxx****',
],
],
[
'name' => 'Shelf',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '20200201',
],
],
[
'name' => 'Layer',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '1',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '{}',
],
],
[
'name' => 'ContainerName',
'in' => 'formData',
'schema' => [
'type' => 'string',
'required' => false,
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","errorExample":""},{"type":"xml","example":"200\\n\\n 8F124625-DF0A-4B08-B205-2CF538FAF713\\n true\\n\\n8F124625-DF0A-4B08-B205-2CF538FAF713\\ntrue","errorExample":""}]',
'title' => 'UnbindEslDevice',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'UpdateEslDeviceLight' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
],
'parameters' => [
[
'name' => 'LedColor',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'GREEN',
],
],
[
'name' => 'Frequency',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'NORMAL',
],
],
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 's-dxsxx****',
],
],
[
'name' => 'ItemBarCode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '6905605836648',
],
],
[
'name' => 'LightUpTime',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => true,
'docRequired' => true,
'example' => '30',
],
],
[
'name' => 'EslBarCode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '18bc5a631ak9',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'type' => 'string',
'required' => false,
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'FailCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '0',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'SuccessCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
'LightFailEslInfos' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'EslBarCode' => [
'description' => '',
'type' => 'string',
'example' => '18bc5a63****',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified ESL device does not exist.',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"FailCount\\": 0,\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"SuccessCount\\": 1,\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\",\\n \\"LightFailEslInfos\\": [\\n {\\n \\"EslBarCode\\": \\"18bc5a63****\\",\\n \\"ErrorMessage\\": \\"The specified ESL device does not exist.\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"200\\n\\n 8F124625-DF0A-4B08-B205-2CF538FAF713\\n true\\n\\n8F124625-DF0A-4B08-B205-2CF538FAF713\\ntrue","errorExample":""}]',
'title' => 'UpdateEslDeviceLight',
'extraInfo' => ' ',
],
'DescribeBinders' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'ItemBarCode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '690560583****',
],
],
[
'name' => 'EslBarCode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '18bc5a63****',
],
],
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 's-dxsxx****',
],
],
[
'name' => 'PageNumber',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '1',
],
],
[
'name' => 'ItemTitle',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '10',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '{}',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '6E0FF7FA-3F89-598F-9BF2-57DF480FE111',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'null',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'PageNumber' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'PageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '20',
],
'TotalCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '24',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
'EslItemBindInfos' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'EslBarCode' => [
'description' => '',
'type' => 'string',
'example' => '18bc5a63****',
],
'TemplateSceneId' => [
'description' => '',
'type' => 'string',
'example' => '123456',
],
'ActionPrice' => [
'description' => '',
'type' => 'string',
'example' => '690',
],
'ItemTitle' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'PromotionStart' => [
'description' => '',
'type' => 'string',
'example' => '2020-03-16T07:05:34Z',
],
'PriceUnit' => [
'description' => '',
'type' => 'string',
'example' => '187',
],
'OriginalPrice' => [
'description' => '',
'type' => 'string',
'example' => '500',
],
'ItemId' => [
'description' => '',
'type' => 'string',
'example' => '1234567',
],
'GmtModified' => [
'description' => '',
'type' => 'string',
'example' => '1656469716000',
],
'EslPic' => [
'description' => '',
'type' => 'string',
'example' => 'kUzlfuzgayDo5uTXW3D66Q',
],
'StoreId' => [
'description' => '',
'type' => 'string',
'example' => 's-pdwrrnkufn',
],
'ItemShortTitle' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'BindId' => [
'description' => '',
'type' => 'string',
'example' => 'b4adf048-f36d-4da5-a8bb-ab4adbd5eb04',
],
'PromotionText' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'EslModel' => [
'description' => '',
'type' => 'string',
'example' => 'AESL0213',
],
'BePromotion' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'SkuId' => [
'description' => 'SkuID。',
'type' => 'string',
'example' => '124',
],
'EslConnectAp' => [
'description' => '',
'type' => 'string',
'example' => '11:22:33:44:55:66',
],
'EslStatus' => [
'description' => '',
'type' => 'string',
'example' => 'ESL_STATUS_ONLINE',
],
'TemplateId' => [
'description' => '',
'type' => 'string',
'example' => '123456',
],
'PromotionEnd' => [
'description' => '',
'type' => 'string',
'example' => '2020-03-17T07:05:34Z',
],
'ItemBarCode' => [
'description' => '',
'type' => 'string',
'example' => '690560583****',
],
'ContainerName' => [
'title' => '绑定的模板区域名称',
'description' => '',
'type' => 'string',
'example' => '2',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"6E0FF7FA-3F89-598F-9BF2-57DF480FE111\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"null\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 20,\\n \\"TotalCount\\": 24,\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\",\\n \\"EslItemBindInfos\\": [\\n {\\n \\"EslBarCode\\": \\"18bc5a63****\\",\\n \\"TemplateSceneId\\": \\"123456\\",\\n \\"ActionPrice\\": \\"690\\",\\n \\"ItemTitle\\": \\"麦麸吐司\\",\\n \\"PromotionStart\\": \\"2020-03-16T07:05:34Z\\",\\n \\"PriceUnit\\": \\"187\\",\\n \\"OriginalPrice\\": \\"500\\",\\n \\"ItemId\\": \\"1234567\\",\\n \\"GmtModified\\": \\"1656469716000\\",\\n \\"EslPic\\": \\"kUzlfuzgayDo5uTXW3D66Q\\",\\n \\"StoreId\\": \\"s-pdwrrnkufn\\",\\n \\"ItemShortTitle\\": \\"牛奶\\",\\n \\"BindId\\": \\"b4adf048-f36d-4da5-a8bb-ab4adbd5eb04\\",\\n \\"PromotionText\\": \\"买一送一\\",\\n \\"EslModel\\": \\"AESL0213\\",\\n \\"BePromotion\\": true,\\n \\"SkuId\\": \\"124\\",\\n \\"EslConnectAp\\": \\"11:22:33:44:55:66\\",\\n \\"EslStatus\\": \\"ESL_STATUS_ONLINE\\",\\n \\"TemplateId\\": \\"123456\\",\\n \\"PromotionEnd\\": \\"2020-03-17T07:05:34Z\\",\\n \\"ItemBarCode\\": \\"690560583****\\",\\n \\"ContainerName\\": \\"2\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 6E0FF7FA-3F89-598F-9BF2-57DF480FE111\\n The specified resource type is invalid.\\n true\\n MandatoryParameters\\n -1001\\n null\\n The specified store %s does not exist.\\n 1\\n 20\\n 24\\n PlatformResponseError.%s\\n \\n 18bc5a63****\\n 123456\\n 690\\n 麦麸吐司\\n 2020-03-16T07:05:34Z\\n 187\\n 500\\n 1234567\\n 1656469716000\\n kUzlfuzgayDo5uTXW3D66Q\\n s-pdwrrnkufn\\n 牛奶\\n b4adf048-f36d-4da5-a8bb-ab4adbd5eb04\\n 买一送一\\n AESL0213\\n true\\n 124\\n 11:22:33:44:55:66\\n ESL_STATUS_ONLINE\\n 123456\\n 2020-03-17T07:05:34Z\\n 690560583****\\n 2\\n \\n","errorExample":""}]',
],
'DescribeEslDevice' => [
'summary' => '增量查询价签绑定状态',
'methods' => [
'post',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'type' => 'string',
],
],
[
'name' => 'FromDate',
'in' => 'formData',
'schema' => [
'type' => 'string',
],
],
[
'name' => 'ToDate',
'in' => 'formData',
'schema' => [
'type' => 'string',
],
],
[
'name' => 'PageNumber',
'in' => 'formData',
'schema' => [
'type' => 'integer',
'format' => 'int64',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'type' => 'integer',
'format' => 'int64',
],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'type' => 'object',
'properties' => [
'TotalCount' => [
'type' => 'integer',
'format' => 'int64',
],
'PageSize' => [
'type' => 'integer',
'format' => 'int64',
],
'RequestId' => [
'type' => 'string',
],
'PageNumber' => [
'type' => 'integer',
'format' => 'int64',
],
'Success' => [
'type' => 'boolean',
],
'EslDetails' => [
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'EslBarCode' => [
'type' => 'string',
],
'LastUpdateTime' => [
'type' => 'string',
],
'ItemBarCode' => [
'type' => 'integer',
'format' => 'int64',
],
'ItemId' => [
'type' => 'integer',
'format' => 'int64',
],
'ItemShortTitle' => [
'type' => 'string',
],
'Status' => [
'type' => 'string',
],
'StoreId' => [
'type' => 'string',
],
],
],
],
],
],
],
],
'responseDemo' => null,
],
'DescribeEslDevices' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'PageNumber',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '1',
'format' => 'int32',
'required' => false,
'type' => 'integer',
],
],
[
'name' => 'Type',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => 'ESL_TYPE_E_INK',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'TypeEncode',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => 'LOW_TEMPLATE',
'required' => false,
'title' => '类型编码'."\n"
.'取值范围如下:'."\n"
.'NORMAL 常规'."\n"
.'LOW_TEMPLATE 低温价签'."\n"
.'THREE_COLOR 三色价签'."\n"
.'ESL_TYPE_DM_LCD 段码屏幕'."\n"
.'ESL_TYPE_FULL_COLOR 彩色屏幕'."\n"
.'ESL_TYPE_MUTIMEDIA 多媒体',
'type' => 'string',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '10',
'format' => 'int32',
'required' => false,
'type' => 'integer',
],
],
[
'name' => 'ToBatteryLevel',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '80',
'format' => 'int32',
'required' => false,
'type' => 'integer',
],
],
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => 's-dxsxx****',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'EslStatus',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => 'ESL_STATUS_ONLINE',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'EslBarCode',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '18bc5a63****',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'FromBatteryLevel',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '20',
'format' => 'int32',
'required' => false,
'type' => 'integer',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '{}',
'required' => false,
'type' => 'string',
],
],
],
'responses' => [
200 => [
'schema' => [
'properties' => [
'RequestId' => [
'description' => '',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
'type' => 'string',
],
'ErrorMessage' => [
'description' => '',
'example' => 'The specified resource type is invalid.',
'type' => 'string',
],
'Success' => [
'description' => '',
'example' => 'true',
'type' => 'boolean',
],
'ErrorCode' => [
'description' => '',
'example' => 'MandatoryParameters ',
'type' => 'string',
],
'Code' => [
'description' => '',
'example' => '-1001',
'type' => 'string',
],
'Message' => [
'description' => '',
'example' => 'success',
'type' => 'string',
],
'DynamicMessage' => [
'description' => '',
'example' => 'The specified store %s does not exist.',
'type' => 'string',
],
'PageNumber' => [
'description' => '',
'example' => '1',
'format' => 'int32',
'type' => 'integer',
],
'PageSize' => [
'description' => '',
'example' => '10',
'format' => 'int32',
'type' => 'integer',
],
'TotalCount' => [
'description' => '',
'example' => '100',
'format' => 'int32',
'type' => 'integer',
],
'DynamicCode' => [
'description' => '',
'example' => 'PlatformResponseError.%s',
'type' => 'string',
],
'EslDevices' => [
'description' => '',
'items' => [
'properties' => [
'Type' => [
'description' => '',
'example' => 'ESL_TYPE_E_INK',
'type' => 'string',
],
'StoreId' => [
'description' => '',
'example' => 's-dxsxx****',
'type' => 'string',
],
'EslBarCode' => [
'description' => '',
'example' => '18bc5a63****',
'type' => 'string',
],
'Model' => [
'description' => '',
'example' => 'AESL0213',
'type' => 'string',
],
'LastCommunicateTime' => [
'description' => '',
'example' => '2020-03-16T07:04:16Z',
'type' => 'string',
],
'ScreenHeight' => [
'description' => '',
'example' => '200',
'format' => 'int32',
'type' => 'integer',
],
'ScreenWidth' => [
'description' => '',
'example' => '200',
'format' => 'int32',
'type' => 'integer',
],
'EslSignal' => [
'description' => '',
'example' => '54',
'format' => 'int32',
'type' => 'integer',
],
'BatteryLevel' => [
'description' => '',
'example' => '100',
'format' => 'int32',
'type' => 'integer',
],
'EslStatus' => [
'description' => '',
'example' => 'ESL_STATUS_ONLINE',
'type' => 'string',
],
'Mac' => [
'description' => '',
'example' => '18:bc:5a:63:**:**',
'type' => 'string',
],
'TypeEncode' => [
'description' => '',
'example' => 'THREE_COLOR',
'title' => '类型编码'."\n"
.'取值范围如下:'."\n"
.'NORMAL 常规'."\n"
.'LOW_TEMPLATE 低温价签'."\n"
.'THREE_COLOR 三色价签'."\n"
.'ESL_TYPE_DM_LCD 段码屏幕'."\n"
.'ESL_TYPE_FULL_COLOR 彩色屏幕'."\n"
.'ESL_TYPE_MUTIMEDIA 多媒体'."\n",
'type' => 'string',
],
'LayoutId' => [
'description' => '',
'example' => '7',
'type' => 'string',
],
'LayoutName' => [
'description' => '',
'example' => '',
'type' => 'string',
],
],
'type' => 'object',
],
'type' => 'array',
],
],
'type' => 'object',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters \\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 100,\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\",\\n \\"EslDevices\\": [\\n {\\n \\"Type\\": \\"ESL_TYPE_E_INK\\",\\n \\"StoreId\\": \\"s-dxsxx****\\",\\n \\"EslBarCode\\": \\"18bc5a63****\\",\\n \\"Model\\": \\"AESL0213\\",\\n \\"LastCommunicateTime\\": \\"2020-03-16T07:04:16Z\\",\\n \\"ScreenHeight\\": 200,\\n \\"ScreenWidth\\": 200,\\n \\"EslSignal\\": 54,\\n \\"BatteryLevel\\": 100,\\n \\"EslStatus\\": \\"ESL_STATUS_ONLINE\\",\\n \\"Mac\\": \\"18:bc:5a:63:**:**\\",\\n \\"TypeEncode\\": \\"THREE_COLOR\\",\\n \\"LayoutId\\": \\"7\\",\\n \\"LayoutName\\": \\"新增布局\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"200\\n\\n 4\\n 10\\n 80B45212-5669-4B27-9B8E-80BDCB18E99C\\n 1\\n \\n 18bc5a63****\\n ESL_TYPE_E_INK\\n 100\\n s-ph5agd****\\n 320\\n ESL_STATUS_ONLINE\\n 240\\n 2020-03-16T07:04:16Z\\n 18:bc:5a:63:**:**\\n 47\\n \\n \\n 18bc5a7a****\\n ESL_TYPE_E_INK\\n 100\\n s-ph5agd****\\n 400\\n ESL_STATUS_OFFLINE\\n 300\\n 2020-03-14T17:19:57Z\\n 18:bc:5a:7a:**:**\\n 47\\n \\n true\\n\\n80B45212-5669-4B27-9B8E-80BDCB18E99C\\ntrue","errorExample":""}]',
'extraInfo' => ' ',
'responseParamsDescription' => ' ',
],
'CreateStore' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
],
'parameters' => [
[
'name' => 'ParentId',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => 's-dxsxx****',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'UserStoreCode',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '20200201',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'StoreName',
'in' => 'formData',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => '',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'Phone',
'in' => 'formData',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => '0571-5666888',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'ClientToken',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '1212',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '{}',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'TimeZone',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => 'GMT+08:00',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'BarCodeEncode',
'in' => 'formData',
'schema' => [
'description' => '',
'enumValueTitles' => [],
'example' => '0',
'format' => 'int32',
'maximum' => '1',
'minimum' => '0',
'required' => false,
'type' => 'integer',
'default' => '0',
],
],
[
'name' => 'AutoUnbindOfflineEsl',
'in' => 'formData',
'schema' => [
'required' => false,
'title' => '是否启用自动解绑离线价签',
'type' => 'boolean',
'default' => 'false',
],
],
[
'name' => 'AutoUnbindDays',
'in' => 'formData',
'schema' => [
'format' => 'int32',
'minimum' => '7',
'required' => false,
'title' => '自动解绑离线价签条件-价签离线天数',
'type' => 'integer',
'default' => '36500',
],
],
],
'responses' => [
200 => [
'schema' => [
'properties' => [
'StoreId' => [
'description' => '',
'example' => 's-dxsxx****',
'type' => 'string',
],
'RequestId' => [
'description' => '',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
'type' => 'string',
],
'ErrorMessage' => [
'description' => '',
'example' => 'The specified resource type is invalid.',
'type' => 'string',
],
'Success' => [
'description' => '',
'example' => 'true',
'type' => 'boolean',
],
'ErrorCode' => [
'description' => '',
'example' => 'MandatoryParameters',
'type' => 'string',
],
'Code' => [
'description' => '',
'example' => '-1001',
'type' => 'string',
],
'Message' => [
'description' => '',
'example' => 'success',
'type' => 'string',
],
'DynamicMessage' => [
'description' => '',
'example' => 'The specified store %s does not exist.',
'type' => 'string',
],
'DynamicCode' => [
'description' => '',
'example' => 'PlatformResponseError.%s',
'type' => 'string',
],
],
'type' => 'object',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"StoreId\\": \\"s-dxsxx****\\",\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","errorExample":""},{"type":"xml","example":"200\\n\\n 8F124625-DF0A-4B08-B205-2CF538FAF713\\n true\\n\\n8F124625-DF0A-4B08-B205-2CF538FAF713\\ntrue","errorExample":""}]',
'extraInfo' => ' ',
'responseParamsDescription' => ' ',
],
'DeleteStore' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
],
'parameters' => [
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 's-dxsxx****',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '{}',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","errorExample":""},{"type":"xml","example":"200\\n\\n 8F124625-DF0A-4B08-B205-2CF538FAF713\\n true\\n\\n8F124625-DF0A-4B08-B205-2CF538FAF713\\ntrue","errorExample":""}]',
'title' => 'DeleteStore',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
],
'UpdateStore' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
],
'parameters' => [
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => 's-dxsxx****',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'UserStoreCode',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '123456',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'StoreName',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'Phone',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '0571-5666888',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '{}',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'TemplateVersion',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '1.1.0',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'Timezone',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => 'GMT+08:00',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'BarCodeEncode',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '0',
'format' => 'int32',
'maximum' => '1',
'minimum' => '0',
'required' => false,
'type' => 'integer',
'default' => '0',
],
],
[
'name' => 'AutoUnbindOfflineEsl',
'in' => 'formData',
'schema' => [
'required' => false,
'title' => '是否启用自动解绑离线价签',
'type' => 'boolean',
'default' => 'false',
],
],
[
'name' => 'AutoUnbindDays',
'in' => 'formData',
'schema' => [
'format' => 'int32',
'maximum' => '36500',
'minimum' => '7',
'required' => false,
'title' => '自动解绑离线价签条件-价签离线天数',
'type' => 'integer',
'default' => '36500',
],
],
],
'responses' => [
200 => [
'schema' => [
'properties' => [
'RequestId' => [
'description' => '',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
'type' => 'string',
],
'ErrorMessage' => [
'description' => '',
'example' => 'The specified resource type is invalid.',
'type' => 'string',
],
'Success' => [
'description' => '',
'example' => 'true',
'type' => 'boolean',
],
'ErrorCode' => [
'description' => '',
'example' => 'MandatoryParameters',
'type' => 'string',
],
'Code' => [
'description' => '',
'example' => '-1001',
'type' => 'string',
],
'Message' => [
'description' => '',
'example' => 'success',
'type' => 'string',
],
'DynamicMessage' => [
'description' => '',
'example' => 'The specified store %s does not exist.',
'type' => 'string',
],
'DynamicCode' => [
'description' => '',
'example' => 'PlatformResponseError.%s',
'type' => 'string',
],
],
'type' => 'object',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","errorExample":""},{"type":"xml","example":"\\n E69C8998-1787-4999-8C75-D663FF1173CF\\n The specified resource type is invalid.\\n true\\n MandatoryParameters\\n -1001\\n success\\n The specified store %s does not exist.\\n PlatformResponseError.%s\\n","errorExample":""}]',
'extraInfo' => ' ',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
],
'UpdateStoreConfig' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
],
'parameters' => [
[
'name' => 'NotificationSilentTimes',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '[{"from":960,"to":1320},{"from":1170,"to":1230}]',
],
],
[
'name' => 'EnableNotification',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'boolean',
'required' => false,
'example' => 'true',
],
],
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 's-sds1233****',
],
],
[
'name' => 'NotificationWebHook',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'https://oapi.dingtalk.com/robot/send?.',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '{}',
],
],
[
'name' => 'SubscribeContents',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '97B41B7F-A6EC-524C-9B8F-1BDD7E733F5E',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"97B41B7F-A6EC-524C-9B8F-1BDD7E733F5E\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","type":"json"}]',
],
'DescribeStores' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'UserStoreCode',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '123456',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'PageNumber',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '1',
'format' => 'int32',
'required' => false,
'type' => 'integer',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '10',
'format' => 'int32',
'required' => false,
'type' => 'integer',
],
],
[
'name' => 'StoreName',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'ToDate',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '2020-03-08T02:58:16Z',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => 's-dxsxx****',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'FromDate',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '2020-03-06T02:58:16Z',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '{}',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'TemplateVersion',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '1.1.0',
'required' => false,
'type' => 'string',
],
],
],
'responses' => [
200 => [
'schema' => [
'properties' => [
'RequestId' => [
'description' => '',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
'type' => 'string',
],
'ErrorMessage' => [
'description' => '',
'example' => 'The specified resource type is invalid.',
'type' => 'string',
],
'Success' => [
'description' => '',
'example' => 'true',
'type' => 'boolean',
],
'ErrorCode' => [
'description' => '',
'example' => 'MandatoryParameters',
'type' => 'string',
],
'Code' => [
'description' => '',
'example' => '-1001',
'type' => 'string',
],
'Message' => [
'description' => '',
'example' => 'success',
'type' => 'string',
],
'DynamicMessage' => [
'description' => '',
'example' => 'The specified store %s does not exist.',
'type' => 'string',
],
'PageNumber' => [
'description' => '',
'example' => '1',
'format' => 'int32',
'type' => 'integer',
],
'PageSize' => [
'description' => '',
'example' => '10',
'format' => 'int32',
'type' => 'integer',
],
'TotalCount' => [
'description' => '',
'example' => '100',
'format' => 'int32',
'type' => 'integer',
],
'DynamicCode' => [
'description' => '',
'example' => 'PlatformResponseError.%s',
'type' => 'string',
],
'Stores' => [
'description' => '',
'items' => [
'properties' => [
'StoreId' => [
'description' => '',
'example' => 's-dxsxx**** ',
'type' => 'string',
],
'ParentId' => [
'description' => '',
'example' => 's-aasx****',
'type' => 'string',
],
'TimeZone' => [
'type' => 'string',
],
'GmtCreate' => [
'description' => '',
'example' => '2020-03-06T02:58:16Z',
'type' => 'string',
],
'StoreName' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'GmtModified' => [
'description' => '',
'example' => '2020-03-06T02:58:16Z',
'type' => 'string',
],
'TemplateVersion' => [
'description' => '',
'example' => '1.1.0',
'type' => 'string',
],
'Level' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'Phone' => [
'description' => '',
'example' => '0571-5666888',
'type' => 'string',
],
'UserStoreCode' => [
'description' => '',
'example' => '20200201',
'type' => 'string',
],
'BarCodeEncode' => [
'description' => '',
'example' => '0',
'format' => 'int32',
'maximum' => '1',
'minimum' => '0',
'type' => 'integer',
'default' => '0',
],
'AutoUnbindOfflineEsl' => [
'title' => '是否启用自动解绑离线价签',
'type' => 'boolean',
'default' => 'false',
],
'AutoUnbindDays' => [
'title' => '自动解绑离线价签条件-价签离线天数',
'type' => 'integer',
'format' => 'int32',
'default' => '36500',
],
],
'type' => 'object',
],
'type' => 'array',
],
],
'type' => 'object',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 100,\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\",\\n \\"Stores\\": [\\n {\\n \\"StoreId\\": \\"s-dxsxx**** \\",\\n \\"ParentId\\": \\"s-aasx****\\",\\n \\"TimeZone\\": \\"GMT+08:00\\",\\n \\"GmtCreate\\": \\"2020-03-06T02:58:16Z\\",\\n \\"StoreName\\": \\"天猫旗舰店\\",\\n \\"GmtModified\\": \\"2020-03-06T02:58:16Z\\",\\n \\"TemplateVersion\\": \\"1.1.0\\",\\n \\"Level\\": \\"1级\\",\\n \\"Phone\\": \\"0571-5666888\\",\\n \\"UserStoreCode\\": \\"20200201\\",\\n \\"BarCodeEncode\\": 0,\\n \\"AutoUnbindOfflineEsl\\": true,\\n \\"AutoUnbindDays\\": 1\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n E69C8998-1787-4999-8C75-D663FF1173CF\\n The specified resource type is invalid.\\n true\\n MandatoryParameters\\n -1001\\n success\\n The specified store %s does not exist.\\n 1\\n 10\\n 100\\n PlatformResponseError.%s\\n \\n s-dxsxx****\\n s-aasx****\\n GMT+08:00\\n 2020-03-06T02:58:16Z\\n 天猫旗舰店\\n 2020-03-06T02:58:16Z\\n 1.1.0\\n 1级\\n 0571-5666888\\n 20200201\\n 0\\n true\\n 1\\n \\n","errorExample":""}]',
'extraInfo' => ' ',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
],
'DescribeStoreConfig' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 's-dxsxx****',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '{}',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
'StoreConfigInfo' => [
'description' => '',
'type' => 'object',
'properties' => [
'StoreId' => [
'description' => '',
'type' => 'string',
'example' => 's-dxsxx****',
],
'EnableNotification' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'NotificationWebHook' => [
'description' => '',
'type' => 'string',
'example' => 'https://oapi.dingtalk.com/robot/send?.',
],
'NotificationSilentTimes' => [
'description' => '',
'type' => 'string',
'example' => '[{"from":960,"to":1320},{"from":1170,"to":1230}]',
],
'SubscribeContents' => [
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Category' => [
'type' => 'string',
],
'Enable' => [
'type' => 'boolean',
],
'Threshold' => [
'type' => 'string',
],
'AtAll' => [
'type' => 'boolean',
],
'AtMobileList' => [
'type' => 'string',
],
],
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\",\\n \\"StoreConfigInfo\\": {\\n \\"StoreId\\": \\"s-dxsxx****\\",\\n \\"EnableNotification\\": true,\\n \\"NotificationWebHook\\": \\"https://oapi.dingtalk.com/robot/send?.\\",\\n \\"NotificationSilentTimes\\": \\"[{\\\\\\"from\\\\\\":960,\\\\\\"to\\\\\\":1320},{\\\\\\"from\\\\\\":1170,\\\\\\"to\\\\\\":1230}]\\",\\n \\"SubscribeContents\\": [\\n {\\n \\"Category\\": \\"\\",\\n \\"Enable\\": true,\\n \\"Threshold\\": \\"\\",\\n \\"AtAll\\": true,\\n \\"AtMobileList\\": \\"\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"200\\n\\n CE715689-3EBA-422C-B3E7-76D98B7D0AE8\\n \\n s-cc3nq****\\n true\\n \\n true\\n\\nCE715689-3EBA-422C-B3E7-76D98B7D0AE8\\ntrue","errorExample":""}]',
'title' => 'DescribeStoreConfig',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DeleteItem' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
],
'parameters' => [
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 's-dxsxx****',
],
],
[
'name' => 'ItemBarCode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '6937372642255',
],
],
[
'name' => 'UnbindEslDevice',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'boolean',
'required' => false,
'example' => 'false',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","errorExample":""},{"type":"xml","example":"\\n E69C8998-1787-4999-8C75-D663FF1173CF\\n The specified resource type is invalid.\\n true\\n MandatoryParameters\\n -1001\\n success\\n The specified store %s does not exist.\\n PlatformResponseError.%s\\n","errorExample":""}]',
'title' => 'DeleteItem',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'BatchInsertItems' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
],
'parameters' => [
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => 's-dxsxx****',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '{}',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'SyncByItemId',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => 'true',
'required' => false,
'type' => 'boolean',
],
],
[
'name' => 'ItemInfo',
'in' => 'formData',
'style' => 'repeatList',
'schema' => [
'description' => '',
'items' => [
'properties' => [
'ActionPrice' => [
'description' => '',
'example' => '500',
'format' => 'int32',
'required' => true,
'type' => 'integer',
],
'ItemTitle' => [
'description' => '',
'example' => '',
'required' => true,
'type' => 'string',
],
'BrandName' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'SourceCode' => [
'description' => '',
'example' => '1234567',
'required' => false,
'type' => 'string',
],
'PriceUnit' => [
'description' => '',
'example' => '',
'required' => true,
'type' => 'string',
],
'ForestFirstId' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureF' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureA' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureK' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'TemplateSceneId' => [
'description' => '',
'example' => '23452',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureD' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'MemberPrice' => [
'description' => '',
'example' => '800',
'format' => 'int32',
'required' => false,
'type' => 'integer',
],
'ModelNumber' => [
'description' => '',
'example' => '330',
'required' => false,
'type' => 'string',
],
'PromotionStart' => [
'description' => '',
'example' => '2020-02-10T00:00:00Z',
'required' => false,
'type' => 'string',
],
'CategoryName' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureE' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'SuggestPrice' => [
'description' => '',
'example' => '600',
'format' => 'int32',
'required' => false,
'type' => 'integer',
],
'SaleSpec' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'PromotionText' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'PromotionReason' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'Rank' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureG' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'SalesPrice' => [
'description' => '',
'example' => '1000',
'format' => 'int32',
'required' => false,
'type' => 'integer',
],
'CustomizeFeatureH' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'OriginalPrice' => [
'description' => '',
'example' => '1000',
'format' => 'int32',
'required' => false,
'type' => 'integer',
],
'CustomizeFeatureI' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'ProductionPlace' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureB' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'ItemShortTitle' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureN' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'BeMember' => [
'description' => '',
'example' => 'true',
'required' => false,
'type' => 'boolean',
],
'TaxFee' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'InventoryStatus' => [
'description' => '',
'example' => 'OUT_OF_STOCK',
'required' => false,
'type' => 'string',
],
'ItemPicUrl' => [
'description' => '',
'example' => 'http://m.taobao.com/xxx.html',
'required' => false,
'type' => 'string',
],
'SupplierName' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureL' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'EnergyEfficiency' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureC' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'ItemId' => [
'description' => '',
'example' => '1234567',
'required' => true,
'type' => 'string',
],
'Manufacturer' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'Material' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureJ' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureO' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureP' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureQ' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureR' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureS' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureT' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureU' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureV' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureW' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureX' => [
'description' => '',
'example' => '345678',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureY' => [
'description' => '',
'example' => 'YYY',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureZ' => [
'description' => '',
'example' => 'ZZZZ',
'required' => false,
'type' => 'string',
],
'SkuId' => [
'description' => '',
'example' => '1234567',
'required' => false,
'type' => 'string',
],
'CustomizeFeatureM' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'BePromotion' => [
'description' => '',
'example' => 'true',
'required' => false,
'type' => 'boolean',
],
'BeSourceCode' => [
'description' => '',
'example' => 'true',
'required' => false,
'type' => 'boolean',
],
'ForestSecondId' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
'ItemQrCode' => [
'description' => '',
'example' => 'http://m.taobao.com/xxx.html',
'required' => false,
'type' => 'string',
],
'ItemInfoIndex' => [
'description' => '',
'example' => '1',
'format' => 'int32',
'required' => false,
'type' => 'integer',
],
'PromotionEnd' => [
'description' => '',
'example' => '2020-02-01T00:00:00Z',
'required' => false,
'type' => 'string',
],
'ItemBarCode' => [
'description' => '',
'example' => '690560583****',
'required' => true,
'type' => 'string',
],
'BeClearance' => [
'description' => '',
'example' => 'false',
'required' => false,
'type' => 'boolean',
],
],
'required' => false,
'type' => 'object',
],
'maxItems' => 500,
'required' => true,
'type' => 'array',
],
],
],
'responses' => [
200 => [
'schema' => [
'properties' => [
'RequestId' => [
'description' => '',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
'type' => 'string',
],
'ErrorMessage' => [
'description' => '',
'example' => 'The specified resource type is invalid.',
'type' => 'string',
],
'Success' => [
'description' => '',
'example' => 'true',
'type' => 'boolean',
],
'ErrorCode' => [
'description' => '',
'example' => 'MandatoryParameters',
'type' => 'string',
],
'Code' => [
'description' => '',
'example' => '-1001',
'type' => 'string',
],
'Message' => [
'description' => '',
'example' => 'success',
'type' => 'string',
],
'DynamicMessage' => [
'description' => '',
'example' => 'The specified store %s does not exist.',
'type' => 'string',
],
'DynamicCode' => [
'description' => '',
'example' => 'PlatformResponseError.%s',
'type' => 'string',
],
'BatchResults' => [
'description' => '',
'items' => [
'properties' => [
'Index' => [
'description' => '',
'example' => '1',
'format' => 'int32',
'type' => 'integer',
],
'Message' => [
'description' => '',
'example' => 'success',
'type' => 'string',
],
'Success' => [
'description' => '',
'example' => 'true',
'type' => 'boolean',
],
'ErrorCode' => [
'description' => '',
'example' => 'MandatoryParameters',
'type' => 'string',
],
],
'type' => 'object',
],
'type' => 'array',
],
],
'type' => 'object',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\",\\n \\"BatchResults\\": [\\n {\\n \\"Index\\": 1,\\n \\"Message\\": \\"success\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n E69C8998-1787-4999-8C75-D663FF1173CF\\n The specified resource type is invalid.\\n true\\n MandatoryParameters\\n -1001\\n success\\n The specified store %s does not exist.\\n PlatformResponseError.%s\\n \\n 1\\n success\\n true\\n MandatoryParameters\\n \\n","errorExample":""}]',
'extraInfo' => ' ',
'responseParamsDescription' => ' ',
'title' => 'BatchInsertItems',
],
'DescribeItems' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '10',
'format' => 'int32',
'required' => false,
'type' => 'integer',
],
],
[
'name' => 'PageNumber',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '1',
'format' => 'int32',
'required' => false,
'type' => 'integer',
],
],
[
'name' => 'ItemTitle',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'SkuId',
'in' => 'formData',
'schema' => [
'description' => 'SkuID。',
'example' => '1234565',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => 's-dxsxx****',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'ItemBarCode',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '6941297417178',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'ItemId',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '6959294202901',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'BePromotion',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => 'true',
'required' => false,
'type' => 'boolean',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '{}',
'required' => false,
'type' => 'string',
],
],
],
'responses' => [
200 => [
'schema' => [
'properties' => [
'TemplateSceneId' => [
'description' => '',
'example' => '1223',
'type' => 'string',
],
'ErrorMessage' => [
'description' => '',
'example' => 'The specified resource type is invalid.',
'type' => 'string',
],
'Success' => [
'description' => '',
'example' => 'true',
'type' => 'boolean',
],
'Message' => [
'description' => '',
'example' => 'success',
'type' => 'string',
],
'DynamicMessage' => [
'description' => '',
'example' => 'The specified store %s does not exist.',
'type' => 'string',
],
'TotalCount' => [
'description' => '',
'example' => '100',
'format' => 'int32',
'type' => 'integer',
],
'DynamicCode' => [
'description' => '',
'example' => 'PlatformResponseError.%s',
'type' => 'string',
],
'RequestId' => [
'description' => '',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
'type' => 'string',
],
'ErrorCode' => [
'description' => '',
'example' => 'MandatoryParameters',
'type' => 'string',
],
'Code' => [
'description' => '',
'example' => '-1001',
'type' => 'string',
],
'PageNumber' => [
'description' => '',
'example' => '1',
'format' => 'int32',
'type' => 'integer',
],
'PageSize' => [
'description' => '',
'example' => '10',
'format' => 'int32',
'type' => 'integer',
],
'Items' => [
'description' => '',
'items' => [
'properties' => [
'ActionPrice' => [
'description' => '',
'example' => '500',
'format' => 'int32',
'type' => 'integer',
],
'ItemTitle' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'BrandName' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'SourceCode' => [
'description' => '',
'example' => '123456',
'type' => 'string',
],
'PriceUnit' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'ForestFirstId' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureF' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureA' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureK' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'TemplateSceneId' => [
'description' => '',
'example' => '11223',
'type' => 'string',
],
'CustomizeFeatureD' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'MemberPrice' => [
'description' => '',
'example' => '4000',
'format' => 'int32',
'type' => 'integer',
],
'PromotionStart' => [
'description' => '',
'example' => '2022-04-25T16:00:00Z',
'type' => 'string',
],
'ModelNumber' => [
'description' => '',
'example' => 'CH8850AS',
'type' => 'string',
],
'CategoryName' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureE' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'SuggestPrice' => [
'description' => '',
'example' => '500',
'format' => 'int32',
'type' => 'integer',
],
'SaleSpec' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'PromotionText' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'Rank' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'PromotionReason' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureG' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'SalesPrice' => [
'description' => '',
'example' => '500',
'format' => 'int32',
'type' => 'integer',
],
'CustomizeFeatureH' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'OriginalPrice' => [
'description' => '',
'example' => '500',
'format' => 'int32',
'type' => 'integer',
],
'GmtModified' => [
'description' => '',
'example' => '2020-03-09T00:00:00Z',
'type' => 'string',
],
'CustomizeFeatureI' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'ProductionPlace' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureB' => [
'description' => '',
'example' => '1:1:16',
'type' => 'string',
],
'ItemShortTitle' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureN' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'BeMember' => [
'description' => '',
'example' => 'false',
'type' => 'boolean',
],
'TaxFee' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'InventoryStatus' => [
'description' => '',
'example' => 'OUT_OF_STOCK',
'type' => 'string',
],
'SupplierName' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'ItemPicUrl' => [
'description' => '',
'example' => 'http://m.taobao.com/xxx.html',
'type' => 'string',
],
'EnergyEfficiency' => [
'description' => '',
'example' => '1kw/h',
'type' => 'string',
],
'CustomizeFeatureL' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureC' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'ItemId' => [
'description' => '',
'example' => '123456',
'type' => 'string',
],
'Manufacturer' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'Material' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureO' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureP' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureQ' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureR' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureS' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureT' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureU' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureV' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureW' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureX' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureY' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureZ' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'CustomizeFeatureJ' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'GmtCreate' => [
'description' => '',
'example' => '2020-03-09T00:00:00Z',
'type' => 'string',
],
'CustomizeFeatureM' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'BePromotion' => [
'description' => '',
'example' => 'false',
'type' => 'boolean',
],
'SkuId' => [
'description' => 'SKuID。',
'example' => '123456',
'type' => 'string',
],
'BeSourceCode' => [
'description' => '',
'example' => 'false',
'type' => 'boolean',
],
'ForestSecondId' => [
'description' => '',
'example' => '',
'type' => 'string',
],
'ItemQrCode' => [
'description' => '',
'example' => 'http://m.taobao.com/xxx.html',
'type' => 'string',
],
'ItemInfoIndex' => [
'description' => '',
'example' => '1',
'format' => 'int32',
'type' => 'integer',
],
'PromotionEnd' => [
'description' => '',
'example' => '2020-02-11T00:00:00Z',
'type' => 'string',
],
'ItemBarCode' => [
'description' => '',
'example' => '01838',
'type' => 'string',
],
'BeClearance' => [
'description' => '',
'example' => 'true',
'type' => 'boolean',
],
],
'type' => 'object',
],
'type' => 'array',
],
],
'type' => 'object',
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TemplateSceneId\\": \\"1223\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"TotalCount\\": 100,\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\",\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10,\\n \\"Items\\": [\\n {\\n \\"ActionPrice\\": 500,\\n \\"ItemTitle\\": \\"纯牛奶\\",\\n \\"BrandName\\": \\"阿里巴巴\\",\\n \\"SourceCode\\": \\"123456\\",\\n \\"PriceUnit\\": \\"瓶\\",\\n \\"ForestFirstId\\": \\"酒类\\",\\n \\"CustomizeFeatureF\\": \\"自定义属性F\\",\\n \\"CustomizeFeatureA\\": \\"自定义属性A\\",\\n \\"CustomizeFeatureK\\": \\"自定义属性K\\",\\n \\"TemplateSceneId\\": \\"11223\\",\\n \\"CustomizeFeatureD\\": \\"自定义属性D\\",\\n \\"MemberPrice\\": 4000,\\n \\"PromotionStart\\": \\"2022-04-25T16:00:00Z\\",\\n \\"ModelNumber\\": \\"CH8850AS\\",\\n \\"CategoryName\\": \\"手机\\",\\n \\"CustomizeFeatureE\\": \\"自定义属性E\\",\\n \\"SuggestPrice\\": 500,\\n \\"SaleSpec\\": \\"1台/盒\\",\\n \\"PromotionText\\": \\"买一送一\\",\\n \\"Rank\\": \\"一级\\",\\n \\"PromotionReason\\": \\"情人节活动\\",\\n \\"CustomizeFeatureG\\": \\"自定义属性G\\",\\n \\"SalesPrice\\": 500,\\n \\"CustomizeFeatureH\\": \\"自定义属性H\\",\\n \\"OriginalPrice\\": 500,\\n \\"GmtModified\\": \\"2020-03-09T00:00:00Z\\",\\n \\"CustomizeFeatureI\\": \\"自定义属性I\\",\\n \\"ProductionPlace\\": \\"中国\\",\\n \\"CustomizeFeatureB\\": \\"1:1:16\\",\\n \\"ItemShortTitle\\": \\"牛奶\\",\\n \\"CustomizeFeatureN\\": \\"自定义属性N\\",\\n \\"BeMember\\": false,\\n \\"TaxFee\\": \\"增值税\\",\\n \\"InventoryStatus\\": \\"OUT_OF_STOCK\\",\\n \\"SupplierName\\": \\"天猫超市\\",\\n \\"ItemPicUrl\\": \\"http://m.taobao.com/xxx.html\\",\\n \\"EnergyEfficiency\\": \\"1kw/h\\",\\n \\"CustomizeFeatureL\\": \\"自定义属性L\\",\\n \\"CustomizeFeatureC\\": \\"自定义属性C\\",\\n \\"ItemId\\": \\"123456\\",\\n \\"Manufacturer\\": \\"广东省深圳\\",\\n \\"Material\\": \\"金属\\",\\n \\"CustomizeFeatureO\\": \\"自定义属性O\\",\\n \\"CustomizeFeatureP\\": \\"自定义属性P\\",\\n \\"CustomizeFeatureQ\\": \\"自定义属性Q\\",\\n \\"CustomizeFeatureR\\": \\"自定义属性R\\",\\n \\"CustomizeFeatureS\\": \\"自定义属性S\\",\\n \\"CustomizeFeatureT\\": \\"自定义属性T\\",\\n \\"CustomizeFeatureU\\": \\"自定义属性U\\",\\n \\"CustomizeFeatureV\\": \\"自定义属性V\\",\\n \\"CustomizeFeatureW\\": \\"自定义属性W\\",\\n \\"CustomizeFeatureX\\": \\"自定义属性X\\",\\n \\"CustomizeFeatureY\\": \\"自定义属性Y\\",\\n \\"CustomizeFeatureZ\\": \\"自定义属性Z\\",\\n \\"CustomizeFeatureJ\\": \\"酸酸甜甜,肉厚饱满\\",\\n \\"GmtCreate\\": \\"2020-03-09T00:00:00Z\\",\\n \\"CustomizeFeatureM\\": \\"自定义属性M\\",\\n \\"BePromotion\\": false,\\n \\"SkuId\\": \\"123456\\",\\n \\"BeSourceCode\\": false,\\n \\"ForestSecondId\\": \\"白酒\\",\\n \\"ItemQrCode\\": \\"http://m.taobao.com/xxx.html\\",\\n \\"ItemInfoIndex\\": 1,\\n \\"PromotionEnd\\": \\"2020-02-11T00:00:00Z\\",\\n \\"ItemBarCode\\": \\"01838\\",\\n \\"BeClearance\\": true\\n }\\n ]\\n}","type":"json"}]',
],
'AddUser' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
],
'parameters' => [
[
'name' => 'UserId',
'in' => 'formData',
'schema' => [
'description' => '',
'docRequired' => true,
'example' => '134****',
'required' => true,
'type' => 'string',
],
],
[
'name' => 'ClientToken',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '1*',
'required' => false,
'type' => 'string',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'example' => '{}',
'required' => false,
'type' => 'string',
],
],
],
'responses' => [
200 => [
'schema' => [
'properties' => [
'RequestId' => [
'description' => '',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
'type' => 'string',
],
'ErrorMessage' => [
'description' => '',
'example' => 'The specified resource type is invalid.',
'type' => 'string',
],
'Success' => [
'description' => '',
'example' => 'true',
'type' => 'boolean',
],
'ErrorCode' => [
'description' => '',
'example' => 'MandatoryParameters',
'type' => 'string',
],
'Code' => [
'description' => '',
'example' => '-1001',
'type' => 'string',
],
'Message' => [
'description' => '',
'example' => 'success',
'type' => 'string',
],
'DynamicMessage' => [
'description' => '',
'example' => 'The specified store %s does not exist.',
'type' => 'string',
],
'DynamicCode' => [
'description' => '',
'example' => 'PlatformResponseError.%s',
'type' => 'string',
],
],
'type' => 'object',
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","errorExample":""},{"type":"xml","example":"\\n E69C8998-1787-4999-8C75-D663FF1173CF\\n The specified resource type is invalid.\\n true\\n MandatoryParameters\\n -1001\\n success\\n The specified store %s does not exist.\\n PlatformResponseError.%s\\n","errorExample":""}]',
'extraInfo' => ' ',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
],
'DeleteUser' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
],
'parameters' => [
[
'name' => 'UserId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '1344***',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '{}',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","errorExample":""},{"type":"xml","example":"200\\n\\n 8F124625-DF0A-4B08-B205-2CF538FAF713\\n true\\n\\n8F124625-DF0A-4B08-B205-2CF538FAF713\\ntrue","errorExample":""}]',
'title' => 'DeleteUser',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'AssignUser' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
],
'parameters' => [
[
'name' => 'Stores',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '[s-dxsxxxxxx,s-dxsyyyyyyy]',
],
],
[
'name' => 'UserId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '1344***',
],
],
[
'name' => 'UserType',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'USER_TYPE_COMPANY_OWNER',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '{}',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters ',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001 ',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters \\",\\n \\"Code\\": \\"-1001 \\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","errorExample":""},{"type":"xml","example":"200\\n\\n 8F124625-DF0A-4B08-B205-2CF538FAF713\\n true\\n\\n8F124625-DF0A-4B08-B205-2CF538FAF713\\ntrue","errorExample":""}]',
'title' => 'AssignUser',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'UnassignUser' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
],
'parameters' => [
[
'name' => 'UserId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '1344***',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '{}',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","errorExample":""},{"type":"xml","example":"200\\n\\n 8F124625-DF0A-4B08-B205-2CF538FAF713\\n true\\n\\n8F124625-DF0A-4B08-B205-2CF538FAF713\\ntrue","errorExample":""}]',
'title' => 'UnassignUser',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DescribeUserLog' => [
'summary' => '增加国际化key',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'ItemShortTitle',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
[
'name' => 'OperationType',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'OPERATION_TYPE_BIND',
],
],
[
'name' => 'EslBarCode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '18bc5a63****',
],
],
[
'name' => 'FromDate',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '2020-03-18T02:26:28Z',
],
],
[
'name' => 'ItemBarCode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '690560583****',
],
],
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 's-dxsxx****',
],
],
[
'name' => 'ToDate',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '2020-03-17T02:26:28Z',
],
],
[
'name' => 'LogId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '123456',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '10',
],
],
[
'name' => 'OperationStatus',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'OPERATION_STATUS_NEW',
],
],
[
'name' => 'PageNumber',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '1',
],
],
[
'name' => 'UserId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '134****',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '{}',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'PageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '10',
],
'PageNumber' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'TotalCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '100',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
'UserLogs' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'EslBarCode' => [
'description' => '',
'type' => 'string',
'example' => '18bc5a63****',
],
'OperationSendTime' => [
'description' => '',
'type' => 'string',
'example' => '2020-03-17T02:25:17Z',
],
'ActionPrice' => [
'description' => '',
'type' => 'string',
'example' => '500',
],
'UserId' => [
'description' => '',
'type' => 'string',
'example' => '134****',
],
'PriceUnit' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'ResultCode' => [
'description' => '',
'type' => 'string',
'example' => '2002',
],
'ItemId' => [
'description' => '',
'type' => 'string',
'example' => '123456',
],
'GmtModified' => [
'description' => '',
'type' => 'string',
'example' => '2020-03-17T02:26:17Z',
],
'OperationType' => [
'description' => '',
'type' => 'string',
'example' => 'OPERATION_TYPE_BIND',
],
'OperationResponseTime' => [
'description' => '',
'type' => 'string',
'example' => '2020-03-17T02:26:17Z',
],
'OperationStatus' => [
'description' => '',
'type' => 'string',
'example' => 'OPERATION_STATUS_NEW',
],
'StoreId' => [
'description' => '',
'type' => 'string',
'example' => 's-dxsxxx****',
],
'ItemShortTitle' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'LogId' => [
'description' => '',
'type' => 'string',
'example' => '123456',
],
'BePromotion' => [
'description' => '',
'type' => 'boolean',
'example' => 'false',
],
'GmtCreate' => [
'description' => '',
'type' => 'string',
'example' => '2020-03-17T02:26:17Z',
],
'EslSignal' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '50',
],
'SpendTime' => [
'description' => '',
'type' => 'string',
'example' => '10',
],
'ItemBarCode' => [
'description' => '',
'type' => 'string',
'example' => '690560583****',
],
'I18nResultKey' => [
'type' => 'string',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"PageSize\\": 10,\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 100,\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\",\\n \\"UserLogs\\": [\\n {\\n \\"EslBarCode\\": \\"18bc5a63****\\",\\n \\"OperationSendTime\\": \\"2020-03-17T02:25:17Z\\",\\n \\"ActionPrice\\": \\"500\\",\\n \\"UserId\\": \\"134****\\",\\n \\"PriceUnit\\": \\"台\\",\\n \\"ResultCode\\": \\"2002\\",\\n \\"ItemId\\": \\"123456\\",\\n \\"GmtModified\\": \\"2020-03-17T02:26:17Z\\",\\n \\"OperationType\\": \\"OPERATION_TYPE_BIND\\",\\n \\"OperationResponseTime\\": \\"2020-03-17T02:26:17Z\\",\\n \\"OperationStatus\\": \\"OPERATION_STATUS_NEW\\",\\n \\"StoreId\\": \\"s-dxsxxx****\\",\\n \\"ItemShortTitle\\": \\"牛奶\\",\\n \\"LogId\\": \\"123456\\",\\n \\"BePromotion\\": false,\\n \\"GmtCreate\\": \\"2020-03-17T02:26:17Z\\",\\n \\"EslSignal\\": 50,\\n \\"SpendTime\\": \\"10\\",\\n \\"ItemBarCode\\": \\"690560583****\\",\\n \\"I18nResultKey\\": \\"\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"200\\n\\n 68\\n 10\\n 78DDE5D5-7E14-4BED-92AF-C465C74BCDBF\\n 1\\n true\\n \\n 2020-03-16T06:38:56Z\\n 999\\n 2020-03-16T06:38:57Z\\n 123456\\n 0\\n 123456\\n 2020-03-16T06:38:56Z\\n 18bc5a63****\\n 个\\n 促销商品\\n s-ph5agd****\\n OPERATION_STATUS_SEND_FAILED\\n OPERATION_TYPE_BIND\\n 123456\\n Error00000011|Assemble sending package fail!\\n true\\n \\n \\n 2020-03-16T06:36:46Z\\n 1688\\n 2020-03-16T06:36:47Z\\n 123456\\n 0\\n 123456\\n 2020-03-16T06:36:46Z\\n 18bc5a63****\\n 盒\\n 常规商品\\n s-ph5agd****\\n OPERATION_STATUS_SEND_FAILED\\n OPERATION_TYPE_BIND\\n 123456\\n Error00000011|Assemble sending package fail!\\n false\\n \\n\\n78DDE5D5-7E14-4BED-92AF-C465C74BCDBF\\ntrue","errorExample":""}]',
'title' => 'DescribeUserLog',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DescribeUsers' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'UserType',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'USER_TYPE_COMPANY_OWNER',
],
],
[
'name' => 'PageNumber',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '1',
],
],
[
'name' => 'UserId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '1344***',
],
],
[
'name' => 'UserName',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '10',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '{}',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'PageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '10',
],
'PageNumber' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'TotalCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '100',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
'Users' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'UserType' => [
'description' => '',
'type' => 'string',
'example' => 'USER_TYPE_COMPANY_OWNER',
],
'UserId' => [
'description' => '',
'type' => 'string',
'example' => '1344***',
],
'Stores' => [
'description' => '',
'type' => 'string',
'example' => '[s-dxsxxxxxx,s-dxsyyyyyyy]',
],
'UserName' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'Bid' => [
'description' => '',
'type' => 'string',
'example' => '26842',
],
'OwnerId' => [
'description' => '',
'type' => 'string',
'example' => '1212124434535',
],
'DingTalkInfos' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'DingTalkCompanyId' => [
'description' => '',
'type' => 'string',
'example' => '13124',
],
'DingTalkUserId' => [
'description' => '',
'type' => 'string',
'example' => '3455566',
],
],
],
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"PageSize\\": 10,\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 100,\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\",\\n \\"Users\\": [\\n {\\n \\"UserType\\": \\"USER_TYPE_COMPANY_OWNER\\",\\n \\"UserId\\": \\"1344***\\",\\n \\"Stores\\": \\"[s-dxsxxxxxx,s-dxsyyyyyyy]\\",\\n \\"UserName\\": \\"张三\\",\\n \\"Bid\\": \\"26842\\",\\n \\"OwnerId\\": \\"1212124434535\\",\\n \\"DingTalkInfos\\": [\\n {\\n \\"DingTalkCompanyId\\": \\"13124\\",\\n \\"DingTalkUserId\\": \\"3455566\\"\\n }\\n ]\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"100\\n10\\nE69C8998-1787-4999-8C75-D663FF1173CF\\nsuccess\\n1\\nPlatformResponseError.%s\\nThe specified store %s does not exist.\\nMandatoryParameters\\n\\n 张三\\n 1212124434535\\n 1344***\\n [s-dxsxxxxxx,s-dxsyyyyyyy]\\n 26842\\n USER_TYPE_COMPANY_OWNER\\n \\n 13124\\n 3455566\\n \\n\\nThe specified resource type is invalid.\\n-1001\\ntrue","errorExample":""}]',
'title' => 'DescribeUsers',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'GetUser' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'UserId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '1344***',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '{}',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
'User' => [
'description' => '',
'type' => 'object',
'properties' => [
'UserType' => [
'description' => '',
'type' => 'string',
'example' => 'USER_TYPE_COMPANY_OWNER',
],
'UserId' => [
'description' => '',
'type' => 'string',
'example' => '1344***',
],
'Stores' => [
'description' => '',
'type' => 'string',
'example' => '[s-dxsxxxxxx,s-dxsyyyyyyy]',
],
'UserName' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'Bid' => [
'description' => '',
'type' => 'string',
'example' => '26842',
],
'OwnerId' => [
'description' => '',
'type' => 'string',
'example' => '12143124132',
],
'DingTalkInfos' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'DingTalkCompanyId' => [
'description' => '',
'type' => 'string',
'example' => '131242',
],
'DingTalkUserId' => [
'description' => '',
'type' => 'string',
'example' => '34352525',
],
],
],
],
],
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\",\\n \\"User\\": {\\n \\"UserType\\": \\"USER_TYPE_COMPANY_OWNER\\",\\n \\"UserId\\": \\"1344***\\",\\n \\"Stores\\": \\"[s-dxsxxxxxx,s-dxsyyyyyyy]\\",\\n \\"UserName\\": \\"张三\\",\\n \\"Bid\\": \\"26842\\",\\n \\"OwnerId\\": \\"12143124132\\",\\n \\"DingTalkInfos\\": [\\n {\\n \\"DingTalkCompanyId\\": \\"131242\\",\\n \\"DingTalkUserId\\": \\"34352525\\"\\n }\\n ]\\n }\\n}","type":"json"}]',
'title' => 'GetUser',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'AddApDevice' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
],
'parameters' => [
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 's-dxsxx****',
],
],
[
'name' => 'ApMac',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '11:22:33:44:55:66',
],
],
[
'name' => 'Remark',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
[
'name' => 'ClientToken',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '1*',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '{}',
],
],
[
'name' => 'SerialNumber',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '18****',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","errorExample":""},{"type":"xml","example":"200\\n\\n 8F124625-DF0A-4B08-B205-2CF538FAF713\\n true\\n\\n8F124625-DF0A-4B08-B205-2CF538FAF713\\ntrue","errorExample":""}]',
'title' => 'AddApDevice',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DeleteApDevice' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
],
'parameters' => [
[
'name' => 'ApMac',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '11:22:33:44:55:66',
],
],
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 's-dxsxx****',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'type' => 'string',
'required' => false,
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","errorExample":""},{"type":"xml","example":"200\\n\\n 8F124625-DF0A-4B08-B205-2CF538FAF713\\n true\\n\\n8F124625-DF0A-4B08-B205-2CF538FAF713\\ntrue","errorExample":""}]',
'title' => 'DeleteApDevice',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ActivateApDevice' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
],
'parameters' => [
[
'name' => 'ApMac',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '11:22:33:44:55:66',
],
],
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 's-dxsxx****',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'type' => 'string',
'required' => false,
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","errorExample":""},{"type":"xml","example":"\\n E69C8998-1787-4999-8C75-D663FF1173CF\\n The specified resource type is invalid.\\n true\\n MandatoryParameters\\n -1001\\n success\\n The specified store %s does not exist.\\n PlatformResponseError.%s\\n","errorExample":""}]',
'title' => 'ActivateApDevice',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DescribeApDevices' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'StoreId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 's-dxsxx****',
],
],
[
'name' => 'ApMac',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '112233445566',
],
],
[
'name' => 'Status',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'boolean',
'required' => false,
'example' => 'true',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '10',
],
],
[
'name' => 'PageNumber',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '1',
],
],
[
'name' => 'Model',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'aliyun',
],
],
[
'name' => 'BeActivate',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'boolean',
'required' => false,
'example' => 'false',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'type' => 'string',
'required' => false,
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'PageNumber' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'PageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '10',
],
'TotalCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '100',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
'ApDevices' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Status' => [
'description' => '',
'type' => 'boolean',
'example' => 'false',
],
'StoreId' => [
'description' => '',
'type' => 'string',
'example' => 's-cxsds****',
],
'Model' => [
'description' => '',
'type' => 'string',
'example' => 'aliyun',
],
'Remark' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'BeActivate' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'Mac' => [
'description' => '',
'type' => 'string',
'example' => '112233445566',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 100,\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\",\\n \\"ApDevices\\": [\\n {\\n \\"Status\\": false,\\n \\"StoreId\\": \\"s-cxsds****\\",\\n \\"Model\\": \\"aliyun\\",\\n \\"Remark\\": \\"测试数据\\",\\n \\"BeActivate\\": true,\\n \\"Mac\\": \\"112233445566\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"200\\n\\n 2\\n 10\\n E210B842-6AD3-4420-833A-4ED8756DBFD0\\n 1\\n \\n true\\n true\\n s-xsaa****\\n 112233445566\\n \\n \\n true\\n true\\n s-xsaa****\\n 141FBA86****\\n \\n true\\n\\nE210B842-6AD3-4420-833A-4ED8756DBFD0\\ntrue","errorExample":""}]',
'title' => 'DescribeApDevices',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'ApplyCompanyTemplateVersionToStores' => [
'summary' => '版本应用到门店',
'methods' => [
'get',
'post',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'delete',
],
'parameters' => [
[
'name' => 'TemplateVersion',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => '1.1.0',
],
],
[
'name' => 'Stores',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '[\\"s-y9eoecc7mu\\"]',
],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '450E6CA4-5C5D-5DED-86C2-2B577C291764',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '200',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"450E6CA4-5C5D-5DED-86C2-2B577C291764\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"200\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","type":"json"}]',
],
'DescribeStoreByTemplateVersion' => [
'summary' => '查询模板应用到的门店',
'methods' => [
'get',
'post',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'TemplateVersion',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '1.1.0',
],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
'Stores' => [
'description' => '',
'type' => 'array',
'items' => [
'description' => '',
'type' => 'object',
'properties' => [
'StoreName' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'StoreId' => [
'description' => '',
'type' => 'string',
'example' => 's-nxwd8sutd6',
],
'ParentId' => [
'description' => '',
'type' => 'string',
'example' => 'rm-2zeb2rt850x880j1n',
],
'UserStoreCode' => [
'description' => '',
'type' => 'string',
'example' => 's-2zeb2r1t12sq',
],
'GmtModified' => [
'description' => '',
'type' => 'string',
'example' => '2020-03-06T02:58:16Z',
],
'Phone' => [
'type' => 'string',
],
'Level' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'TemplateVersion' => [
'description' => '',
'type' => 'string',
'example' => '1.1.0',
],
'TimeZone' => [
'description' => '',
'type' => 'string',
'example' => 'GMT+08:00',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\",\\n \\"Stores\\": [\\n {\\n \\"StoreName\\": \\"天猫旗舰店\\",\\n \\"StoreId\\": \\"s-nxwd8sutd6\\",\\n \\"ParentId\\": \\"rm-2zeb2rt850x880j1n\\",\\n \\"UserStoreCode\\": \\"s-2zeb2r1t12sq\\",\\n \\"GmtModified\\": \\"2020-03-06T02:58:16Z\\",\\n \\"Phone\\": \\"\\",\\n \\"Level\\": \\"1级\\",\\n \\"TemplateVersion\\": \\"1.1.0\\",\\n \\"TimeZone\\": \\"GMT+08:00\\"\\n }\\n ]\\n}","type":"json"}]',
],
'DescribeCompanyTemplateVersions' => [
'summary' => '版本列表',
'methods' => [
'get',
'post',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'PageNumber',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'enumValueTitles' => [
1 => '1',
],
'example' => '1',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'enumValueTitles' => [
10 => '10',
],
'example' => '10',
],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'TotalCount' => [
'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回',
'description' => '',
'type' => 'integer',
'format' => 'int32',
'enumValueTitles' => [
18 => '18',
],
'example' => '16',
],
'RequestId' => [
'title' => 'Id of the request',
'description' => '',
'type' => 'string',
'example' => '6248311A-3296-5084-B057-D0EC3DCE5C47',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'enumValueTitles' => [
'True' => 'True',
],
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
'PageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '10',
],
'PageNumber' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'Versions' => [
'description' => '',
'type' => 'array',
'items' => [
'description' => '',
'type' => 'object',
'properties' => [
'Version' => [
'description' => '',
'type' => 'string',
'example' => '1.1.0',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 16,\\n \\"RequestId\\": \\"6248311A-3296-5084-B057-D0EC3DCE5C47\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\",\\n \\"PageSize\\": 10,\\n \\"PageNumber\\": 1,\\n \\"Versions\\": [\\n {\\n \\"Version\\": \\"1.1.0\\"\\n }\\n ]\\n}","type":"json"}]',
],
'DescribeEslModelByTemplateVersion' => [
'summary' => '按版本查询设备类型',
'methods' => [
'get',
'post',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'TemplateVersion',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'enumValueTitles' => [
'1.1.0' => '1.1.0',
],
'example' => '1.1.0',
],
],
[
'name' => 'PageNumber',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '1',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '10',
],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'TotalCount' => [
'title' => 'TotalCount本次请求条件下的数据总量,此参数为可选参数,默认可不返回',
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '7',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '38F85526-14B8-54A8-A0BB-3B200BBC3682',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
'PageNumber' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'PageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '10',
],
'EslModels' => [
'description' => '',
'type' => 'array',
'items' => [
'description' => '',
'type' => 'object',
'properties' => [
'ModelId' => [
'description' => '',
'type' => 'string',
'example' => '9946366490094af4ab16bfe023ad5f22',
],
'Name' => [
'description' => '',
'type' => 'string',
'example' => 'test',
],
'Image' => [
'description' => '',
'type' => 'string',
'example' => '/9xwqexcdaxasada....',
],
'DeviceType' => [
'description' => '',
'type' => 'string',
'example' => '3',
],
'Vendor' => [
'description' => '',
'type' => 'string',
'example' => 'ali',
],
'ScreenWidth' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
],
'ScreenHeight' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
],
'EslSize' => [
'description' => '',
'type' => 'string',
'example' => '800X480',
],
'EslPhysicalSize' => [
'description' => '',
'type' => 'string',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 7,\\n \\"RequestId\\": \\"38F85526-14B8-54A8-A0BB-3B200BBC3682\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10,\\n \\"EslModels\\": [\\n {\\n \\"ModelId\\": \\"9946366490094af4ab16bfe023ad5f22\\",\\n \\"Name\\": \\"test\\",\\n \\"Image\\": \\"/9xwqexcdaxasada....\\",\\n \\"DeviceType\\": \\"3\\",\\n \\"Vendor\\": \\"ali\\",\\n \\"ScreenWidth\\": 0,\\n \\"ScreenHeight\\": 0,\\n \\"EslSize\\": \\"800X480\\",\\n \\"EslPhysicalSize\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]',
],
'DescribeTemplateByModel' => [
'summary' => '模板查询',
'methods' => [
'get',
'post',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'EslSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '200X200',
],
],
[
'name' => 'DeviceType',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '2',
],
],
[
'name' => 'TemplateVersion',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '1.1.0',
],
],
[
'name' => 'PageNumber',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '1',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '10',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'B9E230F7-8BC6-5E4B-B540-14142DD94E3B',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'null',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
'TotalCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '2',
],
'PageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '10',
],
'PageNumber' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'Items' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'BasePicture' => [
'description' => '',
'type' => 'string',
],
'TemplateId' => [
'description' => '',
'type' => 'string',
'example' => '772629024140898304',
],
'TemplateName' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'EslSize' => [
'description' => '',
'type' => 'string',
'example' => '250X122',
],
'EslType' => [
'description' => '',
'type' => 'string',
],
'Width' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '400',
],
'Height' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '200',
],
'TemplateVersion' => [
'description' => '',
'type' => 'string',
'example' => '15.15.15',
],
'Layout' => [
'description' => '',
'type' => 'string',
'example' => '1',
],
'Scene' => [
'description' => '',
'type' => 'string',
'example' => 'MEMBER',
],
'Brand' => [
'description' => '',
'type' => 'string',
'example' => 'ZTE',
],
'TemplateSceneId' => [
'description' => '',
'type' => 'string',
'example' => '',
],
],
],
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B9E230F7-8BC6-5E4B-B540-14142DD94E3B\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"null\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\",\\n \\"TotalCount\\": 2,\\n \\"PageSize\\": 10,\\n \\"PageNumber\\": 1,\\n \\"Items\\": [\\n {\\n \\"BasePicture\\": \\"\\",\\n \\"TemplateId\\": \\"772629024140898304\\",\\n \\"TemplateName\\": \\"常规\\",\\n \\"EslSize\\": \\"250X122\\",\\n \\"EslType\\": \\"\\",\\n \\"Width\\": 400,\\n \\"Height\\": 200,\\n \\"TemplateVersion\\": \\"15.15.15\\",\\n \\"Layout\\": \\"1\\",\\n \\"Scene\\": \\"MEMBER\\",\\n \\"Brand\\": \\"ZTE\\",\\n \\"TemplateSceneId\\": \\"大甩卖\\"\\n }\\n ]\\n}","type":"json"}]',
],
'DescribeAvailableEslModels' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'list',
],
'parameters' => [
[
'name' => 'ModelId',
'in' => 'formData',
'schema' => [
'title' => '设备模型id',
'description' => '',
'type' => 'string',
'required' => false,
'example' => '6cd23870539e43759e65eef5b6808a49',
],
],
[
'name' => 'Name',
'in' => 'formData',
'schema' => [
'title' => '模型名称',
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'aa_ssaaa',
],
],
[
'name' => 'PageNumber',
'in' => 'formData',
'schema' => [
'title' => '分页号',
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '1000',
'minimum' => '1',
'example' => '1',
'default' => '1',
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'title' => '分页大小',
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'maximum' => '100',
'minimum' => '1',
'example' => '10',
'default' => '10',
],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'DescribeAvailableEslModelsResponse',
'description' => 'DescribeAvailableEslModelsResponse',
'type' => 'object',
'properties' => [
'TotalCount' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '436',
],
'PageSize' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '10',
],
'PageNumber' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'EslModels' => [
'description' => '',
'type' => 'array',
'items' => [
'description' => '',
'type' => 'object',
'properties' => [
'ModelId' => [
'title' => '模型id',
'description' => '',
'type' => 'string',
'example' => '201167',
],
'Name' => [
'title' => '名称',
'description' => '',
'type' => 'string',
'example' => '',
],
'DeviceType' => [
'title' => '设备颜色类型',
'description' => '',
'type' => 'string',
'example' => '3',
],
'Vendor' => [
'title' => '厂商',
'description' => '',
'type' => 'string',
'example' => 'ali',
],
'ScreenWidth' => [
'title' => '屏幕宽度',
'description' => '',
'type' => 'integer',
'format' => 'int32',
],
'ScreenHeight' => [
'title' => '屏幕高度',
'description' => '',
'type' => 'integer',
'format' => 'int32',
],
'EslSize' => [
'title' => '屏幕尺寸',
'description' => '',
'type' => 'string',
'example' => '800X480',
],
],
],
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'E69C8998-1787-4999-8C75-D663FF1173CF',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 436,\\n \\"PageSize\\": 10,\\n \\"PageNumber\\": 1,\\n \\"EslModels\\": [\\n {\\n \\"ModelId\\": \\"201167\\",\\n \\"Name\\": \\"中文名测试\\",\\n \\"DeviceType\\": \\"3\\",\\n \\"Vendor\\": \\"ali\\",\\n \\"ScreenWidth\\": 0,\\n \\"ScreenHeight\\": 0,\\n \\"EslSize\\": \\"800X480\\"\\n }\\n ],\\n \\"RequestId\\": \\"E69C8998-1787-4999-8C75-D663FF1173CF\\",\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Code\\": \\"-1001\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\"\\n}","type":"json"}]',
],
'DeleteCompanyTemplate' => [
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'update',
],
'parameters' => [
[
'name' => 'TemplateId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '742842379343605760',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '{}',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'A7571D49-9B36-5782-AD3D-32C8436D45B7',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-1001',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A7571D49-9B36-5782-AD3D-32C8436D45B7\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"Code\\": \\"-1001\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","type":"json"}]',
],
'AddCompanyTemplate' => [
'summary' => '模板新增',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'create',
],
'parameters' => [
[
'name' => 'Scene',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'docRequired' => true,
'example' => 'NORMAL',
],
],
[
'name' => 'ExtraParams',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '{}',
],
],
[
'name' => 'EslSize',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '800X480',
],
],
[
'name' => 'TemplateName',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '',
'maxLength' => 128,
'minLength' => 0,
],
],
[
'name' => 'Layout',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => true,
'docRequired' => true,
'maximum' => '2',
'minimum' => '1',
'example' => '1',
],
],
[
'name' => 'TemplateVersion',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '1.1.0',
],
],
[
'name' => 'DeviceType',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '3',
],
],
[
'name' => 'TemplateType',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'normal',
],
],
[
'name' => 'IfPromotion',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'boolean',
'required' => false,
'example' => 'true',
],
],
[
'name' => 'IfSourceCode',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'boolean',
'required' => false,
'example' => 'true',
],
],
[
'name' => 'IfDefault',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'boolean',
'required' => false,
'example' => 'true',
],
],
[
'name' => 'IfMember',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'boolean',
'required' => false,
'example' => 'true',
],
],
[
'name' => 'IfOutOfInventory',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'boolean',
'required' => false,
],
],
[
'name' => 'Vendor',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'ali',
],
],
[
'name' => 'GroupId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '9',
],
],
[
'name' => 'TemplateSceneId',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => 'C033DCCE-FA85-5AD8-9A7C-C3F41220B898',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'InvalidResourceType.NotSupported',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '200',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s',
],
],
],
],
],
'errorCodes' => [
418 => [
[
'errorCode' => 'DuplicateTemplateSceneIdErrorPub',
'errorMessage' => 'The TemplateSceneId is duplicated.',
],
[
'errorCode' => 'ContainerLayoutBindEslDevicePub',
'errorMessage' => 'The Layout of the Container has been bound to an ESL device.',
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"C033DCCE-FA85-5AD8-9A7C-C3F41220B898\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Success\\": true,\\n \\"ErrorCode\\": \\"InvalidResourceType.NotSupported\\",\\n \\"Code\\": \\"200\\",\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\"\\n}","type":"json"}]',
],
'SyncAddMaterial' => [
'summary' => '异步添加媒体素材',
'methods' => [
'post',
'get',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'Name',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => '',
],
],
[
'name' => 'Content',
'in' => 'formData',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => 'https://iotx-alg-picture-auto.oss-cn-shanghai.aliyuncs.com/0622/zxytest/12.jpg',
],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'SyncAddEslMaterialResponse',
'description' => 'SyncAddEslMaterialResponse',
'type' => 'object',
'properties' => [
'Result' => [
'description' => '',
'type' => 'object',
'properties' => [
'Success' => [
'title' => '是否成功',
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'Message' => [
'title' => '基本信息',
'description' => '',
'type' => 'string',
'example' => 'success',
],
'DynamicMessage' => [
'title' => 'POP动态补充信息',
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
'DynamicCode' => [
'title' => 'POP动态补充信息',
'description' => '',
'type' => 'string',
],
'ErrorCode' => [
'title' => '错误类型 参考 ErrorCodes枚举',
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
],
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '450E6CA4-5C5D-5DED-86C2-2B577C291764'."\n",
],
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => 'success',
],
'ErrorCode' => [
'description' => '',
'type' => 'string',
'example' => 'MandatoryParameters',
],
'ErrorMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified resource type is invalid.',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '200',
],
'DynamicCode' => [
'description' => '',
'type' => 'string',
'example' => 'PlatformResponseError.%s'."\n",
],
'DynamicMessage' => [
'description' => '',
'type' => 'string',
'example' => 'The specified store %s does not exist.',
],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Result\\": {\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\",\\n \\"DynamicCode\\": \\"\\",\\n \\"ErrorCode\\": \\"MandatoryParameters\\"\\n },\\n \\"RequestId\\": \\"450E6CA4-5C5D-5DED-86C2-2B577C291764\\\\n\\",\\n \\"Success\\": true,\\n \\"Message\\": \\"success\\",\\n \\"ErrorCode\\": \\"MandatoryParameters\\",\\n \\"ErrorMessage\\": \\"The specified resource type is invalid.\\",\\n \\"Code\\": \\"200\\",\\n \\"DynamicCode\\": \\"PlatformResponseError.%s\\\\n\\",\\n \\"DynamicMessage\\": \\"The specified store %s does not exist.\\"\\n}","type":"json"}]',
],
'QueryTemplateListByGroupId' => [
'summary' => '根据分组id查询模板',
'methods' => [
'get',
'post',
],
'schemes' => [
'http',
'https',
],
'security' => [
[
'AK' => [],
],
[
'BearerToken' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
],
'parameters' => [
[
'name' => 'PageNumber',
'in' => 'formData',
'schema' => [
'type' => 'integer',
'format' => 'int32',
],
],
[
'name' => 'GroupId',
'in' => 'formData',
'schema' => [
'type' => 'string',
'required' => true,
],
],
[
'name' => 'PageSize',
'in' => 'formData',
'schema' => [
'type' => 'integer',
'format' => 'int32',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'type' => 'string',
],
'ErrorMessage' => [
'type' => 'string',
],
'Success' => [
'type' => 'boolean',
],
'ErrorCode' => [
'type' => 'string',
],
'Code' => [
'type' => 'string',
],
'Message' => [
'type' => 'string',
],
'DynamicMessage' => [
'type' => 'string',
],
'DynamicCode' => [
'type' => 'string',
],
'TotalCount' => [
'type' => 'integer',
'format' => 'int32',
],
'PageSize' => [
'type' => 'integer',
'format' => 'int32',
],
'PageNumber' => [
'type' => 'integer',
'format' => 'int32',
],
'TemplateList' => [
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'BasePicture' => [
'type' => 'string',
],
'TemplateId' => [
'type' => 'string',
],
'TemplateName' => [
'type' => 'string',
],
'EslSize' => [
'type' => 'string',
],
'EslType' => [
'type' => 'string',
],
'Width' => [
'type' => 'integer',
'format' => 'int64',
],
'Height' => [
'type' => 'integer',
'format' => 'int64',
],
'TemplateVersion' => [
'type' => 'string',
],
'Layout' => [
'type' => 'string',
],
'Scene' => [
'type' => 'string',
],
'Brand' => [
'type' => 'string',
],
'GroupId' => [
'type' => 'string',
],
'TemplateSceneId' => [
'type' => 'string',
],
'Relation' => [
'type' => 'boolean',
],
],
],
],
],
],
],
],
],
],
'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',
],
],
];