This commit is contained in:
suyl
2021-07-23 14:24:55 +08:00
parent 267d3189ee
commit 3be7c29c20
4 changed files with 14 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ func TestGetPrinterStatus(t *testing.T) {
}
func TestDoPrint(t *testing.T) {
result, err := api.DoPrint("20210615000010", "<center>测试一下</center>", 1)
result, err := api.DoPrint("20210615000010", "<center>测试一下</center><br>", 2)
if err != nil {
t.Fatal(err)
}