Authorization: Bearer ********************curl --location --request GET 'localhost:8080/monitor/operlog/list' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>'{
"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:22.123Z",
"costTime": 0
}
],
"code": 0,
"msg": "string"
}