{
"startDate": "2023-12-19",
"endDate": "2023-12-19",
"current": 1,
"size": 10
}
curl --location --request POST 'http://localhost:7030/manage/stats/parkinglotOnlineRateList' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7InBhc3N3b3JkIjoiJDJhJDEwJGFkUEh3R0hobVFSOGNydEplMmt1dy5hTXZnU2VZbVBNQ2FGWjlNY0ZqbkxlTnpFelk1dFlPIiwidXNlcm5hbWUiOiJhZG1pbiIsImF1dGhvcml0aWVzIjpbeyJhdXRob3JpdHkiOiJtIn1dLCJhY2NvdW50Tm9uRXhwaXJlZCI6dHJ1ZSwiYWNjb3VudE5vbkxvY2tlZCI6dHJ1ZSwiY3JlZGVudGlhbHNOb25FeHBpcmVkIjp0cnVlLCJlbmFibGVkIjp0cnVlLCJ1c2VySWQiOjEsIm5hbWUiOiLotoXnuqfnrqHnkIblkZgiLCJwaG9uZSI6IjE5OTAwMDAwMDAwIiwic3RhdHVzIjpudWxsLCJyZW1ha2UiOm51bGx9LCJleHAiOjE3MjAxOTY2NDh9.XcoxT_7axp5YTCvunUkfzR7TgT6kuU7DVDOeKEpD3wE' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2023-12-19",
"endDate": "2023-12-19",
"current": 1,
"size": 10
}'
{
"data": {
"records": [
{
"id": 1,
"dataDate": "2023-12-19",
"parkinglotCode": null,
"parkinglotName": null,
"rate": 100,
"onlineNum": 8,
"offlineNum": 0,
"createTime": "2023-12-19T08:14:01.000+00:00",
"updateTime": "2023-12-19T08:17:35.000+00:00"
}
],
"total": 1,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 1
},
"result_code": "200",
"result_msg": "success"
}