Authorization: Bearer ********************curl --location '/rpc-api/system/operate-log/page?type=%E8%AE%A2%E5%8D%95&bizId=188&userId=666&pageNo=1&pageSize=10' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"list": [
{
"id": 1024,
"traceId": "89aca178-a370-411c-ae02-3f0d672be4ab",
"userId": 666,
"userName": "芋道",
"userType": 2,
"type": "订单",
"subType": "创建订单",
"bizId": 188,
"action": "修改编号为 1 的用户信息,将性别从男改成女,将姓名从芋道改成源码",
"extra": "{\"orderId\":\"1\"}",
"requestMethod": "GET",
"requestUrl": "/order/get",
"userIp": "127.0.0.1",
"userAgent": "Mozilla/5.0",
"createTime": "2019-08-24T14:15:22.123Z",
"transMap": {
"property1": {},
"property2": {}
}
}
],
"total": 0
},
"msg": "string"
}