This commit is contained in:
邹宗楠
2025-12-25 14:12:33 +08:00
parent 7213c0470c
commit 7f830d030e

View File

@@ -110,7 +110,7 @@ func TestDoPrint(t *testing.T) {
}
func TestGetPrintList(t *testing.T) {
list, count, err := api.GetPrintList("", "", -9, -9, 0, 10)
list, count, err := api.GetPrintList("", "", 0, 0, 0, 10)
fmt.Println(list)
fmt.Println(count)
fmt.Println(err)