curl --location --request GET '/member/order?page=&pageSize=&orderState='
{
"msg": "string",
"result": {
"counts": 0,
"pageSize": "string",
"pages": "string",
"page": "string",
"items": [
{
"id": "string",
"createTime": "string",
"payType": 0,
"orderState": 0,
"payLatestTime": "string",
"countdown": 0,
"postFee": 0,
"payMoney": 0,
"totalMoney": 0,
"totalNum": "string",
"skus": [
{
"id": "string",
"spuId": "string",
"name": "string",
"quantity": 0,
"image": "string",
"curPrice": 0,
"realPay": 0,
"properties": [
{
"propertyMainName": "string",
"propertyValueName": "string"
}
],
"attrsText": "string"
}
]
}
]
}
}