{
"parkinglotCodeList":[
],
"startDate": "2023-12-19",
"endDate": "2023-12-20",
"current": 1,
"size": 10
}
curl --location --request POST 'http://localhost:7030/manage/stats/cameraOnlineRateExport' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7InBhc3N3b3JkIjoiJDJhJDEwJGFkUEh3R0hobVFSOGNydEplMmt1dy5hTXZnU2VZbVBNQ2FGWjlNY0ZqbkxlTnpFelk1dFlPIiwidXNlcm5hbWUiOiJhZG1pbiIsImF1dGhvcml0aWVzIjpbeyJhdXRob3JpdHkiOiJtIn1dLCJhY2NvdW50Tm9uRXhwaXJlZCI6dHJ1ZSwiYWNjb3VudE5vbkxvY2tlZCI6dHJ1ZSwiY3JlZGVudGlhbHNOb25FeHBpcmVkIjp0cnVlLCJlbmFibGVkIjp0cnVlLCJ1c2VySWQiOjEsIm5hbWUiOiLotoXnuqfnrqHnkIblkZgiLCJwaG9uZSI6IjE5OTAwMDAwMDAwIiwic3RhdHVzIjpudWxsLCJyZW1ha2UiOm51bGx9LCJleHAiOjE3MjAxOTY2NDh9.XcoxT_7axp5YTCvunUkfzR7TgT6kuU7DVDOeKEpD3wE' \
--header 'Content-Type: application/json' \
--data-raw '{
"parkinglotCodeList":[
],
"startDate": "2023-12-19",
"endDate": "2023-12-20",
"current": 1,
"size": 10
}'
{
"data": {
"records": [
{
"id": null,
"dataDate": "2023-12-19",
"parkinglotCode": null,
"parkinglotName": null,
"rate": 75,
"onlineNum": 24,
"offlineNum": 8,
"createTime": null,
"updateTime": null
},
{
"id": null,
"dataDate": "2023-12-20",
"parkinglotCode": null,
"parkinglotName": null,
"rate": 75,
"onlineNum": 3,
"offlineNum": 1,
"createTime": null,
"updateTime": null
}
],
"total": 2,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 1
},
"result_code": "200",
"result_msg": "success"
}