{
"id": 0,
"current": 1,
"page_size": 10
}curl --location --request POST '/api/vote/ques-option-log-list' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"current": 1,
"page_size": 10
}'{
"success": true,
"errorCode": 0,
"errorMessage": "",
"data": {
"vote": {
"id": 42,
"title": "单选和多选交互数据",
"questions": [
{
"id": 57,
"content": "以下哪种动物是哺乳动物?",
"question_type": 1,
"max_select": 2,
"options": [
{
"id": 186,
"content": "鳄鱼",
"image": ""
},
{
"id": 187,
"content": "企鹅",
"image": ""
},
{
"id": 188,
"content": "海豚",
"image": ""
},
{
"id": 189,
"content": "鲨鱼",
"image": ""
}
]
},
{
"id": 58,
"content": "以下哪个是中国的节日?",
"question_type": 2,
"max_select": 4,
"options": [
{
"id": 190,
"content": "圣诞节 ",
"image": ""
},
{
"id": 191,
"content": "端午节",
"image": ""
},
{
"id": 192,
"content": "感恩节 ",
"image": ""
},
{
"id": 193,
"content": "国庆节",
"image": ""
}
]
},
{
"id": 59,
"content": "三角形内角和是多少度?",
"question_type": 1,
"max_select": 0,
"options": [
{
"id": 194,
"content": "90°",
"image": ""
},
{
"id": 195,
"content": "180°",
"image": ""
},
{
"id": 196,
"content": "360°",
"image": ""
},
{
"id": 197,
"content": "720°",
"image": ""
}
]
},
{
"id": 60,
"content": "以下哪种金属的导电性不好?",
"question_type": 2,
"max_select": 4,
"options": [
{
"id": 198,
"content": "铁",
"image": ""
},
{
"id": 199,
"content": "铜",
"image": ""
},
{
"id": 200,
"content": "铝",
"image": ""
},
{
"id": 201,
"content": "金",
"image": ""
}
]
}
]
},
"list": [
{
"question_id": 60,
"userid": 54418526,
"third_unionid": "",
"options": [
{
"id": 198
},
{
"id": 199
},
{
"id": 201
}
]
},
{
"question_id": 59,
"userid": 54418526,
"third_unionid": "",
"options": [
{
"id": 195
}
]
},
{
"question_id": 58,
"userid": 54418526,
"third_unionid": "",
"options": [
{
"id": 191
},
{
"id": 193
}
]
},
{
"question_id": 57,
"userid": 54418526,
"third_unionid": "",
"options": [
{
"id": 188
}
]
},
{
"question_id": 60,
"userid": 22651697,
"third_unionid": "",
"options": [
{
"id": 198
},
{
"id": 199
},
{
"id": 200
},
{
"id": 201
}
]
},
{
"question_id": 59,
"userid": 22651697,
"third_unionid": "",
"options": [
{
"id": 197
}
]
},
{
"question_id": 58,
"userid": 22651697,
"third_unionid": "",
"options": [
{
"id": 191
},
{
"id": 193
}
]
},
{
"question_id": 57,
"userid": 22651697,
"third_unionid": "",
"options": [
{
"id": 187
}
]
},
{
"question_id": 60,
"userid": 42910681,
"third_unionid": "",
"options": [
{
"id": 199
},
{
"id": 198
},
{
"id": 200
}
]
},
{
"question_id": 59,
"userid": 42910681,
"third_unionid": "",
"options": [
{
"id": 194
}
]
}
],
"pagination": {
"total": 20,
"page_size": 10,
"current": 1
}
},
"showType": 0
}