Authorization: Bearer ********************curl --location 'https://www.mengzhikeji.cn/prod-api/merchant/merOrder/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": {
"merOrderId": 0,
"merchantId": 0,
"consumerId": 0,
"concertId": 0,
"bookingNum": 0,
"comboOrderId": 0,
"amount": 0,
"addr": "string",
"state": 0,
"phoneNum": "string",
"customerName": "string",
"orderType": 0,
"remark": "string"
}
}