{
"appKey": "11",
"operator": "11",
"operatorOrgId": "9",
"operatorOrgType": "i1",
"data": {
"activityId": 406911660766829,
"userInfo": "",
"createStartTime": "",
"createEndTime": "",
"issueStatus": "",
"pageNum": 1,
"pageSize": 15
}
}
curl --location --request POST '/promotioncenter/activity/reward/record/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "11",
"operator": "11",
"operatorOrgId": "9",
"operatorOrgType": "i1",
"data": {
"activityId": 406911660766829,
"userInfo": "",
"createStartTime": "",
"createEndTime": "",
"issueStatus": "",
"pageNum": 1,
"pageSize": 15
}
}'
{
"code": "string",
"message": null,
"data": {
"pageNum": 0,
"pageSize": 0,
"pageTotal": 0,
"total": 0,
"dataList": [
{
"id": 0,
"userId": 0,
"activityId": 0,
"winningPrizeAmount": 0,
"activityPrizeId": 0,
"prizePictureUrl": "string",
"resourceType": "string",
"resourceId": 0,
"createTime": "string",
"modifyTime": "string"
}
]
},
"success": true
}