liuxiulin 1 周之前
父节点
当前提交
f91f8cc892
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/ruleEngine/nodes/msg_type_switch_node.go

+ 1 - 1
pkg/ruleEngine/nodes/msg_type_switch_node.go

@@ -20,7 +20,7 @@ func (m *MsgTypeSwitchNode) OnMessage(ctx ruleEngine.Context, message *protocol.
 	case protocol.POST_ATTRIBUTES_REQUEST:
 		relationType = protocol.PostAttributes
 	case protocol.POST_EVENT_REQUEST:
-		relationType = protocol.PostAttributes
+		relationType = protocol.PostEvent
 	case protocol.CONNECT_EVENT:
 		relationType = protocol.ConnectEvent
 	case protocol.DISCONNECT_EVENT: