curl --location 'https://meikou-api.itheima.net/member/order?page=1&pageSize=10&orderState=0' \
--header 'Authorization: Bearer '{
"code": "string",
"msg": "string",
"result": {
"counts": 0,
"pageSize": 0,
"pages": 0,
"page": 0,
"items": [
{
"id": "string",
"createTime": "string",
"payType": 0,
"orderState": 0,
"payLatestTime": "string",
"postFee": 0,
"payMoney": 0,
"totalMoney": 0,
"totalNum": 0,
"skus": [
{
"id": "string",
"spuId": "string",
"name": "string",
"quantity": 0,
"image": "string",
"realPay": 0,
"curPrice": 0,
"totalMoney": null,
"properties": [
{
"propertyMainName": "string",
"propertyValueName": "string"
}
],
"attrsText": "string"
}
],
"payChannel": 0,
"countdown": 0
}
]
}
}