Authorization: Bearer ********************
{
"page": 12,
"size": 12
}
curl --location --request POST '/api/base/log/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 12,
"size": 12
}'
{
"dataList": [
{
"id": 0,
"type": "string",
"level": "string",
"content": "string",
"device": "string",
"creator": "string",
"creatorFullName": "string",
"creatorIp": "string",
"createdAt": "string"
}
],
"total": 0
}