打水机-会员卡列表
打水机-会员卡列表
请求路由:
route= plugin.yz-supply-water-machine.frontend.business.member-card.index
请求参数说明:
| 参数名 | 类型 | 是否必需 | 说明 |
|---|---|---|---|
| device_no | string | 是 | 设备号 |
| search | string | 否 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"current_page": 1,
"data": [
{
"card_id": 4,
"card_no": "23746396397",
"balance": "410.00",
"member_id": 1,
"member_nickname": "18*******58",
"bind_member_text": "[1]18*******58"
}
],
"first_page_url": "http://shop/addons/yun_shop/api.php?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://shop/addons/yun_shop/api.php?page=1",
"links": [
{
"url": null,
"label": "« 上一页",
"active": false
},
{
"url": "http://shop/addons/yun_shop/api.php?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "下一页 »",
"active": false
}
],
"next_page_url": null,
"path": "http://shop/addons/yun_shop/api.php",
"per_page": 15,
"prev_page_url": null,
"to": 1,
"total": 1
}
}