{
"id": 0,
"current": 1,
"page_size": 10
}curl --location '/api/vote/ques-option-log-list' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"current": 1,
"page_size": 10
}'{
"vote": {
"id": 0,
"title": "string",
"questions": [
{
"id": 0,
"content": "string",
"question_type": 0,
"max_select": 0,
"options": [
{
"id": 0,
"content": "string",
"image": "string"
}
]
}
]
},
"list": [
{
"question_id": 0,
"userid": 0,
"third_unionid": "string",
"options": [
{
"id": 0
}
]
}
],
"pagination": {
"total": 0,
"page_size": 0,
"current": 0
}
}