{
"page": 1,
"size": 1
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/userTicket/page' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 1
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"records": [
{
"ticketId": 0,
"ticketType": 0,
"name": "string",
"icon": "string",
"expire": "2019-08-24T14:15:22Z",
"ticketStatus": 0,
"usageTime": "2019-08-24T14:15:22Z",
"remark": "string",
"isTodayExpire": "Y"
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "string",
"asc": true
}
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": 0,
"countId": "string",
"pages": 0
}
}