This commit is contained in:
邹宗楠
2024-09-25 14:44:35 +08:00
parent b23c7bea37
commit d8f4e5e579
2 changed files with 7 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ func TestRegisterPrinter(t *testing.T) {
}
func TestGetPrinterStatus(t *testing.T) {
sn, err := CurPrinterHandler.GetPrinterStatus(nil, "222514142", "sj572rdp")
sn, err := CurPrinterHandler.GetPrinterStatus(nil, "525553025", "BIXCwxea")
t.Log(sn)
if err != nil {
t.Fatal(err)