{
"startTime": "string",
"endTime": "string",
"periodType": "string"
}
curl --location --request POST '/zt/api/v1/statistics/fileCountByTypeAndSourceAndPeriod' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": "string",
"endTime": "string",
"periodType": "string"
}'
{
"data": [
{
"period": "",
"countBySourceScene": [
{
"sourceScene": "",
"count": [
{
"fileType": "",
"fileCount": 0
}
]
}
]
}
],
"code": 0,
"msg": ""
}