This commit is contained in:
邹宗楠
2022-07-12 14:39:54 +08:00
parent d580df4e71
commit 9183781201
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ func TestGetPrinterStatus(t *testing.T) {
// 20210615000012
func TestDoPrint(t *testing.T) {
result, err := api.DoPrint("20210615000011", "<center>11111</center><br>", 2)
result, err := api.DoPrint("20210615000010", "<center>11111</center><br>", 2)
if err != nil {
t.Fatal(err)
}