This commit is contained in:
邹宗楠
2024-09-26 09:18:43 +08:00
parent 312aefbf2c
commit ed24e8e777
4 changed files with 19 additions and 17 deletions

View File

@@ -60,7 +60,7 @@ func TestPrinterDelList(t *testing.T) {
}
func TestQueryOrderInfoByDate(t *testing.T) {
printed, waiting, err := api.QueryOrderInfoByDate("922591501", time.Now())
printed, waiting, err := api.QueryOrderInfoByDate("525553025", time.Now())
if err != nil {
t.Fatalf("QueryOrderInfoByDate return error:%v", err)
}
@@ -75,7 +75,7 @@ func TestDelPrinterSqs(t *testing.T) {
}
func TestQueryPrinterStatus(t *testing.T) {
status, err := api.QueryPrinterStatus("922591501")
status, err := api.QueryPrinterStatus("525553025")
if err != nil {
t.Fatalf("QueryPrinterStatus return error:%v", err)
}