curl --location --request GET '/adminapi/questionbank.questionbank_record/detail?id' \
--header 'token: 3989d5df002cfac2c007447d2bc27aff'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"questionbank_name": "题库test",
"finish_num": 1,
"topic_num": 1,
"topic_lists": [
{
"index": 1,
"stem": "题目",
"option": {
"A": "A选择",
"B": "B选择",
"C": "C选择",
"D": "D选择"
},
"correct_answer": "A、C",
"user_answer": "A、C",
"is_true": 1,
"type_desc": "多选题"
}
]
}
}