POST xuner/guide/shopguide/getCustomerFilter
会员筛选
请求信息
URI 参数
无。
Body 参数
MemberFilterRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| pageNum |
取第几页的数据 |
integer |
无。 |
| PageSize |
每页多少条数据,默认10 |
integer |
无。 |
| cType |
客户类型 |
string |
无。 |
| filter |
过滤条件 |
string |
无。 |
| Joindate |
加入时间 |
string |
无。 |
| paymoney |
消费金额 |
string |
无。 |
| payorder |
消费单数 |
string |
无。 |
| paydate |
消费时间 |
string |
无。 |
| point |
剩余积分 |
string |
无。 |
| haveyhq |
是否拥有未使用优惠券 |
string |
无。 |
| vipleval |
vip等级 |
string |
无。 |
| phone |
手机号码 |
string |
无。 |
| name |
会员名称 |
string |
无。 |
| sex |
性别 |
string |
无。 |
| birthyear |
出生年份 |
string |
无。 |
| birthday |
生日 |
string |
无。 |
| Isflaccount |
是否关注公众号 |
string |
无。 |
| Isvip |
是否领取会员卡 |
string |
无。 |
| Ishaveguide |
是否绑定导购 |
string |
无。 |
| syslable |
预设标签 |
string |
无。 |
| guidelable |
自建标签标签 |
string |
无。 |
请求格式
application/json, text/json
样例:
{
"pageNum": 0,
"PageSize": 0,
"cType": "",
"filter": "",
"Joindate": "",
"paymoney": "",
"payorder": "",
"paydate": "",
"point": "",
"haveyhq": "",
"vipleval": "",
"phone": "",
"name": "",
"sex": "",
"birthyear": "",
"birthday": "",
"Isflaccount": "",
"Isvip": "",
"Ishaveguide": "",
"syslable": "",
"guidelable": ""
}
响应信息
资源描述
会员筛选
gGuideResponseOfmember| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | member |
无。 |
|
| msg |
信息 |
string |
无。 |
| code |
状态码 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"all": false,
"count": 0,
"list": [
{
"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": ""
},
"lastActiveTime": "",
"subscribe": 0,
"point": 0.0,
"levelName": "",
"vipLevel": "",
"unit": "",
"hasCard": false,
"tagCount": 0,
"hasThisTag": false,
"experience": "",
"balance": "",
"name": "",
"avatar": "",
"openid": "",
"ExternalUserId": "",
"mobilephone": "",
"judge": false,
"judgepas": false
}
]
},
"msg": "",
"code": 0
}