curl --location --request GET '/system/log/getInfo?id=9868108559814656' \
--header 'Authorization: {{authorization}}'
{
"success": true,
"code": null,
"msg": "string",
"token": null,
"data": {
"id": 0,
"title": "string",
"operationType": "string",
"method": "string",
"requestMethod": "string",
"operName": "string",
"requestUrl": "string",
"ip": "string",
"requestParam": "string",
"responseResult": "string",
"status": 0,
"errorMsg": "string",
"operTime": "string",
"takeTime": 0
},
"params": null
}