Authorization: ********************{
"pageSize": 0,
"pageNumber": 0,
"model": {
"id": 0,
"type": "string",
"userName": "string",
"description": "string",
"url": "string",
"httpMethod": "string",
"classPath": "string",
"os": "string",
"device": "string",
"browser": "string",
"ip": "string",
"ipRegion": "string"
},
"orderByColumn": "string",
"isAsc": true
}curl --location --request POST 'http://localhost:8080/api/system/optLog/page' \
--header 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize": 0,
"pageNumber": 0,
"model": {
"id": 0,
"type": "string",
"userName": "string",
"description": "string",
"url": "string",
"httpMethod": "string",
"classPath": "string",
"os": "string",
"device": "string",
"browser": "string",
"ip": "string",
"ipRegion": "string"
},
"orderByColumn": "string",
"isAsc": true
}'{
"code": 0,
"message": "",
"data": {
"records": [
{
"id": 0,
"createTime": "",
"createdBy": 0,
"type": "",
"userName": "",
"description": "",
"url": "",
"httpMethod": "",
"classPath": "",
"spendTime": 0,
"os": "",
"device": "",
"browser": "",
"ip": "",
"ipRegion": ""
}
],
"pageNumber": 0,
"pageSize": 0,
"totalPage": 0,
"totalRow": 0,
"optimizeCountQuery": false
},
"error": ""
}