curl --location --request GET '/monitor/operlog/list'
{
"total": 0,
"rows": [
{
"operId": 0,
"tenantId": "string",
"title": "string",
"businessType": 0,
"businessTypes": [
0
],
"method": "string",
"requestMethod": "string",
"operatorType": 0,
"operName": "string",
"deptName": "string",
"operUrl": "string",
"operIp": "string",
"operLocation": "string",
"operParam": "string",
"jsonResult": "string",
"status": 0,
"errorMsg": "string",
"operTime": "2019-08-24T14:15:22Z",
"costTime": 0
}
],
"code": 0,
"msg": "string"
}