This commit is contained in:
邹宗楠
2024-11-19 17:44:28 +08:00
parent 5d92b8c0a8
commit 1d3ce6bd4c
12 changed files with 81 additions and 112 deletions

View File

@@ -74,7 +74,7 @@ func TestGetPrintMsg(t *testing.T) {
}
func TestGetPrinterStatus(t *testing.T) {
result, err := api.GetPrinterStatus("120220915001594")
result, err := api.GetPrinterStatus("120220915001292")
if err != nil {
t.Fatal(err)
}