curl --location --request GET 'http://127.0.0.1:9000/api/order-service/order/ticket/self/page' \
--header 'Authorization;'
{
"code": "string",
"message": null,
"data": {
"current": 0,
"size": 0,
"total": 0,
"records": [
{
"departure": "string",
"arrival": "string",
"ridingDate": "string",
"trainNumber": "string",
"departureTime": "string",
"arrivalTime": "string",
"seatType": 0,
"carriageNumber": "string",
"seatNumber": "string",
"realName": "string",
"ticketType": 0,
"amount": 0
}
]
},
"requestId": null,
"success": true
}