POST xuner/guide/shopguide/getCustomerTagCount

getCustomerTagCount

请求信息

URI 参数

无。

Body 参数

taketheirdtlRequset
名称描述类型附加信息
domain

域id

string

无。

current

取第几页的数据

integer

无。

size

每页多少条数据,默认10

integer

无。

请求格式

application/json, text/json

样例:
{
  "domain": "sample string 1",
  "current": 2,
  "size": 3
}

响应信息

资源描述

getCustomerTagCount

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

Collection of TagCount

无。

req

string

无。

msg

string

无。

code

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": [
    {
      "code": "sample string 1",
      "name": "sample string 2",
      "count": 3,
      "judge": true
    },
    {
      "code": "sample string 1",
      "name": "sample string 2",
      "count": 3,
      "judge": true
    }
  ],
  "req": "sample string 1",
  "msg": "sample string 2",
  "code": 3
}