分页查询
POST
/system/sysConfig/list请求参数
Query 参数
status
integer
状态
sort
integer
排序
remark
string
备注
tenantId
string
租户号
revision
string
乐观锁
createdBy
integer
创建者
createdTime
string
创建时间
updatedBy
integer
更新者
updatedTime
string
更新时间
id
string
主键ID
configName
string
配置名称
configKey
string
配置键
configType
integer
配置类型
configValue
string
配置值
configValues
array[string]
配置值
valueType
string
配置值类型
index
integer
序号
pageSize
integer
分页大小
pageNum
integer
当前页数
orderByColumn
string
排序列
isAsc
string
可选
排序的方向desc或者asc
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
No schema defined
示例
{
"total": 0,
"rows": [
{
"status": 0,
"sort": 0,
"remark": "",
"tenantId": "",
"revision": "",
"createdBy": 0,
"createdTime": "",
"updatedBy": 0,
"updatedTime": "",
"id": "",
"configName": "",
"configKey": "",
"configValue": "",
"configType": 0,
"configValues": [
""
],
"valueType": "",
"index": 0
}
],
"code": 0,
"msg": ""
}
最后修改时间: 16 天前