From 9abe9a3a2c152c0c5928a4d70233ff727a78b7e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 30 Dec 2022 09:56:22 +0800 Subject: [PATCH] 1 --- business/jxstore/event/event_tcp.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index bf5de518d..a423d5a65 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -57,6 +57,7 @@ func (t *TcpClient) handleConn(c net.Conn) { //看是心跳还是打印回调 data := hex.EncodeToString(buffer[:n]) if strings.Contains(string(buffer[0:n]), "print_no") { // 清理缓存 + globals.SugarLogger.Debugf("=========buffer %s", string(buffer[0:n])) param := struct { PrintNo string `json:"print_no"` }{}