{
"parkCode": "140123001"
}
curl --location -g --request POST 'http://testlpn.ebopark.com/PartnerService/GetFixLimitRule?partnerid=test&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"parkCode": "140123001"
}'
{"state":0,"total":0,"result":[{"maxRechargeMonths":2,"name":"时段月租","startTime":"04:00:00","id":3612,"parkCode":"140123001","endTime":"10:00:00","sellLotNos":10,"value":120.0},{"maxRechargeMonths":1,"name":"时段2","startTime":"01:00:00","id":3644,"parkCode":"140123001","endTime":"13:00:00","sellLotNos":10,"value":222.0}]}