From 86d99338ed7027dee5ea54ee18a79aebca313bb2 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 9 Jul 2021 18:26:05 +0800 Subject: [PATCH] aa --- business/jxstore/event/event_tcp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index bc698bfee..30cef5536 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -479,7 +479,7 @@ func replaceContent(content string, printMsg *model.PrintMsg) (result string) { hexPrefix, _ := jxutils.Utf8ToGbk([]byte(soundPrefix)) hexPrefixStr := hex.EncodeToString(hexPrefix) realSound := hexPrefixStr + sound - allLen := fmt.Sprintf("%x", (len("fd001a0101")+len(realSound))/2) + allLen := fmt.Sprintf("%x", (len("001a0101")+len(realSound))/2) if len(allLen) < 2 { allLen = "0" + allLen }