From e2cf0be0cb661c82b6d852ffb3f5035ebe5254b9 Mon Sep 17 00:00:00 2001 From: jjxu <428192774@qq.com> Date: Mon, 1 Sep 2025 14:22:59 +0800 Subject: [PATCH] Update chat.go --- pkg/service/asChat/logic/chat.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/service/asChat/logic/chat.go b/pkg/service/asChat/logic/chat.go index e3ed49e..bfe6fa9 100644 --- a/pkg/service/asChat/logic/chat.go +++ b/pkg/service/asChat/logic/chat.go @@ -105,6 +105,7 @@ func NewMessage(ctx context.Context, cache *chatCache.ChatCache, sender *account notice.BuildMessage(resp.Data) fmt.Printf("ws消息提醒:%+v\n", notice) _, err = consts.ChatRoom.SendSessionMessage(sender, request.SessionId, ws.NewChatMsgType, notice) + fmt.Println("消息提醒结果:", err) if err != nil { log.Print("发送新消息通知失败", zap.Error(err), zap.Any("notice", notice)) }