文档
测试

日志列表

POST
/admin/logList

请求参数

参数名
类型
描述
必填
page
int
页数 默认0 每页15条数据
必填
start_time
string
2020-06-17
必填
end_time
string
2020-06-17
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:请求成功
必填
data
array
数据列表
必填
id
int
示例:52
必填
title
string
示例:发送信件
必填
uid
int
示例:15
必填
username
string
示例:ceshi1
必填
addtime
string
示例:2020-06-19 11:44
必填
tel
string
示例:18811111111
必填
count
int
示例:2
必填

说明 / 示例

{ "code": 200, "msg": "请求成功", "data": [ { "id": 52, "title": "发送信件", "uid": 15, "username": "ceshi1", "addtime": "2020-06-19 11:44", "tel": "18811111111" }, { "id": 51, "title": "修改密码", "uid": 15, "username": "ceshi1", "addtime": "2020-06-19 11:38", "tel": "" } ], "count": 2 }