{ "parkCode": "510185001", "startTime": "2026-01-09 00:00:00", "endTime": "2026-02-08 00:00:00" }
curl --location --request POST 'http://testlpn.ebopark.com/ebo/park/query/passLogCount?partnerid=test&sign=625aa44b7c8bb96a571980ba302966e4' \ --header 'Content-Type: application/json' \ --data-raw '{ "parkCode": "510185001", "startTime": "2026-01-09 00:00:00", "endTime": "2026-02-08 00:00:00" }'
{ "code": 200, "msg": "成功", "result": { "outCount": 95, "totalCount": 415, "inCount": 320 } }