{
"page": 1,
"size": 1
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/exchangeCode/recordPage' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 1
}'
{
"code": 200,
"msg": "操作成功",
"trace": "auto-generate:d8a9b29a-dddc-4430-9d74-aac52b4a8666",
"data": {
"records": [
{
"recordId": 1,
"icon": "default/exchange_icon/PIG_COIN.png",
"title": "10小猪币",
"subTitle": "社群用户福利",
"exchangeTime": "2024-01-26",
"type": "PIG_COIN"
}
],
"total": 1,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": null,
"countId": null,
"pages": 1
}
}