{
"page": 1,
"size": 1
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/exchangeCode/recordPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 1
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"records": [
{
"recordId": 0,
"icon": "string",
"title": "string",
"subTitle": "string",
"exchangeTime": "2019-08-24T14:15:22Z",
"type": "PIG_COIN"
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "string",
"asc": true
}
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": 0,
"countId": "string",
"pages": 0
}
}