51 lines
858 B
JSON
51 lines
858 B
JSON
{
|
|
"data": [
|
|
{
|
|
"id": 0,
|
|
"accountId": 0,
|
|
"shippingProgress": 4,
|
|
"addressId": 0,
|
|
"paymentId": 0,
|
|
"tickets": [
|
|
{
|
|
"concertId": 0,
|
|
"orderPrice": 184,
|
|
"seatId": 43
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 1,
|
|
"accountId": 3,
|
|
"shippingProgress": 5,
|
|
"addressId": 4,
|
|
"paymentId": 3,
|
|
"tickets": [
|
|
{
|
|
"concertId": 0,
|
|
"orderPrice": 184,
|
|
"seatId": 2
|
|
},
|
|
{
|
|
"concertId": 0,
|
|
"orderPrice": 184,
|
|
"seatId": 3
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 2,
|
|
"accountId": 3,
|
|
"shippingProgress": 2,
|
|
"addressId": 5,
|
|
"paymentId": 3,
|
|
"tickets": [
|
|
{
|
|
"concertId": 0,
|
|
"orderPrice": 184,
|
|
"seatId": 3
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |