自定义字典列表
请求地址
http://项目地址/mdiy/dict/list.do
请求方式
POST/GET
参数说明
名称 |
类型 |
是否必须 |
描述 |
pageSize |
int |
可选 |
一页显示的数量 |
dictType |
String |
可选 |
类型,查询该分类下的数据 |
dictLabel |
String |
可选 |
标签名 |
返回值说明
名称 |
说明 |
dictId |
编号 |
appId |
应用编号 |
dictValue |
数据值 |
dictLabel |
标签名 |
dictType |
类型 |
dictDescription |
描述 |
dictSort |
排序 |
dictParentId |
父级编号 |
dictRemarks |
备注信息 |
total |
返回信息总数 |
返回值示例
{
"rows": [
{
"appId": 1,
"dictDescription": "讲述民国时期女作家萧红的一生",
"dictId": 1,
"dictLabel": "黄金时代",
"dictParentId": "0",
"dictRemarks": "王小波小说集",
"dictSort": 1,
"dictType": "book",
"dictValue": "20"
}
],
"total": 1
}