{
"ParkCode": "140123001",
"UserCode": "testsu20220921-43",
"ChargeType": 1,
"CarNo": ["川APAP89"],
"UserName": "testsu20220921-42",
"UserMobile": "13512313242",
"LotNo": ["A-D3033"],
"StartTime": "2022-04-16",
"endTime": "2023-02-27",
"state": 4,
"GarageName": "",
"lotDesc": [
{
"lotNo": "A-D309",
"chargeType": 1,
"startTime": "2023-04-16",
"endTime": "2023-05-28"
},
{
"lotNo": "A-D310",
"chargeType": 1,
"startTime": "2023-04-16",
"endTime": "2023-05-28"
}
]
}
curl --location --request POST 'http://testlpn.ebopark.com/partnerService/NoticeMonth?partnerid=test&sign=ebo2019' \
--header 'Content-Type: application/json' \
--data-raw '{
"ParkCode": "140123001",
"UserCode": "testsu20220921-43",
"ChargeType": 1,
"CarNo": ["川APAP89"],
"UserName": "testsu20220921-42",
"UserMobile": "13512313242",
"LotNo": ["A-D3033"],
"StartTime": "2022-04-16",
"endTime": "2023-02-27",
"state": 4,
"GarageName": "",
"lotDesc": [
{
"lotNo": "A-D309",
"chargeType": 1,
"startTime": "2023-04-16",
"endTime": "2023-05-28"
},
{
"lotNo": "A-D310",
"chargeType": 1,
"startTime": "2023-04-16",
"endTime": "2023-05-28"
}
]
}'
{"state":0,"total":0}