修改打印机

This commit is contained in:
邹宗楠
2022-06-13 10:58:50 +08:00
parent a6fb0ed185
commit d1710be566
4 changed files with 24 additions and 18 deletions

View File

@@ -27,7 +27,7 @@ func TestPrintMsg(t *testing.T) {
}
// context := CurPrinterHandler.getOrderContent(order, "13412345678")
context := CurPrinterHandler.getOrderContentBig(order, "13412345678")
context := CurPrinterHandler.getOrderContentBig(order, "13412345678", nil)
status, err := CurPrinterHandler.PrintMsg(jxcontext.AdminCtx, "7JizmSyiXNzkggaqU", "177f213277dd842ba2b53f6c926a48ea", "test", context)
t.Log(utils.Format4Output(status, false))
if err != nil {