接口描述:

  • 商户会员充值详情

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 庞晓宇 2021-07-16 2021-07-16

请求URL:

  • 商户接口URL:/api/member_balance/history_get

请求方式:

  • GET
  • POST

请求参数:

参数名 是否必须 类型 说明
balanceHistoryId Long 账户流水ID

返回参数说明:

参数名 类型 说明
code int 0
msg string success
data json 账户流水详情

返回数据说明:

参数名 类型 说明
balanceHistoryId Long 账户流水ID
memberId Long 会员ID
memberNo string 会员卡号
changeAmount Long 变动金额, +增加,-减少
balance Long 变更前账户余额
afterBalance Long 变更后账户余额
giveAmount Long 赠送金额
mchId Long 所属商户ID
bizOrderId string 平台订单号
bizType int 交易类型:1-充值
payType int 支付方式:1-微信, 2-支付宝, 3-储值卡, 4-导入
pageOrigin int 来源 1-PC, 2-ANDROID, 3-IOS, 4-H5
operatorId string 操作员ID
operatorName string 操作员名称
totalGiveAmount Long 充值赠送金额
memberName string 会员名称
createTime string 创建时间
updateTime string 更新时间

返回示例:

{
    "code": 0,
    "msg": "success",
    "data": {
        "bizType": 1,
        "mchId": 20000076,
        "ps": null,
        "balanceHistoryId": 2444,
        "updateTime": "2021-07-30 18:00:35",
        "changeAmount": 1,
        "operatorName": "xiaoxin",
        "memberNo": "007676283295480000",
        "pageOrigin": null,
        "payType": 1,
        "balance": 200000001,
        "giveAmount": 0,
        "bizOrderId": "E01202107300600330890006",
        "createTime": "2021-07-30 18:00:35",
        "storeName": "小新支付",
        "afterBalance": 200000002,
        "operatorId": "127",
        "memberId": 18610582536,
        "totalGiveAmount": 10000,
        "memberName": "小明",
    }
}

备注:

-

文档更新时间: 2021-10-25 17:47   作者:刘正阳