POST xuner/guide/shopguide/getSalesTags

GetSalesTags

请求信息

URI 参数

无。

Body 参数

SalesTagsRequest
名称描述类型附加信息
openid

string

无。

domain

域id

string

无。

请求格式

application/json, text/json

样例:
{
  "openid": "sample string 1",
  "domain": "sample string 2"
}

响应信息

资源描述

GetSalesTags

gGuideResponseOfSalesTags
名称描述类型附加信息
data

SalesTags

无。

req

string

无。

msg

string

无。

code

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "all": true,
    "tagSortVoList": [
      {
        "id": 1,
        "name": "sample string 2",
        "editable": 3,
        "tagVoList": [
          {
            "id": 1,
            "name": "sample string 2",
            "tagSortId": 3,
            "tagSortName": "sample string 4",
            "judge": true
          },
          {
            "id": 1,
            "name": "sample string 2",
            "tagSortId": 3,
            "tagSortName": "sample string 4",
            "judge": true
          }
        ],
        "tagSortTypeList": [
          1,
          2
        ]
      },
      {
        "id": 1,
        "name": "sample string 2",
        "editable": 3,
        "tagVoList": [
          {
            "id": 1,
            "name": "sample string 2",
            "tagSortId": 3,
            "tagSortName": "sample string 4",
            "judge": true
          },
          {
            "id": 1,
            "name": "sample string 2",
            "tagSortId": 3,
            "tagSortName": "sample string 4",
            "judge": true
          }
        ],
        "tagSortTypeList": [
          1,
          2
        ]
      }
    ],
    "count": 2,
    "tags": [
      {
        "id": 1,
        "name": "sample string 2",
        "salesId": 3,
        "createTime": 4,
        "supplierId": 5
      },
      {
        "id": 1,
        "name": "sample string 2",
        "salesId": 3,
        "createTime": 4,
        "supplierId": 5
      }
    ]
  },
  "req": "sample string 1",
  "msg": "sample string 2",
  "code": 3
}