curl --location --request GET '/szbaoly/szbaOrder/list' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k'
{
"code": 0,
"message": "string",
"result": {
"current": 0,
"hitCount": true,
"pages": 0,
"records": [
{
"addressDetail": "string",
"city": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"custMobile": "string",
"custName": "string",
"delFlag": 0,
"district": "string",
"expCode": "string",
"freightPayer": 0,
"id": "string",
"invoiceHeaderId": 0,
"invoiceType": 0,
"payAmount": 0,
"payNo": "string",
"payTime": "string",
"platformOrderNo": "string",
"province": "string",
"remark": "string",
"status": 0,
"szbaCreateTime": "string",
"totalAmount": 0,
"totalFreightAmount": 0,
"totalNum": 0,
"totalTaxAmount": 0,
"unionNo": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"success": true,
"timestamp": 0
}