{
"pageIndex": 1,
"pageSize": 10,
"orders": [
{
"column": null,
"asc": false
}
],
"operationUser": null,
"operationUa": null,
"operationTime": null,
"operationIp": null,
"id": null,
"operationType": null
}
curl --location --request POST '/myauth/web/getOperationLogList' \
--header 'token: 123456' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageIndex": 1,
"pageSize": 10,
"orders": [
{
"column": null,
"asc": false
}
],
"operationUser": null,
"operationUa": null,
"operationTime": null,
"operationIp": null,
"id": null,
"operationType": null
}'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"records": [
{
"id": 1,
"operationUser": "admin",
"operationUa": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62",
"operationIp": "192.168.1.3",
"operationTime": 1658151268,
"operationType": "登录后台"
},
{
"id": 2,
"operationUser": "admin",
"operationUa": "apifox/1.0.0 (https://www.apifox.cn)",
"operationIp": "192.168.1.3",
"operationTime": 1658153842,
"operationType": "登录后台"
}
],
"total": 2,
"size": 10,
"current": 1,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": true,
"searchCount": true,
"countId": null,
"maxLimit": null,
"pages": 1
},
"timestamp": 1658153850985
}