{
  "info": {
    "name": "白名单管理 - 获取白名单列表",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "获取白名单列表",
      "request": {
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{baseUrl}}/api/whitelists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "whitelists"
          ],
          "query": [
            {
              "key": "pageNum",
              "value": "",
              "description": "页码，默认1"
            },
            {
              "key": "pageSize",
              "value": "",
              "description": "每页数量，默认10"
            },
            {
              "key": "userId",
              "value": "",
              "description": "按用户筛选"
            }
          ]
        }
      },
      "response": []
    }
  ]
}