Authorization: Bearer ********************curl --location '/monitor/operlog/list' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"operId": 0,
"title": "",
"businessType": 0,
"businessTypes": [
0
],
"method": "",
"requestMethod": "",
"operatorType": 0,
"operName": "",
"deptName": "",
"operUrl": "",
"operIp": "",
"operLocation": "",
"operParam": "",
"jsonResult": "",
"status": 0,
"errorMsg": "",
"operTime": "",
"params": {
"": {}
}
}
],
"code": 0,
"msg": ""
}