{
"appKey": "11",
"operator": "s1t",
"operatorOrgId": "1",
"operatorOrgType": "1",
"data": {
"startTime": "2022-04-12 00:00:00",
"endTime": "2022-04-17 00:00:00",
"exchangeChannel": "1",
"exchangeId": "67"
}
}
curl --location --request POST '/promotioncenter/exchange/queryExchangeStatistics' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "11",
"operator": "s1t",
"operatorOrgId": "1",
"operatorOrgType": "1",
"data": {
"startTime": "2022-04-12 00:00:00",
"endTime": "2022-04-17 00:00:00",
"exchangeChannel": "1",
"exchangeId": "67"
}
}'
{
"success": true,
"code": "string",
"message": null,
"data": {
"overview": {
"totalCount": 0,
"userCount": 0,
"newUserCount": 0
},
"channelDistribution": [
{
"totalCount": 0,
"exchangeChannel": "string"
}
],
"hourDistribution": [
{
"totalCount": 0,
"exchangeHour": 0
}
],
"exchangeTrend": [
{
"totalCount": 0,
"oldCount": 0,
"newCount": 0,
"newUserCount": 0,
"exchangeTime": "string"
}
]
}
}