- top.dingwen.io.api.doc
- 网站[webplus]
- 枚举
- 异步[async]
- 邮件
- 测试
- 管道业务流[pipeline]
- 测试
- 本地缓存[caffeine]
- 分布式缓存[Redis]
- 二级缓存
- 网络通讯[websocket]
- 进度条
- 日志监控
- 令牌[jwt]
- 配置[config]
- 字典[dict]
- 翻译
- 敏感词
- 公共模块
- 安全模块
字典项列表
GET
/common/dicts/items
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
pageSize
integer
可选
pageNum
integer
当前页,默认1
state
enum<string>
可选
枚举值:
12
dictCode
string
字典编码
dictName
string
可选
返回响应
🟢200成功
application/json
Body
code
number
返回code
message
string
消息
data
object
数据
pageSize
integer
页面大小
pageNum
integer
当前页面
totalNum
integer
总记录条数
rows
array[object (字典值结果) {15}]
可选
currentTime
string <date-time>
服务器响应时间
正则 匹配:
yyyy-MM-dd HH:mm:ss
示例
{
"code": 0,
"message": "string",
"data": {
"pageSize": 0,
"pageNum": 0,
"totalNum": 0,
"rows": [
{
"id": 0,
"parentId": 0,
"orderNumber": 0,
"dictLabel": "string",
"dictValue": "string",
"dictCode": "string",
"cssStyle": "string",
"state": {
"itemName": "string",
"code": "string",
"desc": "string",
"name": "string"
},
"buildInFlag": {
"itemName": "string",
"code": "string",
"desc": "string",
"name": "string"
},
"remark": "string",
"gmtCreate": "2019-08-24T14:15:22Z",
"gmtModified": "2019-08-24T14:15:22Z",
"creatorId": 0,
"modificatorId": 0,
"children": [
{}
]
}
]
},
"currentTime": "2019-08-24T14:15:22Z"
}
修改于 2025-06-21 07:32:24