查询收藏、点赞、浏览的试题/面经列表
开发中GET
/hm/question/opt/list请求参数
Query 参数
optType
string
1点赞2收藏
示例值:
1
pageSize
string
可选
每页大小,为空默认是10
示例值:
10
page
string
可选
当前页数,为空默认是1
示例值:
1
questionBankType
string
必需
9面经10小程序面试题
示例值:
10
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
可选
code
number
可选
message
string
可选
data
object
可选
total
number
总数
pageTotal
number
总页数
rows
array [object {13}]
可选
>= 10 items<= 100 items
示例
{
"success": true,
"code": 0,
"message": "string",
"data": {
"total": 0,
"pageTotal": 0,
"rows": [
{
"id": 0,
"questionNo": "string",
"stem": "string",
"contentDesc": "string",
"subjectName": "string",
"questionType": 0,
"planSceneName": "核心提炼",
"difficulty": 0,
"citations": 0,
"createdAt": "string",
"contributorName": "string",
"views": 0,
"likeCount": 0
},
{
"id": 0,
"questionNo": "string",
"stem": "string",
"contentDesc": "string",
"subjectName": "string",
"questionType": 0,
"planSceneName": "核心提炼",
"difficulty": 0,
"citations": 0,
"createdAt": "string",
"contributorName": "string",
"views": 0,
"likeCount": 0
},
{
"id": 0,
"questionNo": "string",
"stem": "string",
"contentDesc": "string",
"subjectName": "string",
"questionType": 0,
"planSceneName": "核心提炼",
"difficulty": 0,
"citations": 0,
"createdAt": "string",
"contributorName": "string",
"views": 0,
"likeCount": 0
},
{
"id": 0,
"questionNo": "string",
"stem": "string",
"contentDesc": "string",
"subjectName": "string",
"questionType": 0,
"planSceneName": "核心提炼",
"difficulty": 0,
"citations": 0,
"createdAt": "string",
"contributorName": "string",
"views": 0,
"likeCount": 0
},
{
"id": 0,
"questionNo": "string",
"stem": "string",
"contentDesc": "string",
"subjectName": "string",
"questionType": 0,
"planSceneName": "核心提炼",
"difficulty": 0,
"citations": 0,
"createdAt": "string",
"contributorName": "string",
"views": 0,
"likeCount": 0
},
{
"id": 0,
"questionNo": "string",
"stem": "string",
"contentDesc": "string",
"subjectName": "string",
"questionType": 0,
"planSceneName": "核心提炼",
"difficulty": 0,
"citations": 0,
"createdAt": "string",
"contributorName": "string",
"views": 0,
"likeCount": 0
},
{
"id": 0,
"questionNo": "string",
"stem": "string",
"contentDesc": "string",
"subjectName": "string",
"questionType": 0,
"planSceneName": "核心提炼",
"difficulty": 0,
"citations": 0,
"createdAt": "string",
"contributorName": "string",
"views": 0,
"likeCount": 0
},
{
"id": 0,
"questionNo": "string",
"stem": "string",
"contentDesc": "string",
"subjectName": "string",
"questionType": 0,
"planSceneName": "核心提炼",
"difficulty": 0,
"citations": 0,
"createdAt": "string",
"contributorName": "string",
"views": 0,
"likeCount": 0
},
{
"id": 0,
"questionNo": "string",
"stem": "string",
"contentDesc": "string",
"subjectName": "string",
"questionType": 0,
"planSceneName": "核心提炼",
"difficulty": 0,
"citations": 0,
"createdAt": "string",
"contributorName": "string",
"views": 0,
"likeCount": 0
},
{
"id": 0,
"questionNo": "string",
"stem": "string",
"contentDesc": "string",
"subjectName": "string",
"questionType": 0,
"planSceneName": "核心提炼",
"difficulty": 0,
"citations": 0,
"createdAt": "string",
"contributorName": "string",
"views": 0,
"likeCount": 0
}
]
}
}
最后修改时间: 1 年前