POST xuner/guide/shopguide/getCustomersByTag
GetCustomersByTag
请求信息
URI 参数
无。
Body 参数
CustomersByTagRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| tagId | string |
无。 |
|
| current |
取第几页的数据 |
integer |
无。 |
| size |
每页多少条数据,默认10 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{
"tagId": "sample string 1",
"current": 2,
"size": 3
}
响应信息
资源描述
GetCustomersByTag
gGuideResponseOfListOfCustomerInfoVoList| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | Collection of CustomerInfoVoList |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": [
{
"id": "sample string 1",
"customerVo": {
"id": "sample string 1",
"name": "sample string 2",
"gender": "sample string 3",
"avatar": "sample string 4",
"birthday": "sample string 5",
"phone": "sample string 6",
"supplierId": 7,
"qiakrCustomerId": "sample string 8",
"gmtCreate": 9,
"gmtUpdate": 10,
"cardNo": "sample string 11",
"extCardNo": "sample string 12",
"comment": "sample string 13",
"nameComment": "sample string 14",
"realName": "sample string 15",
"mobilePhone": "sample string 16",
"relBind": true,
"vipName": "sample string 18",
"yuer": 19.0,
"unionid": "sample string 20",
"empid": "sample string 21"
},
"orderPayment": 2.0,
"orderCount": 3,
"praiseCount": 4,
"gmtCreate": "2026-02-04T10:53:02.7810352+08:00",
"lastOrderPaytime": "sample string 6",
"lastActiveTime": 7,
"subscribe": 8,
"point": 9,
"levelName": "sample string 10",
"vipLevel": "sample string 11",
"unit": "sample string 12",
"hasCard": true
},
{
"id": "sample string 1",
"customerVo": {
"id": "sample string 1",
"name": "sample string 2",
"gender": "sample string 3",
"avatar": "sample string 4",
"birthday": "sample string 5",
"phone": "sample string 6",
"supplierId": 7,
"qiakrCustomerId": "sample string 8",
"gmtCreate": 9,
"gmtUpdate": 10,
"cardNo": "sample string 11",
"extCardNo": "sample string 12",
"comment": "sample string 13",
"nameComment": "sample string 14",
"realName": "sample string 15",
"mobilePhone": "sample string 16",
"relBind": true,
"vipName": "sample string 18",
"yuer": 19.0,
"unionid": "sample string 20",
"empid": "sample string 21"
},
"orderPayment": 2.0,
"orderCount": 3,
"praiseCount": 4,
"gmtCreate": "2026-02-04T10:53:02.7810352+08:00",
"lastOrderPaytime": "sample string 6",
"lastActiveTime": 7,
"subscribe": 8,
"point": 9,
"levelName": "sample string 10",
"vipLevel": "sample string 11",
"unit": "sample string 12",
"hasCard": true
}
],
"req": "sample string 1",
"msg": "sample string 2",
"code": 3
}