This commit is contained in:
邹宗楠
2024-12-18 17:12:10 +08:00
parent d5e46f7fd2
commit 0ad94d882a
3 changed files with 7 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ func TestAPI_AddPrinterOrder(t *testing.T) {
//--------------------------------
//<font# bolder=1 height=2 width=1>1.哇哈哈纯净水24瓶装 x8 ¥321.0</font#><BR><BR><LEFT><font# bolder=0 height=2 width=1>共1种8件商品</font#></LEFT>
//<font# bolder=0 height=2 width=1>--------------#19完-------------</font#>`
result, err := api.Print("680020033919", context, "10")
result, err := api.Print("580011089858", context, "10")
fmt.Println(result)
fmt.Println(err)
}