{
"operator": "louxiangyang",
"appKey": "1001",
"operatorOrgId":"",
"operatorOrgType":"",
"activityId": "1731316279288515",
"issueStatus": "0",
"createStartTime":"2020-01-31",
"createEndTime":"2021-08-10",
"userInfo":"1",
"pageNum":1,
"pageSize":10
}
curl --location --request POST '/ypc/vientiane/activity/reward/record/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"operator": "louxiangyang",
"appKey": "1001",
"operatorOrgId":"",
"operatorOrgType":"",
"activityId": "1731316279288515",
"issueStatus": "0",
"createStartTime":"2020-01-31",
"createEndTime":"2021-08-10",
"userInfo":"1",
"pageNum":1,
"pageSize":10
}'
{
"code": "200",
"message": null,
"data": {
"pageNum": 1,
"pageSize": 1,
"pageTotal": 1,
"total": 1,
"dataList": [
{
"userId": 23564564574,
"mobilePhone": "17601799998",
"activityId": 1731316279288515,
"issueErrorReason": "有优惠券已结束或者已取消!",
"issueStatus": 0,
"createTime": "2021-05-06 14:30:24"
}
],
"countRewardRecord": 1
},
"success": true
}