简要描述:

会员卡充值记录

请求域名:

  • http://xx.com

请求路由:

route=plugin.water-machine.frontend.consumer.member-card.recharge

返回示例:

正确时返回:

{
  "result": 1,
  "msg": "ok",
  "data": {
    "current_page": 2,
    "data": {
      "10": {
        "card_no": "60110013800",
        "value": 0,
        "balance": 1,
        "time": "2023-02-28  16:08:12"
      }
    },
    "first_page_url": "/?page=1",
    "from": 11,
    "last_page": 2,
    "last_page_url": "/?page=2",
    "next_page_url": null,
    "path": "/",
    "per_page": 10,
    "prev_page_url": "/?page=1",
    "to": 11,
    "total": 11
  }
}

返回参数说明:

参数名 类型 说明
data.card_no string 会员卡号
data.value string 充值金额
data.balance string 卡余额
data.created_at string 时间