This commit is contained in:
邹宗楠
2022-12-29 18:35:46 +08:00
parent fe59f8bca7
commit 14b55e118c
2 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
package cms
import (
"fmt"
"testing"
)
func TestConn(t *testing.T) {
err := DelPrinterSeq(1000, "120220915001012")
fmt.Println(err)
}