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: