Authorization: Bearer ********************curl --location --request GET 'http://127.0.0.1:9000/question/unboundQuestionPage' \
--header 'Authorization: Bearer <token>'{
"size": 0,
"current": 0,
"records": [
{
"id": 0,
"题目题干": "string",
"题目类型(1单选,2多选,3判断)": 0,
"创建人": "string",
"创建时间": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"pages": 0
}