简要描述:

请求域名:

  • http://xx.com

请求URL:

plugin.debt-shop.frontend.debt-member.creditLog

参数:

参数名 是否必须 类型 说明
amount_type int或arr 1冻结提货券 2可用提货券 3采购金 4冻结收入 5可用收入,多种金额查询时用一维数组
debtor_id int 债务人ID,筛选返回当前店铺的信息

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 9,
                "created_at": "2022-03-30 12:00:40",
                "amount_type": 2,
                "change_type": 10,
                "change_amount": "-5.00",
                "amount_type_name": "可用提货券",
                "change_type_name": "可用提货券联名转让vip"
            },
            {
                "id": 6,
                "created_at": "2022-03-28 17:55:32",
                "amount_type": 1,
                "change_type": 6,
                "change_amount": "1.00",
                "amount_type_name": "冻结提货券",
                "change_type_name": "后台充值冻结提货券"
            }
        ],
        "first_page_url": "http://zouye.yunzmall.com/addons/yun_shop/api.php?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "http://zouye.yunzmall.com/addons/yun_shop/api.php?page=1",
        "next_page_url": null,
        "path": "http://zouye.yunzmall.com/addons/yun_shop/api.php",
        "per_page": 15,
        "prev_page_url": null,
        "to": 2,
        "total": 2
    }
}

错误时返回:

  {
  }

返回参数说明:

参数名 类型 说明
名称 类型 说明
data.created_at string 时间
data.amount_type_name string 金额类型名
data.change_type_name string 业务类型名
data.change_amount float 变动金额