活动发放明细

- 请求方式:post - 参数类型:application/json - 请求地址:http://域名/coupon/store/activity/record - 请求参数: | 参数 |类型 | 是否必填| 说明 | | --------- |-------- | ------- | ----------------| | sendBeginDate | string |否 | 发券开始时间 | | sendEndDate | string |否 | 发券结束时间 | | useBeginDate | string |否 | 使用开始时间 | | useEndDate | string |否 | 使用结束时间 | | couponCode | string |否 | 券码 | | codeStatus | integer |否 | 券码状态 | | menberId | integer |否 | 会员ID | | menberAccount | string |否 | 会员账号 | | menberTel | string |否 | 会员手机号 | | sendStore | string |否 | 发券门店 | | useStore | string |否 | 用券门店 | | sendOrder | string |否 | 送券订单号 | | useOrder | string |否 | 用券订单号 | | sendActivityId | integer |否 | 送券活动ID | | sendOrder | integer |否 | 送券订单号 | | useOrderType | integer |否 | 用券订单类型 | | pageNum | integer |否 | 页码 | | pageSize | integer |否 | 条数 | - 返回参数 | 参数 | 类型 |必须 | 说明 | | --------- | -------- |-------- | ------------------ | | code | integer | 是 | 状态码 200成功 | | message | string | 是 | 消息 | | timestamp | long | 是 | 时间戳 | | data | array | 是 | 数据 | | sendBeginDate | string |否 | 发券有效期开始时间| | sendEndDate | string |否 | 发券有效期结束时间| | useBeginDate | string |否 | 使用有效期开始时间| | useEndDate | string |否 | 使用有效期结束时间| | couponCode | string |否 | 券码 | | codeStatus | integer |否 | 券码状态 | | menberId | integer |否 | 会员ID | | menberAccount | string |否 | 会员账号 | | menberTel | string |否 | 会员手机号 | | sendStore | string |否 | 发券门店 | | useStore | string |否 | 用券门店 | | sendOrder | string |否 | 送券订单号 | | useOrder | string |否 | 用券订单号 | | sendActivityId | integer |否 | 送券活动ID | | sendActivityId | integer |否 | 送券活动ID | | useOrderType | 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 |否 | 券码状态 | | sendStore | string |否 | 发券门店 | | sendDate | string |否 | 发券时间 | | sendActivityType | integer |否 | 送券活动类型 | | sendActivityId | integer |否 | 送券活动ID | | sendOrder | string |否 | 送券订单号 | | useStore | string |否 | 用券门店 | | useOrder | string |否 | 用券订单号 | | useOrderType | integer |否 | 用券订单类型 | | useDate | string |否 | 用券时间 | | invalidDate | 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, "sendStore": "深圳福田店", "sendDate": "2019-06-01 00:00:00", "sendActivityType": 1, "sendActivityId": 180001, "sendOrder": 2141241234124, "useMerchant": "天虹到家", "useStore": "深圳福田店", "useOrder": "1800030209903102", "useOrderType": "自助收银机", "useDate": "2018-08-28 00:00:00", "invalidDate": 2018-08-28 00:00:00 }, { "couponCode": "C00******0003", "menberId": 10000, "menberAccount": "133232434", "menberTel": "13xxxx1123", "useBeginDate" : "2019-06-01 00:00:00", "useEndDate": "2019-06-01 00:00:00", "codeStatus": 1, "sendStore": "深圳福田店", "sendDate": "2019-06-01 00:00:00", "sendActivityType": 1, "sendActivityId": 180001, "sendOrder": 2141241234124, "useMerchant": "天虹到家", "useStore": "深圳福田店", "useOrder": "1800030209903102", "useOrderType": "自助收银机", "useDate": "2018-08-28 00:00:00", "invalidDate": 2018-08-28 00:00:00 } ], "totalPages": 3, "totalElements": 20, "pageNumber": 2, "numberOfElements": 7 }