{
  "status": "success",
  "data": [
    {
      "title": "ATM",
      "key": "1"
    },
    {
      "title": "POS",
      "key": "2"
    },
    {
      "title": "银联",
      "key": "3",
      "children": [
        {
          "title": "银联支付系统",
          "key": "3-1",
          "children": [
            {
              "title": "生产机(192.168.1.1)",
              "key": "3-1-1",
              "type": "node",
              "buziid": "1",
              "appid": "1",
              "moid": "1"
            }
          ]
        },
        {
          "title": "银联现金系统",
          "key": "3-2",
          "children": [
            {
              "title": "生产机(192.168.1.2)",
              "key": "3-2-1",
              "type": "node",
              "buziid": "1",
              "appid": "1",
              "moid": "1"
            }
          ]
        }
      ]
    }
  ]
}