- 打印格式调整
This commit is contained in:
@@ -41,7 +41,7 @@ func GetFeieOrderContent(order *model.GoodsOrder, storeTel string) (content stri
|
|||||||
orderFmt := `
|
orderFmt := `
|
||||||
<CB>京西菜市</CB><BR>
|
<CB>京西菜市</CB><BR>
|
||||||
<C>手机买菜上京西</C><BR>
|
<C>手机买菜上京西</C><BR>
|
||||||
<C>极速到家送惊喜</C>
|
<C>极速到家送惊喜</C><BR>
|
||||||
--------------------------------<BR>
|
--------------------------------<BR>
|
||||||
下单时间: %s<BR>
|
下单时间: %s<BR>
|
||||||
预计送达: %s<BR>
|
预计送达: %s<BR>
|
||||||
@@ -62,7 +62,7 @@ func GetFeieOrderContent(order *model.GoodsOrder, storeTel string) (content stri
|
|||||||
<BOLD>实际支付:</BOLD>%s<BR>
|
<BOLD>实际支付:</BOLD>%s<BR>
|
||||||
<BR>
|
<BR>
|
||||||
商品明细: <BR>
|
商品明细: <BR>
|
||||||
品名 数量 单价 小计
|
品名 数量 单价 小计<BR>
|
||||||
--------------------------------<BR>`
|
--------------------------------<BR>`
|
||||||
orderParams := []interface{}{
|
orderParams := []interface{}{
|
||||||
utils.Time2Str(order.OrderCreatedAt),
|
utils.Time2Str(order.OrderCreatedAt),
|
||||||
@@ -94,8 +94,8 @@ func GetFeieOrderContent(order *model.GoodsOrder, storeTel string) (content stri
|
|||||||
更多信息请关注官方微信: 京西菜市<BR>
|
更多信息请关注官方微信: 京西菜市<BR>
|
||||||
<BR>
|
<BR>
|
||||||
<BR><BR>
|
<BR><BR>
|
||||||
--------------------------------
|
--------------------------------<BR>
|
||||||
--------------------------------
|
--------------------------------<BR>
|
||||||
<BR><BR>
|
<BR><BR>
|
||||||
`
|
`
|
||||||
// <QR>http://weixin.qq.com/r/tkkDGzTERmk5rXB49xyk</QR>
|
// <QR>http://weixin.qq.com/r/tkkDGzTERmk5rXB49xyk</QR>
|
||||||
|
|||||||
Reference in New Issue
Block a user