From d0b242e2ea1639ad2c475ad404b81b6565493bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 26 Jul 2022 18:14:28 +0800 Subject: [PATCH] 1 --- business/jxstore/event/event_tcp_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/event/event_tcp_utils.go b/business/jxstore/event/event_tcp_utils.go index d5143e6ff..72068d435 100644 --- a/business/jxstore/event/event_tcp_utils.go +++ b/business/jxstore/event/event_tcp_utils.go @@ -491,7 +491,7 @@ func replaceContent(content string, printMsg *model.PrintMsg) (result string) { } globals.SugarLogger.Debug("voice==================", voice) result = strings.ReplaceAll(result, sound, "") - result = strings.ReplaceAll(result, byteSignSound, hexSignSoundSolidification+"14") + result = strings.ReplaceAll(result, byteSignSound, "1B59415501") } } // 自动合成语音功能