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)) }