diff --git a/business/jxstore/event/event_tcp_utils.go b/business/jxstore/event/event_tcp_utils.go index 72068d435..9326591a9 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, "1B59415501") + result = strings.ReplaceAll(result, byteSignSound, "1B59415502") } } // 自动合成语音功能