{
  "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/{systemId}/modules/active",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "security",
            "systems",
            "{systemId}",
            "modules",
            "active"
          ]
        }
      },
      "response": []
    }
  ]
}