查询通用字典
简要描述
- 无
请求URL
http://localhost:8888/dictItem/findAllWithPage
请求方式
- post
Header
header | 必选 | 类型 | 说明 |
---|---|---|---|
X-Token | 是 | string | 无 |
请求参数示例
{
"dictGroupCode": "BASE_STATUS_DICT",
"pageNum": 1,
"pageSize": 50
}