用户领取明细

- 请求方式:post - 参数类型:application/json - 请求地址:http://域名/coupon/merchant/user/get/record - 请求参数: | 参数 |类型 | 是否必填 | 说明 | | --------- |-------- | ------- | -----------| | getBeginDate | string |否 | 领券开始时间| | getEndDate | string |否 | 领券结束时间| | useBeginDate | string |否 | 使用开始时间| | useEndDate | string |否 | 使用结束时间| | couponCode | string |否 | 券码 | | codeStatus | integer |否 | 券码状态 | | menberId | integer |否 | 会员ID | | menberAccount | string |否 | 会员账号 | | menberTel | string |否 | 会员手机号 | | useStore | string |否 | 用券门店 | | pageNum | integer |否 | 页码 | | pageSize | integer |否 | 条数 | - 返回参数 | 参数 | 类型 |必须 | 说明 | | --------- | -------- |-------- | ------------------| | code | integer | 是 | 状态码 200成功 | | message | string | 是 | 消息 | | timestamp | long | 是 | 时间戳 | | data | array | 是 | 数据 | | couponCode | string |否 | 券码 | | menberId | integer |否 | 会员ID | | menberAccount | string |否 | 会员账号 | | menberTel | string |否 | 会员手机号 | | useBeginDate | string |否 | 使用开始时间 | | useEndDate | string |否 | 使用结束时间 | | codeStatus | integer |否 | 券码状态 | | getDate | string |否 | 领券时间 | | useStore | string |否 | 用券门店 | | useDate | string |否 | 用券时间 | - 返回样例 { "code": 200, "message": "查询成功!", "timestamp": 1585218344000, "data": [ { "couponCode": "C00******0001", "menberId": 10000, "menberAccount": "133232434", "menberTel": "13xxxx1123", "useBeginDate" : "2019-06-01 00:00:00", "useEndDate": "2019-06-01 00:00:00", "codeStatus": 1, "getDate": "2019-06-01 00:00:00", "useStore": "深圳福田店", "useDate": "2018-08-28 00:00:00" }, { "couponCode": "C00******0001", "menberId": 10000, "menberAccount": "133232434", "menberTel": "13xxxx1123", "useBeginDate" : "2019-06-01 00:00:00", "useEndDate": "2019-06-01 00:00:00", "codeStatus": 1, "getDate": "2019-06-01 00:00:00", "useStore": "深圳福田店", "useDate": "2018-08-28 00:00:00" } ], "totalPages": 3, "totalElements": 20, "pageNumber": 2, "numberOfElements": 7 }