diff --git a/internal/push/push_handler.go b/internal/push/push_handler.go index 91363282f..9efa15855 100644 --- a/internal/push/push_handler.go +++ b/internal/push/push_handler.go @@ -56,8 +56,10 @@ func (c *ConsumerHandler) handleMs2PsChat(ctx context.Context, msg []byte) { MsgData: msgFromMQ.MsgData, ConversationID: msgFromMQ.ConversationID, } + log.ZDebug(ctx, "push msg", "msg", pbData.String()) sec := msgFromMQ.MsgData.SendTime / 1000 nowSec := utils.GetCurrentTimestampBySecond() + log.ZDebug(ctx, "push msg", "msg", pbData.String(), "sec", sec, "nowSec", nowSec) if nowSec-sec > 10 { return }