Authorization: Bearer ********************curl --location --request GET 'https://www.mengzhikeji.cn/prod-api/consumer/order/getDelivery?orderId' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"orderId": 0,
"area": "string",
"addr": "string",
"contactName": "string",
"contactPhone": "string",
"gender": "string",
"deliveryRemark": "string"
}
}