文档
测试

查询主题数据库

POST
http://113.204.181.78:18081/apin/catalog/resCatalogType/findAll

请求头

参数名
类型
描述
必填
Authorization
Bearer token
必填
Content-Type
application/json
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
result
object
数据字典
必填
count
int
示例:5
必填
list
array
数据列表
必填
id
string
示例:4028e4ed6ef615e0016f1437b5300ca7
必填
name
string
主题库名称 示例:政务资源
必填
pid
string
示例:-1
必填
icon
object
示例:null
必填
isParent
object
示例:null
必填
description
string
描述 示例:政务资源
必填
typeOrder
int
示例:1
必填
code
string
示例:ZWZY
必填
fcatalogId
object
示例:null
必填
createTime
string
示例:2019-12-17 17:16:33
必填

说明 / 示例

请求报文 返回报文 { "code": 1, "result": { "count": 5, "list": [ { "id": "4028e4ed6ef615e0016f1437b5300ca7", "name": "政务资源", "pid": "-1", "icon": null, "isParent": null, "description": "政务资源", "typeOrder": 1, "code": "ZWZY", "fcatalogId": null, "createTime": "2019-12-17 17:16:33" }, { "id": "4028e4ed761cf2790178346dd8fe00ee", "name": "金融经济", "pid": "5c7ac06471546a4b0171ee8ae72f0055", "icon": null, "isParent": null, "description": "金融经济", "typeOrder": 1, "code": "JR", "fcatalogId": null, "createTime": "2021-03-15 13:48:37" }, { "id": "4028e4ed761cf2790178346e2e3b00ef", "name": "基础经济", "pid": "5c7ac06471546a4b0171ee8ae72f0055", "icon": null, "isParent": null, "description": "基础经济", "typeOrder": 2, "code": "JCJJ", "fcatalogId": null, "createTime": "2021-03-15 13:48:59" }, { "id": "4028e4ed7891aa5c0178f35c31250618", "name": "地理信息库", "pid": "-1", "icon": null, "isParent": null, "description": "地理信息", "typeOrder": 1, "code": "DLXXK", "fcatalogId": null, "createTime": "2021-04-21 15:36:49" }, { "id": "5c7ac06471546a4b0171ee8ae72f0055", "name": "经济运行", "pid": "-1", "icon": null, "isParent": null, "description": "1", "typeOrder": 1, "code": "JJYX", "fcatalogId": null, "createTime": "2020-05-08 01:50:13" } ] } }