curl --location --request GET '/member/order//logistics'
{
"msg": "string",
"result": {
"picture": "string",
"count": 0,
"company": {
"name": "string",
"number": "string",
"tel": "string"
},
"list": [
{
"id": "string",
"text": "string",
"time": "string"
}
]
}
}