新增退单和退款订单打印
This commit is contained in:
@@ -74,8 +74,9 @@ func TestGetPrinterStatus(t *testing.T) {
|
||||
t.Log(result)
|
||||
}
|
||||
|
||||
// 20210615000012
|
||||
func TestDoPrint(t *testing.T) {
|
||||
result, err := api.DoPrint("20210615000010", "<center>测试一下</center><br>", 2)
|
||||
result, err := api.DoPrint("20210615000011", "<center>11111</center><br>", 2)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user