{
"appKey": "appKey",
"operatorOrgId": "123456",
"operatorOrgType": "",
"operator": "tyl",
"activityId":26812224394609388,
"userQueryCondition":"",
"ticketCode":"rwer45345",
"ticketStatus":0,
"deliverStatus":"",
"issueStartTime":"",
"issueEndTime":"",
"prizeLevel":"",
"prizeType":""
}
curl --location --request POST '/ypc/vientiane/snatch/treasure/activity/queryTicketRecordStatistics' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "appKey",
"operatorOrgId": "123456",
"operatorOrgType": "",
"operator": "tyl",
"activityId":26812224394609388,
"userQueryCondition":"",
"ticketCode":"rwer45345",
"ticketStatus":0,
"deliverStatus":"",
"issueStartTime":"",
"issueEndTime":"",
"prizeLevel":"",
"prizeType":""
}'
{
"code": "200",
"message": null,
"data": {
"totalUser": 2,
"totalTicket": 3,
"unIssueCount": 3,
"unReceivedCount": 0,
"alreadyReceivedCount": 1,
"expireUnReceivedCount": 0,
"unShippedCount": 0,
"alreadyShippedCount": 0,
"unPublicCount": 0
},
"success": true
}