Compare commits

..

No commits in common. "2b98fefa69ad7bba869c3a8f2847ab62427bc3de" and "9a9cb3b1f0b47aabbf20eeb0e8d98b8d9a22a42e" have entirely different histories.

View File

@ -106,7 +106,6 @@ 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))
}