{
"type": 5,
"data": {
"id": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",(uuid形式的订单id),
"orderType": "1肯德基 2麦当劳 4星巴克 8奈雪的茶 16瑞幸咖啡 32喜茶",
"orderState": 3,
"entPara": "自定义参数(可在创建订单接口中传入,这里原样返回)",
"totalUserPrice": "用户价格",
"commission": "佣金",
"orderName": "订单名称",
"codes": "取餐码,多个用空格分开,如(A3301 A3302)",
"qrCodes": "点餐生成二维码的值,点餐品牌为瑞幸时,需要生成二维码,多个用空格分开,如(Z2jMdwQ3AAM= Z2jMvwQ3AAM= Z2jM4gQ3AAM=)",
"refundAmount":"当前退款金额",
"totalRefundAmount ":"总退款金额",
"totalEpPrice":"企业总成本价",--企业订单总成本
"epRefundAmount":"渠道退款总额",--每次退款会推送订单当前企业退款总金额
"refundId":"退款id",
"refundProducts":[{"productId":"产品id","quantity":"订单商品数量","selPrice":"销售单价", "hasRefund": true,"spec":"规格名称组合","refundCount":"退款商品数量(只用于参考,某些情况下值不一定准确)","refundAmount":"退款金额","epRefundAmount":"渠道退款总额(当前商品退款成本价)"}],
"totalOriginPrice":"60(原价总价)",
"createTime":"2020-09-08 10:20:00(订单创建时间)",
"updateTime":"2020-09-08 10:20:00 (订单最后更新时间)",
"courierLocationH5":"https://abc123xyz890.com/courierLocationH5(外卖订单骑手位置H5页面URL)"
}
}