文档
测试

字典查询

POST
http://localhost:9050/recourseNumber/terminal/dicInfos

接口描述

数据字典查询

请求参数

参数名
类型
描述
必填
dicType
String
字典类型:LINE_TYPE(线路类型),OPERATORS(运营商),CORRESPONDENCE_MODEL(通信模式)
必填

响应参数

参数名
类型
描述
必填
list
array
字典集合
必填
dicKey
String
字典键
必填
dicValue
String
字典值
必填

说明 / 示例

{ "result": { "list": [ { "dicKey": "中国移动", "dicValue": "中过移动" }, { "dicKey": "中国联通", "dicValue": "中国联通" }, { "dicKey": "中国电信", "dicValue": "中国电信" }, { "dicKey": "其他", "dicValue": "其他" } ] }, "success": true, "code": "00000", "message": "请求处理成功!" }