curl --location --request GET '/admin/operation/logs'{
"flag": true,
"code": 0,
"message": "string",
"data": {
"count": 0,
"recordList": [
{
"id": 0,
"optModule": "string",
"optUrl": "string",
"optType": "string",
"optMethod": "string",
"optDesc": "string",
"requestMethod": "string",
"requestParam": "string",
"responseData": "string",
"nickname": "string",
"ipAddress": "string",
"ipSource": "string",
"createTime": "2019-08-24T14:15:22Z"
}
]
}
}