Authorization: Bearer ********************curl --location --request GET 'https://www.mengzhikeji.cn/prod-api/merchant/hostOrderDtl/list?createBy=&createTime=&updateBy=&updateTime=¶ms=&orderDtlId=&ticketId=&hostTicketId=&orderId=&areaName=&price=&costPrice=&prepayment=&unitPrice=&ticketNum=&remark=&pageSize=&pageNum=&orderByColumn=&isAsc=' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"orderDtlId": 0,
"orderId": 0,
"areaName": "string",
"price": 0,
"costPrice": 0,
"prepayment": 0,
"unitPrice": 0,
"ticketNum": 0,
"remark": "string"
}
],
"code": 0,
"msg": "string"
}