Authorization: Bearer ********************{
"consumerGiftInfoId": 0,
"userId": 0,
"merchantId": 0,
"memberId": 0,
"orderId": "string",
"phonenumber": "string",
"startTime": "string",
"endTime": "string"
}curl --location --request POST 'https://www.mengzhikeji.cn/prod-api/merchant/gift/record-list?pageSize=&pageNum=&orderByColumn=&isAsc=' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"consumerGiftInfoId": 0,
"userId": 0,
"merchantId": 0,
"memberId": 0,
"orderId": "string",
"phonenumber": "string",
"startTime": "string",
"endTime": "string"
}'{
"total": 0,
"rows": [
{
"source": 0,
"historyId": 0,
"phonenumber": "string",
"consumerName": "string",
"memberName": "string",
"orderId": "string",
"createTime": "2019-08-24T14:15:22Z",
"gift": {
"id": 0,
"name": "string",
"usageType": 0,
"myCount": 0,
"realPrice": 0,
"showPrice": 0,
"tag": "string",
"merchantId": 0,
"scopeMchIds": [
"string"
],
"shareCount": 0,
"limitDay": 0,
"limitDayInfo": "string",
"endTime": "string",
"usageLimit": "string",
"usageLimitStart": "string",
"usageLimitEnd": "string",
"remark": "string",
"url": "string",
"shareUrl": "string",
"merchantIdStr": "string",
"shareTxt": "string",
"version": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"detailList": [
{
"id": 0,
"mealId": 0,
"name": "string",
"count": 0,
"price": 0,
"sort": 0
}
],
"mealAttachmentList": [
{
"id": 0,
"mealId": 0,
"url": "string",
"sort": 0
}
],
"scopeList": [
{
"id": 0,
"mealId": 0,
"merchantId": 0
}
],
"updateTime": "2019-08-24T14:15:22Z",
"consumerGiftInfo": {
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"consumerId": 0,
"merchantId": 0,
"giftId": 0,
"giftHistoryId": 0,
"shareCount": 0,
"myCount": 0,
"shareCountUsed": 0,
"myCountUsed": 0,
"source": 0,
"expirationDate": "string",
"status": 0
}
}
}
],
"code": 0,
"msg": "string"
}