```javascript
小程序订单
${order.id}
${.now?datetime}
<#list goods as test>
${test.goodsName} ${test.property!""}
数量:${test.number} 金额:${test.amount}
--------------------------------
#list>
优惠券抵扣:${order.amountCoupons}
备注:${order.remark!"无"}
--------------------------------
姓名:${extJson["姓名"]}
电话:${extJson["手机号码"]}
用餐时段:${extJson["用餐时间段"]}
用餐日期:${extJson["自取时间"]}
--------------------------------
<#if order.isNeedLogistics>
联系人: ${logistics.linkMan}
联系电话: ${logistics.mobile}
配送地址:${logistics.address}
#if>
<#if order.isCanHx>
二维码内容
自取点: ${extJson["提货点"]}
<#else>
二维码内容
取餐柜: ${extJson["提货点"]}
取餐码: ${order.pickPointPwd}
#if>
合计:${order.amountReal}元
订单号:${order.orderNumber}
```
