This commit is contained in:
邹宗楠
2022-12-13 10:06:14 +08:00
parent b2340c55b9
commit 2ee9e6a3c6
2 changed files with 15 additions and 6 deletions

View File

@@ -42,3 +42,11 @@ func TestRegisterPrinter(t *testing.T) {
t.Fatal(err)
}
}
func TestGetPrinterStatus(t *testing.T) {
sn, err := CurPrinterHandler.GetPrinterStatus(nil, "922591501", "fczh8zwv")
t.Log(sn)
if err != nil {
t.Fatal(err)
}
}