文档
测试

查询数据库类型数据字典

GET
http://localhost:8080/sys/dict/data/key/database_type

接口描述

查询数据库类型数据字典

响应参数

参数名
类型
描述
必填
dictLabel
字符串
显示用的字段
必填
dictValue
字符串
实际后端使用的字段
必填

说明 / 示例

```json { "code": 0, "msg": "success", "data": [ { "id": "1339380096214466562", "dictTypeId": "1339379850612801537", "dictLabel": "Oracle", "dictValue": "Oracle", "remark": "", "sort": 0, "createDate": "2020-12-17 09:21:14", "updateDate": "2020-12-17 09:22:29" }, { "id": "1339380156620832770", "dictTypeId": "1339379850612801537", "dictLabel": "MySQL", "dictValue": "MySQL", "remark": "", "sort": 1, "createDate": "2020-12-17 09:21:28", "updateDate": "2020-12-17 09:22:33" }, { "id": "1339380221154394114", "dictTypeId": "1339379850612801537", "dictLabel": "Postgresql", "dictValue": "Postgresql", "remark": "", "sort": 2, "createDate": "2020-12-17 09:21:43", "updateDate": "2020-12-17 09:22:36" }, { "id": "1339380293858459650", "dictTypeId": "1339379850612801537", "dictLabel": "SQL Server", "dictValue": "SQLServer", "remark": "", "sort": 3, "createDate": "2020-12-17 09:22:01", "updateDate": "2020-12-17 09:22:45" } ] } ```