From bf32c610967c4439c958632325810549759eb384 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Tue, 17 Dec 2024 00:05:15 +0800 Subject: [PATCH] =?UTF-8?q?json=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/extent.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/extent.go b/modules/extent.go index 8073135..e3cb392 100644 --- a/modules/extent.go +++ b/modules/extent.go @@ -90,8 +90,8 @@ func LoopSubscribe(cr *core.Core, channelName string, redisConf *core.RedisConfi } else { logrus.Warning("channelname not match", channelName) } - // logrus.Warning("msg.Payload: ", msg.Payload) - // fmt.Println("channelName: ", channelName, " msg.Payload: ", msg.Payload) + logrus.Warning("msg.Payload: ", msg.Payload) + fmt.Println("channelName: ", channelName, " msg.Payload: ", msg.Payload) switch ctype { // 接收到的candle扔到 candle 二次加工流水线 case "candle":