{
  "info": {
    "name": "安全系统管理 - 查询所有有效系统",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "查询所有有效系统",
      "request": {
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/api/security/systems/active",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "security",
            "systems",
            "active"
          ]
        }
      },
      "response": []
    }
  ]
}