curl --location --request GET '/admin-api/infra/api-access-log/page?pageNo=1&pageSize=10' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"list": [
{
"id": 1024,
"traceId": "66600cb6-7852-11eb-9439-0242ac130002",
"userId": 666,
"userType": 2,
"applicationName": "dashboard",
"requestMethod": "GET",
"requestUrl": "/xxx/yyy",
"requestParams": "string",
"responseBody": "string",
"userIp": "127.0.0.1",
"userAgent": "Mozilla/5.0",
"operateModule": "商品模块",
"operateName": "创建商品",
"operateType": 1,
"beginTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z",
"duration": 100,
"resultCode": 0,
"resultMsg": "芋道源码,牛逼!",
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}