简要描述:
提货卡-获取绑定的提货卡列表
请求域名:
- https://dev4.yunzmall.com/
请求URL:
GET/plugin.picking-card.frontend.pickingCard.bindMemberCardList
参数:
参数名 |
类型 |
说明 |
status |
string |
0未使用,1 已使用,2所有的 |
uid |
string |
用户id |
card_id |
string |
卡id |
返回示例:
{
"result": 1,
"msg": "成功",
"data": {
"total": 4,
"per_page": 15,
"current_page": 1,
"last_page": 1,
"next_page_url": null,
"prev_page_url": null,
"from": 1,
"to": 4,
"data": [
{
"id": 94,
"password": "97650214",
"status": 1,
"card_id": 9,
"uid": 398,
"qrcode_file": "https://dev4.yunzmall.com/addons/yun_shop/storage/app/public/qr/pickingCard/ce201e794026f0b630956664c061c845.png",
"created_at": "2020-11-23 11:05:05",
"updated_at": "2020-11-23 16:41:39",
"uses_record": {
"id": 33,
"order_id": 6924,
"order_sn": "SN2010281802D1A9DA",
"card_id": 94,
"is_filter": 0,
"uid": 953,
"created_at": "2020-11-23 16:41:38",
"updated_at": "2020-11-23 16:41:49",
"status": "1",
"member": {
"uid": 953,
"uniacid": 9,
"mobile": "13184844444",
"email": "",
"groupid": 8,
"credit1": "3158.95",
"credit2": "1804.70",
"credit3": "0.00",
"credit4": "0.00",
"credit5": "0.00",
"credit6": "0.00",
"createtime": 1594885628,
"realname": "肖培灿测试",
"nickname": "~暖意生、",
"signature": null,
"avatar": "https://wx.qlogo.cn/mmopen/vi_32/G7TK9TObGFO6mMiaiaQXqgXkyDRUoic5vBB03KooBJnHl76pUxa3aKQYxiapY2A1rR63TiacUQ5k87Tj50uTqQQXqug/132",
"qq": "",
"vip": 0,
"gender": 1,
"birthyear": 0,
"birthmonth": 0,
"birthday": 0,
"constellation": "",
"zodiac": "",
"telephone": "",
"idcard": "445121199508203939",
"studentid": "",
"grade": "",
"address": "",
"zipcode": "",
"nationality": "China",
"resideprovince": "Guangdong",
"residecity": "Guangzhou",
"residedist": "",
"graduateschool": "",
"company": "",
"education": "",
"occupation": "",
"position": "",
"revenue": "",
"affectivestatus": "",
"lookingfor": "",
"bloodtype": "",
"height": "",
"weight": "",
"alipay": "",
"msn": "",
"taobao": "",
"site": "",
"bio": "",
"interest": "",
"pay_password": "0",
"user_from": 0,
"avatar_image": "https://wx.qlogo.cn/mmopen/vi_32/G7TK9TObGFO6mMiaiaQXqgXkyDRUoic5vBB03KooBJnHl76pUxa3aKQYxiapY2A1rR63TiacUQ5k87Tj50uTqQQXqug/132",
"username": "~暖意生、"
}
}
},
{
"id": 95,
"password": "91274538",
"status": 0,
"card_id": 9,
"uid": 398,
"qrcode_file": "https://dev4.yunzmall.com/addons/yun_shop/storage/app/public/qr/pickingCard/ce201e794026f0b630956664c061c845.png",
"created_at": "2020-11-23 11:05:05",
"updated_at": "2020-11-23 13:43:10",
"uses_record": null
},
{
"id": 96,
"password": "53872604",
"status": 0,
"card_id": 9,
"uid": 398,
"qrcode_file": "https://dev4.yunzmall.com/addons/yun_shop/storage/app/public/qr/pickingCard/ce201e794026f0b630956664c061c845.png",
"created_at": "2020-11-23 11:05:05",
"updated_at": "2020-11-23 13:43:10",
"uses_record": null
},
{
"id": 97,
"password": "54136780",
"status": 0,
"card_id": 9,
"uid": 398,
"qrcode_file": "https://dev4.yunzmall.com/addons/yun_shop/storage/app/public/qr/pickingCard/ce201e794026f0b630956664c061c845.png",
"created_at": "2020-11-23 11:05:05",
"updated_at": "2020-11-23 13:43:10",
"uses_record": null
}
],
"total_count": 4,
"isused_count": 1,
"notused_count": 3
}
}
返回参数 data.pools 说明:
参数名 |
类型 |
说明 |
id |
string |
提货卡id |
password |
string |
提货卡卡密 |
status |
string |
是否使用 |
备注: