{
"exchangeKeyword": "ea occaecat ad minim",
"exchangeStatus": "enim anim id eu",
"startTime": "1973-05-26 22:10:03",
"endTime": "2006-12-25 20:15:48"
}
curl --location --request POST '/ypc/vientiane/exchange/queryExchangeList' \
--header 'Content-Type: application/json' \
--data-raw '{
"exchangeKeyword": "ea occaecat ad minim",
"exchangeStatus": "enim anim id eu",
"startTime": "1973-05-26 22:10:03",
"endTime": "2006-12-25 20:15:48"
}'
{
"success": true,
"code": "string",
"message": null,
"data": {
"pageNum": 0,
"pageSize": 0,
"pageTotal": 0,
"total": 0,
"dataList": [
{
"id": "string",
"exchangeName": "string",
"exchangeRemark": "string",
"startTime": "string",
"endTime": "string",
"amount": 0,
"pickupAmount": 0,
"exchangeStatus": "string",
"exchangeInfo": {
"rule": {
"limitCount": 0,
"generateType": 0
},
"rewards": [
{
"id": "string",
"couponType": "string",
"worth": "string",
"name": "string",
"amount": 0,
"rewardType": 0,
"couponList": null
}
]
}
}
]
}
}