接口描述:

  • 商户会员积分详情

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 朱小 2019-08-28 2019-08-28

请求URL:

  • 商户接口URL/api/member_point/history_get

请求方式:

  • GET
  • POST

请求参数:

参数名 是否必须 类型 说明
pointsHistoryId string 积分流水ID

返回参数说明:

参数名 类型 说明
code int 0
msg string success
data json 会员积分详情

返回数据说明:

参数名 类型 说明
pointsHistoryId Long 积分流水ID
memberId Long 会员ID
memberNo string 会员卡号
changePoints Long 变动积分, +增加,-减少
points Long 变更前积分
afterPoints Long 变更后积分
mchId Long 所属商户ID
bizOrderId string 平台订单号
bizType int 积分类型:1-积分商品兑换, 2-充值赠送, 3-消费, 4-退款, 5-开卡赠送, 6-导入
operatorId string 操作员ID
operatorName string 操作员名称
createTime string 创建时间
updateTime string 更新时间

返回示例:

{
  "code": 0,
  "msg": "success",
  "data": {
    "ps": null,
    "pointsHistoryId": 1,
    "memberId": 1,
    "memberNo": "1",
    "changePoints": 1,
    "points": 1,
    "afterPoints": 1,
    "mchId": 20000000,
    "bizOrderId": "1",
    "bizType": 1,
    "operatorId": "11",
    "operatorName": "1",
    "createTime": "2019-08-26T05:15:46.000+0000",
    "updateTime": "2019-08-26T05:15:46.000+0000"
  }
}

备注:

-

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