添加消息推送

This commit is contained in:
邹宗楠
2023-03-18 11:05:47 +08:00
parent bf5efa6faa
commit ffd4920ebb
8 changed files with 452 additions and 5 deletions

View File

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