新增退单和退款订单打印

This commit is contained in:
邹宗楠
2022-06-14 15:22:08 +08:00
parent b6e53aea9e
commit c787af5964

View File

@@ -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)
}