简要描述:
开卡记录
请求域名:
- http://xx.com
请求路由:
route=plugin.phone-bill-recharge.frontend.open-card.member-cards
返回示例:
正确时返回:
{
"result": 1,
"msg": "ok",
"data": {
"current_page": 1,
"data": [
{
"id": 1,
"uniacid": 1,
"member_id": 11,
"identity": "362202********7353",
"name": "吴亮",
"mobile": "17620803841",
"address": "广东省广州市白云区芸众",
"open_phone": "153223277740",
"trans_no": "1762111881958508",
"trans_amount": "159.00",
"open_at": "2023-04-10 21:50:00",
"comment": "",
"created_at": "2023-04-11 16:09:54",
"updated_at": "2023-04-11 16:09:54"
}
],
"first_page_url": "http://localhost/addons/yun_shop/api.php?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://localhost/addons/yun_shop/api.php?page=1",
"next_page_url": null,
"path": "http://localhost/addons/yun_shop/api.php",
"per_page": 15,
"prev_page_url": null,
"to": 1,
"total": 1
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
data.identity | string | 身份证 |
data.name | string | 姓名 |
data.mobile | string | 联系手机号 |
data.address | string | 地址 |
data.open_phone | string | 开卡手机号 |
data.trans_no | string | 开卡交易流程编号 |
data.trans_amount | string | 开卡金额 |
data.open_at | string | 开卡时间 |