POST xuner/guide/shopguide/getCustomerInfoMore
GetCustomerInfoMore
请求信息
URI 参数
无。
Body 参数
MemberdtlRequest名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
pageNum |
取第几页的数据 |
integer |
无。 |
PageSize |
每页多少条数据,默认10 |
integer |
无。 |
code |
过滤条件 |
string |
无。 |
unionid |
过滤条件 |
string |
无。 |
openid |
过滤条件 |
string |
无。 |
ExternalUserId |
企微客户id |
string |
无。 |
content |
备注姓名 |
string |
无。 |
rmk |
备注姓名 |
string |
无。 |
rmkphone |
备注手机 |
string |
无。 |
请求格式
application/json, text/json
样例:
{ "pageNum": 1, "PageSize": 2, "code": "sample string 3", "unionid": "sample string 4", "openid": "sample string 5", "ExternalUserId": "sample string 6", "content": "sample string 7", "rmk": "sample string 8", "rmkphone": "sample string 9" }
响应信息
资源描述
GetCustomerInfoMore
gGuideResponseOfListOfCustomerInfoMore名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
data | Collection of CustomerInfoMore |
无。 |
|
req | string |
无。 |
|
msg | string |
无。 |
|
code | integer |
无。 |
响应格式
application/json, text/json
样例:
{ "data": [ { "customerBean": { "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" }, "lastActiveTime": 2, "subscribe": 3, "point": 4, "levelName": "sample string 5", "vipLevel": "sample string 6", "unit": "sample string 7", "hasCard": true, "tagCount": 9, "hasThisTag": true, "experience": "sample string 11", "balance": 12 }, "tagInfo": [ { "code": "sample string 1", "tagName": "sample string 2", "count": 3, "hasTag": 4, "judge": true }, { "code": "sample string 1", "tagName": "sample string 2", "count": 3, "hasTag": 4, "judge": true } ], "payInfo": { "lastOrderPaytime": "2025-09-26T07:47:13.2237608+08:00", "orderCount": 2, "orderMoney": 3.1 }, "couponInfo": { "customerCouponNum": 1, "salesCouponNum": 2, "Couponcount": 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 } ] }, { "customerBean": { "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" }, "lastActiveTime": 2, "subscribe": 3, "point": 4, "levelName": "sample string 5", "vipLevel": "sample string 6", "unit": "sample string 7", "hasCard": true, "tagCount": 9, "hasThisTag": true, "experience": "sample string 11", "balance": 12 }, "tagInfo": [ { "code": "sample string 1", "tagName": "sample string 2", "count": 3, "hasTag": 4, "judge": true }, { "code": "sample string 1", "tagName": "sample string 2", "count": 3, "hasTag": 4, "judge": true } ], "payInfo": { "lastOrderPaytime": "2025-09-26T07:47:13.2237608+08:00", "orderCount": 2, "orderMoney": 3.1 }, "couponInfo": { "customerCouponNum": 1, "salesCouponNum": 2, "Couponcount": 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 } ] } ], "req": "sample string 1", "msg": "sample string 2", "code": 3 }