curl --location --request GET '/api/questionbank/report?id' \
--header 'token: 3989d5df002cfac2c007447d2bc27aff'{
"code": 1,
"show": 1,
"msg": "",
"data": {
"questionbank_name": "题库test",
"user_image": "http://www.php-zsff.localhost/123.png",
"right_num": 1,
"error_num": 0,
"not_num": 0,
"topic_lists": {
"多选": [
{
"id": 1,
"index": 1,
"status": 2
}
]
}
}
}