{
"startTime": "string",
"endTime": "string",
"timeUnit": "string"
}curl --location --request POST '172.22.72.236:9090/passThrough/getPassThrough' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": "string",
"endTime": "string",
"timeUnit": "string"
}'{
"code": 0,
"msg": "",
"data": {
"time": {
"": [
{
"VisitorIn": 0,
"VisitorOut": 0,
"EmployeeIn": 0,
"EmployeeOut": 0
}
]
}
}
}