文档
测试

审计日志分页

POST
http://localhost:9024/monitors/operationLog/page

请求参数

参数名
类型
描述
必填
pageNo
int
示例:1
必填
limit
int
示例:20
必填
paramData
object
数据字典
必填
title
string
系统模块
必填
operName
string
操作人员
必填
requestMethod
string
请求方式
必填
businessType
int
业务类型:0=其它,1=新增,2=修改,3=删除,4=授权,5=导出,6=导入,7=强退,8=生成代码,9=清空数据
必填
status
int
操作状态(0正常 1异常)
必填
operTime
string
操作时间
必填
beginTime
string
开始时间
必填
endTime
string
结束时间
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
success
boolean
示例:true
必填
msg
string
示例:成功
必填
data
object
数据字典
必填
pageNo
int
示例:1
必填
limit
int
示例:20
必填
total
int
示例:1292
必填
pages
int
示例:4
必填
resultData
array
数据列表
必填
operId
int
日志编号
必填
title
string
系统模块
必填
businessType
int
业务类型(0其它 1新增 2修改 3删除
必填
method
string
操作方法
必填
requestMethod
string
请求方式
必填
operatorType
int
示例:1
必填
operName
string
操作人员
必填
operUrl
string
请求地址
必填
operIp
string
主机
必填
operLocation
string
操作地点
必填
operParam
string
请求参数
必填
jsonResult
string
返回参数
必填
status
int
操作状态
必填
errorMsg
object
错误消息
必填
operTime
string
操作时间
必填
businessTypeDescription
string
操作类型描述
必填
statusDescription
string
操作状态描述
必填
paramData
object
示例:null
必填