POST xuner/guide/shopguide/getCustomersByTag

查看会员根据标签

请求信息

URI 参数

无。

Body 参数

CustomersByTagRequest
名称描述类型附加信息
tagId

string

无。

current

取第几页的数据

integer

无。

size

每页多少条数据,默认10

integer

无。

请求格式

application/json, text/json

样例:
{
  "tagId": "",
  "current": 0,
  "size": 0
}

响应信息

资源描述

查看会员根据标签

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

Collection of CustomerInfoVoList

无。

msg

信息

string

无。

code

状态码

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": [
    {
      "id": "",
      "customerVo": {
        "id": "",
        "name": "",
        "gender": "",
        "avatar": "",
        "birthday": "",
        "phone": "",
        "supplierId": 0,
        "qiakrCustomerId": "",
        "gmtCreate": 0,
        "gmtUpdate": 0,
        "cardNo": "",
        "extCardNo": "",
        "comment": "",
        "nameComment": "",
        "realName": "",
        "mobilePhone": "",
        "relBind": false,
        "vipName": "",
        "yuer": 0.0,
        "unionid": "",
        "empid": ""
      },
      "orderPayment": 0.0,
      "orderCount": 0,
      "praiseCount": 0,
      "gmtCreate": "0001-01-01T00:00:00",
      "lastOrderPaytime": "",
      "lastActiveTime": 0,
      "subscribe": 0,
      "point": 0,
      "levelName": "",
      "vipLevel": "",
      "unit": "",
      "hasCard": false
    }
  ],
  "msg": "",
  "code": 0
}