1
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user