文档
测试

查看系统日志

POST
/qgy/journal/list

接口描述

查看所有系统日志

请求参数

参数名
类型
描述
必填
userId
Integer
当前用户ID
必填
index
Integer
当前页码
必填
length
Integer
每页个数
必填

返回示例

``` { "result": 1, "msg": "successful operation!", "number": 10, "code": "QG_SUS1000", "data": [ { "id":1, "account":"zhangsan", "type":"注册用户", "createTime":"2018-11-28T07:10:30+0000" , "details":"用户【张三】成功注册了自己" } ], "count": 1 } ```