Authorization: Bearer ********************{
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"params": {
"property1": {},
"property2": {}
},
"merOrderId": 0,
"merchantId": 0,
"consumerId": 0,
"concertId": 0,
"bookingNum": 0,
"comboOrderId": 0,
"cardIds": "string",
"amount": 0,
"addr": "string",
"state": 0,
"phoneNum": "string",
"customerName": "string",
"orderType": 0,
"remark": "string"
}curl --location 'https://www.mengzhikeji.cn/prod-api/merchant/merOrder' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22.123Z",
"params": {
"property1": {},
"property2": {}
},
"merOrderId": 0,
"merchantId": 0,
"consumerId": 0,
"concertId": 0,
"bookingNum": 0,
"comboOrderId": 0,
"cardIds": "string",
"amount": 0,
"addr": "string",
"state": 0,
"phoneNum": "string",
"customerName": "string",
"orderType": 0,
"remark": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}