{
"current": 0,
"pageSize": 0,
"startTime": 0,
"endTime": 0
}
curl --location --request POST '/v4/gateway/acc.apilog.list' \
--header 'Authorization;' \
--header 'Appkey;' \
--header 'Access-Token-Type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"pageSize": 0,
"startTime": 0,
"endTime": 0
}'
{
"data": {
"current": 0,
"pageSize": 0,
"total": 0,
"list": [
{
"method": "string",
"duration": 0,
"ip": "string",
"id": "string",
"memberId": 0,
"params": {},
"result": {
"data": "string",
"success": true
}
}
]
},
"success": true,
"message": "string",
"code": 0
}