文档
测试

字典枚举列表查询

GET
http://127.0.0.1:8181/applet/metadata/dict/report_repair_type

接口描述

report_repair_type-报事报修类型,hidden_danger_type-安全隐患类型,patrol_point_type-巡检点类型,opinion_type-意见类型

响应参数

参数名
类型
描述
必填
dictList
list
必填
id
string
id
必填
value
string
显示名称
必填

说明 / 示例

**响应报文** ```json { "code": "0", "msg": "成功", "detail": null, "result": { "dictList": [ { "id": "1", "value": "水电" }, { "id": "2", "value": "设施设备" }, { "id": "3", "value": "房屋主体" }, { "id": "4", "value": "其他" } ] }, "traceId": "3fe77614a91744f3870c7390c4129ea1", "success": true } ```