{
"appKey":"1111",
"operator":"louxiangyang",
"operatorOrgId":"",
"operatorOrgType":"",
"data":{
"userId":1,
"activityId":1864495396735088
}
}
curl --location --request POST '/promotioncenter/activity/query/reward/detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey":"1111",
"operator":"louxiangyang",
"operatorOrgId":"",
"operatorOrgType":"",
"data":{
"userId":1,
"activityId":1864495396735088
}
}'
{
"code": "200",
"message": null,
"data": {
"list": [
{
"id": "14345390802504588",
"worth": "20.00",
"name": "年货节--快递折扣券",
"count": 2,
"createTime": "2021-04-28 18:34:15"
},
{
"id": "14345390802504588",
"worth": "20.00",
"name": "年货节--快递折扣券",
"count": 1,
"createTime": "2021-04-28 18:34:15"
},
{
"id": "14345390802504588",
"worth": "20.00",
"name": "年货节--快递折扣券",
"count": 2,
"createTime": "2021-04-28 18:19:09"
},
{
"id": "14345390802504588",
"worth": "20.00",
"name": "年货节--快递折扣券",
"count": 1,
"createTime": "2021-04-28 18:19:09"
}
],
"rewardCount": 2
},
"success": true
}