接口描述:

  • 流水列表

接口版本:

版本号 制定人 制定日期 修订日期 备注

请求URL:

  • {{agentHost}}/api/accountHistory

请求方式:

  • GET

请求参数:

参数名 说明
pageNumber/pageSize 标准分页参数
hid 流水ID
opAccountType 账户类型 1-钱包账户, 2-在途账户
relaBizOrderType 关联订单类型 1-支付订单号, 2-退款订单号, 3-提现单号
relaBizOrderId 关联订单号
settId 关联结算记录ID

返回数据说明:

参数名 说明
infoName 名称快照
infoId 运营平台/代理商号
infoType 系统类型
opAmount 变动金额 分
opAfterAmount 变动后账户余额 分
opBeforeAmount 变动前账户余额 分

返回示例:

{
    "msg": "SUCCESS",
    "code": 0,
    "data": {
        "total": 1,
        "current": 1,
        "records": [
            {
                "infoName": "快照",
                "hid": 1001,
                "opAmount": 10000,
                "infoId": "A1647483478",
                "opAfterAmount": 10000,
                "relaBizOrderType": 1,
                "createdAt": "2022-03-23 15:28:34",
                "infoType": "AGENT",
                "opAccountType": 1,
                "opBeforeAmount": 0,
                "updatedAt": "2022-03-23 15:28:34"
            }
        ],
        "hasNext": false
    }
}

备注:

-

文档更新时间: 2022-06-02 09:27   作者:庞晓宇