curl --location --request GET 'https://test-api.yunjishop.cn/system/operlog/list'
{
"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:22Z",
"params": {
"property1": {},
"property2": {}
}
}
],
"code": 0,
"msg": "string"
}