json 配置文件修复
This commit is contained in:
parent
a55880827d
commit
bf32c61096
@ -90,8 +90,8 @@ func LoopSubscribe(cr *core.Core, channelName string, redisConf *core.RedisConfi
|
|||||||
} else {
|
} else {
|
||||||
logrus.Warning("channelname not match", channelName)
|
logrus.Warning("channelname not match", channelName)
|
||||||
}
|
}
|
||||||
// logrus.Warning("msg.Payload: ", msg.Payload)
|
logrus.Warning("msg.Payload: ", msg.Payload)
|
||||||
// fmt.Println("channelName: ", channelName, " msg.Payload: ", msg.Payload)
|
fmt.Println("channelName: ", channelName, " msg.Payload: ", msg.Payload)
|
||||||
switch ctype {
|
switch ctype {
|
||||||
// 接收到的candle扔到 candle 二次加工流水线
|
// 接收到的candle扔到 candle 二次加工流水线
|
||||||
case "candle":
|
case "candle":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user