curl --location 'http://192.168.52.5:8080/system/operlog/list' \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJxQWo0VU4xVkRJdWdrZkdSZVFMaDk2S2x6MWdYSnJTSiIsInVzZXJJZCI6MX0.g2srfCruWHafh0ipnEPhoASa9m7l0MTRazY011Ayka8'{
"total": 0,
"rows": [
{
"operId": 0,
"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",
"params": {
"property1": {},
"property2": {}
}
}
],
"code": 0,
"msg": "string"
}