{
"startTime": "2022-10-01 01:01:01",
"endTime": "2022-11-01 01:01:01",
"pageNo": 1,
"pageSize": 10
}
curl --location --request POST '/api/v3/qwfission/exchangeCode' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": "2022-10-01 01:01:01",
"endTime": "2022-11-01 01:01:01",
"pageNo": 1,
"pageSize": 10
}'
{
"code": 0,
"message": "success",
"data": {
"pageSize": 10,
"pageNo": 1,
"totalCount": 3,
"result": [
{
"activityTitle": "4.28-2",
"activityId": 473327032021184,
"rewardLevel": 2,
"rewardName": "y1.15-1-1",
"mobiles": "13111111111",
"id": 473329261619392,
"externalUserId": "wmNpsJCwAAWgaEsQRrdzzw3q_hBz0qDA",
"customerName": "🧸",
"phoneTime": "2022-04-28 23:58:44"
},
{
"activityTitle": "4.28-1",
"activityId": 473323270797504,
"rewardLevel": 2,
"rewardName": "y1.15-1-1",
"mobiles": "15566667777",
"id": 473324924047552,
"externalUserId": "wmNpsJCwAA61KYvBWcEtpWhHYIqE1wGg",
"customerName": "赵小客",
"phoneTime": "2022-04-28 22:53:49"
},
{
"activityTitle": "4.28-1",
"activityId": 473323270797504,
"rewardLevel": 1,
"rewardName": "我还防护服发发发发发发付付付付付付付付付付付付付付付付付付付付付付付付付付付付付付付付付付付付付付付",
"mobiles": "13377778888",
"id": 473324797182144,
"externalUserId": "wmNpsJCwAA61KYvBWcEtpWhHYIqE1wGg",
"customerName": "赵小客",
"phoneTime": "2022-04-28 22:51:21"
}
],
"totalPage": 1,
"currentPage": 1
}
}