curl --location --request GET '/adminapi/questionbank.questionbank_topic/lists?questionbank_id=1&stem=题目&type=' \
--header 'token: 3989d5df002cfac2c007447d2bc27aff'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"questionbank_id": 1,
"type": 2,
"stem": "题目",
"difficulty": 1,
"create_time": "2023-12-27 14:50:06",
"category_name": "题库111",
"type_desc": "多选题",
"difficulty_desc": "简单"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": {
"questionbank_name": "题库test",
"questionbank_id": 1
}
}
}