POST xuner/guide/shopguide/getCustomerCardDataInfo
获取会员卡信息
请求信息
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": 0,
"PageSize": 0,
"code": "",
"unionid": "",
"openid": "",
"ExternalUserId": "",
"content": "",
"rmk": "",
"rmkphone": ""
}
响应信息
资源描述
获取会员卡信息
gGuideResponseOfCustomerCardDataInfo| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | CustomerCardDataInfo |
无。 |
|
| msg |
信息 |
string |
无。 |
| code |
状态码 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"pointName": "",
"levelName": "",
"nowPoint": 0,
"supplierFrontConf": {
"id": 0,
"supplierId": 0,
"config": "",
"type": 0
},
"canModify": false,
"customerCard": {
"id": "",
"customerId": "",
"supplierId": "",
"certifyPhone": "",
"certify": 0,
"cardNo": "",
"gmtCreate": "",
"gmtUpdate": 0,
"extCardNo": "",
"oldPhone": "",
"activeType": 0,
"gmtActive": 0,
"activeCardSales": "",
"openSource": 0,
"wechatCardStatus": 0,
"wxCode": "",
"wxCardId": ""
},
"customerName": "",
"properties": [
{
"ext": 0,
"propertyName": "",
"propertyType": 0,
"propertyValue": [
{
"uid": "",
"v": ""
}
],
"remark": "",
"salesEditable": 0,
"value": "",
"required": 0
}
]
},
"msg": "",
"code": 0
}