教学练测项目-面试宝典-鸿蒙
  1. 鸿蒙面试宝典刷题
教学练测项目-面试宝典-鸿蒙
  • 鸿蒙面试宝典刷题
    • 个人中心-保存用户数据信息
      POST
    • 个人中心-获取用户数据
      GET
    • 个人中心-修改用户头像
      POST
    • 个人中心-完善用户头像和昵称
      POST
    • 小程序-查询个人学习数据
      GET
    • 反馈-查询反馈类型
      GET
    • 签到-查询打卡签到信息
      GET
    • 上传-素材上传
      POST
    • 分享-统计分享链接信息
      GET
    • 学习信息-统计时长埋点
      POST
    • 首页/项目-获取分类
      GET
    • 统计-访问埋点
      GET
    • 统计-面经已读完埋点
      POST
    • 收藏、点赞试题或者面经
      POST
    • 取消收藏、点赞试题或者面经
      POST
    • 查询收藏、点赞、浏览的试题/面经列表
      GET
    • 查询试题/面经列表
      GET
    • 查询试题/面经详情信息
      GET
    • 查询面经详情页面-其他推荐列表
      GET
    • 反馈-提交反馈信息(试题详情页面)
      POST
    • 首页-刷新token
      POST
    • 首页-打卡
      POST
    • 首页-是否已经打卡
      GET
    • 首页-登录(用户名和密码)
      POST
  1. 鸿蒙面试宝典刷题

查询收藏、点赞、浏览的试题/面经列表

开发中
GET
https://api-harmony-teach.itheima.net/hm/question/opt/list
小程序刷题


请求参数

Query 参数
optType
string 
1点赞2收藏
必需
示例值:
1
pageSize
string 
可选
每页大小,为空默认是10
示例值:
10
page
string 
可选
当前页数,为空默认是1
示例值:
1
questionBankType
string 
必需
9面经10小程序面试题
示例值:
10
Header 参数
Authorization
string 
可选
默认值:
Bearer {{token}}

返回响应

🟢200成功
application/json
Body
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
            }
        ]
    }
}
上一页
取消收藏、点赞试题或者面经
下一页
查询试题/面经列表
Built with