Authorization: Bearer ********************
curl --location --request GET 'https://www.mengzhikeji.cn/prod-api/consumer/orderNew/consumerOrderCreateList'
{
"code": 0,
"msg": "string",
"data": [
{
"orderId": 0,
"createTime": "string",
"type": "string",
"status": "CREATE_SUCCESS",
"eventName": "string",
"eventId": 0,
"count": 0,
"price": 0,
"fileUrl": "string",
"longitude": "string",
"latitude": "string",
"merchantName": "string",
"deliveryId": 0,
"share": true,
"state": 0,
"writeOffState": 0,
"merchantPhonenum": "string",
"sharingReward": 0,
"groupBuying": true,
"groupBuyingId": 0,
"requireNum": 0,
"peopleNum": 0,
"orderMealList": [
{
"mealId": 0,
"count": 0,
"mealName": "string",
"tag": "string",
"showPrice": 0,
"realPrice": 0,
"url": "string",
"writeOffId": [
0
]
}
],
"sumWCount": 0,
"wcount": 0
}
]
}