Authorization: Bearer ********************curl --location --request GET 'https://www.mengzhikeji.cn/prod-api/merchant/hostOrderDtl/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"orderDtlId": 0,
"orderId": 0,
"areaName": "string",
"price": 0,
"costPrice": 0,
"prepayment": 0,
"unitPrice": 0,
"ticketNum": 0,
"remark": "string"
}
}