curl --location --request GET 'http://localhost:8081/system/systemLog/list?id=&actionType=&targetId=&targetType=&userId='
{
"total": 0,
"rows": [
{
"id": 0,
"actionType": "string",
"targetId": 0,
"targetType": "string",
"details": "string",
"userId": 0,
"remarks": "string",
"updateUser": "string"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}