curl --location --request GET '/user/order/historyOrders?page=1&pageSize=10'
{
"code": 0,
"msg": null,
"data": {
"total": 0,
"records": [
{
"id": 0,
"number": "string",
"status": 0,
"userId": 0,
"addressBookId": 0,
"orderTime": "string",
"checkoutTime": "string",
"payMethod": 0,
"payStatus": 0,
"amount": 0,
"remark": "string",
"userName": null,
"phone": "string",
"address": "string",
"consignee": "string",
"cancelReason": null,
"rejectionReason": null,
"cancelTime": null,
"estimatedDeliveryTime": "string",
"deliveryStatus": 0,
"deliveryTime": null,
"packAmount": 0,
"tablewareNumber": 0,
"tablewareStatus": 0,
"orderDetailList": [
{
"id": 0,
"name": "string",
"orderId": 0,
"dishId": 0,
"setmealId": null,
"dishFlavor": null,
"number": 0,
"amount": 0,
"image": "string"
}
]
}
]
}
}