{
"pageNum": 0,
"pageSize": 0,
"voteId": 0,
"voteName": "string",
"merchNo": "string",
"merchName": "string",
"createTimeStart": "2019-08-24T14:15:22Z",
"createTimeEnd": "2019-08-24T14:15:22Z",
"orgName": "string",
"orgNo": "string"
}
curl --location --request POST '/operate/voteRecord/list' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"voteId": 0,
"voteName": "string",
"merchNo": "string",
"merchName": "string",
"createTimeStart": "2019-08-24T14:15:22Z",
"createTimeEnd": "2019-08-24T14:15:22Z",
"orgName": "string",
"orgNo": "string"
}'
{
"code": 0,
"msg": "string",
"data": {
"records": [
{
"id": 0,
"voteId": 0,
"voteName": "string",
"voteNo": "string",
"merchNo": "string",
"merchName": "string",
"createTime": "string",
"orgName": "string",
"orgNo": "string",
"openId": "string"
}
],
"total": 0,
"current": 0,
"size": 0
}
}