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