{
"plateNo": "",
"phone": "",
"startAuthTime": "",
"endAuthTime": "",
"startIssueTime": "",
"endIssueTime": "",
"curPage": 1,
"pageSize": 10
}
curl --location --request POST 'http://192.168.20.48:8080/stpweb/plateAuthCoupon/list.do' \
--header 'User-Agent: miniProgrammicromessenger' \
--header 'Cookie: UID=dd6f27e600a949abb2617709b39fdebc' \
--header 'Content-Type: application/json' \
--data-raw '{
"plateNo": "",
"phone": "",
"startAuthTime": "",
"endAuthTime": "",
"startIssueTime": "",
"endIssueTime": "",
"curPage": 1,
"pageSize": 10
}'
{}