This commit is contained in:
邹宗楠
2025-12-23 15:16:40 +08:00
parent 995e1542f0
commit df7bbc71a8
2 changed files with 43 additions and 0 deletions

View File

@@ -107,3 +107,7 @@ func TestDoPrint(t *testing.T) {
}
t.Log(result)
}
func TestGetPrintList(t *testing.T) {
api.GetPrintList("", "", -9, -9, 0, 30)
}