curl --location --request GET '/api/questionbank/topicLists' \
--header 'token: 3989d5df002cfac2c007447d2bc27aff' \
--data-urlencode 'id='{
"code": 1,
"show": 1,
"msg": "",
"data": [
{
"id": 1,
"type": 2,
"stem": "题目",
"illustration": "",
"option": {
"A": "A选择",
"B": "B选择",
"C": "C选择",
"D": "D选择"
},
"answer": [
"A",
"C"
],
"analysis": "送分题",
"difficulty": 1,
"points": "",
"type_desc": "多选题",
"user_answer": [
"A",
"C"
],
"is_true": 1,
"is_here": true
}
]
}