1
This commit is contained in:
@@ -250,6 +250,7 @@ func (c *PrinterHandler) PrintOrder(ctx *jxcontext.Context, store *model.Store,
|
||||
if store.PrinterFontSize == partner.PrinterFontSizeBig2 || store.PrinterFontSize == partner.PrinterFontSizeNormal2 {
|
||||
printData[PrintNumber] = utils.Int2Str(2)
|
||||
}
|
||||
printData[AppID] = "1000" // 菜市应用
|
||||
|
||||
orderPrint, err := json.Marshal(printData)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user