文档
测试

预警类型:字典

POST
http://124.70.52.22:802/api/basic/dictDataList

接口描述

查询预警类型列表信息

响应参数

参数名
类型
描述
必填
code
int
0 500
必填
msg
String
成功或失败提示
必填
data
Object
每个角色的基础信息
必填

说明 / 示例

{ "msg": "操作成功", "code": 0, "data": [ { "dictLabel": "交通事故", "dictValue": "4" }, { "dictLabel": "车辆故障", "dictValue": "5" }, { "dictLabel": "政府扣车", "dictValue": "6" }, { "dictLabel": "车辆自燃", "dictValue": "7" }, { "dictLabel": "预计晚到", "dictValue": "8" }, { "dictLabel": "场地拦车", "dictValue": "9", }, { "dictLabel": "疑似场地缆车", "dictValue": "10" }, { "dictLabel": "其他", "dictValue": "11" } ] }