{
"collectedStartTime": "string",
"collectedEndTime": "string",
"describe": "string",
"resultType": "string",
"logType": "string",
"childType": "string",
"pageNum": 1,
"pageSize": 100
}
curl --location --request POST '/api/log-system/export' \
--header 'Content-Type: application/json' \
--data-raw '{
"collectedStartTime": "string",
"collectedEndTime": "string",
"describe": "string",
"resultType": "string",
"logType": "string",
"childType": "string",
"pageNum": 1,
"pageSize": 100
}'
{
"code": 0,
"data": [
0
],
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}