zengh
2021-01-14 49e023b28af6d32dad613c19eb6eb2701cdcc040
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
  {
    "type": "POST",
    "url": "localhost:89/catalogs/catalogs/catalogList",
    "title": "目录树",
    "group": "目录树",
    "success": {
      "examples": [
        {
          "title": "Response-Example",
          "content": "{\n  {\n  \"code\": 200,\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"医院\",\n            \"pid\": 0,\n            \"eqid\": \"\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"学校\",\n            \"pid\": 0,\n            \"eqid\": \"\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"一号楼\",\n            \"pid\": 1,\n            \"eqid\": \"\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"二号楼\",\n            \"pid\": 1,\n            \"eqid\": \"\"\n        }\n    ],\n    \"msg\": \"操作成功\"\n    }\n}",
          "type": "json"
        }
      ]
    },
    "version": "0.0.0",
    "filename": "myapp/file1.js",
    "groupTitle": "目录树",
    "name": "PostLocalhost89CatalogsCatalogsCataloglist"
  }
]