教学练测项目-面试宝典-鸿蒙
  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/recommends
小程序刷题
推荐列表前30%随机抽取5篇面经

请求参数

Header 参数
Content-Type
string 
必需
示例值:
application/json
Authorization
string 
可选
默认值:
Bearer {{token}}

返回响应

🟢200成功
application/json
Body
success
boolean 
可选
code
number 
可选
message
string 
可选
data
object 
可选
rows
array [object {15}] 
可选
>= 5 items<= 5 items
pageTotal
number 
总页数
必需
>= 1<= 1
示例
{
    "success": true,
    "code": 0,
    "message": "string",
    "data": {
        "rows": [
            {
                "id": 0,
                "questionNo": "string",
                "stem": "string",
                "content": "string",
                "answer": "string",
                "subjectName": "string",
                "questionType": 0,
                "planSceneName": "核心提炼",
                "difficulty": 0,
                "citations": 0,
                "createdAt": "string",
                "creatorName": "string",
                "creatorAvatar": "string",
                "views": 0,
                "likeCount": 0
            },
            {
                "id": 0,
                "questionNo": "string",
                "stem": "string",
                "content": "string",
                "answer": "string",
                "subjectName": "string",
                "questionType": 0,
                "planSceneName": "核心提炼",
                "difficulty": 0,
                "citations": 0,
                "createdAt": "string",
                "creatorName": "string",
                "creatorAvatar": "string",
                "views": 0,
                "likeCount": 0
            },
            {
                "id": 0,
                "questionNo": "string",
                "stem": "string",
                "content": "string",
                "answer": "string",
                "subjectName": "string",
                "questionType": 0,
                "planSceneName": "核心提炼",
                "difficulty": 0,
                "citations": 0,
                "createdAt": "string",
                "creatorName": "string",
                "creatorAvatar": "string",
                "views": 0,
                "likeCount": 0
            },
            {
                "id": 0,
                "questionNo": "string",
                "stem": "string",
                "content": "string",
                "answer": "string",
                "subjectName": "string",
                "questionType": 0,
                "planSceneName": "核心提炼",
                "difficulty": 0,
                "citations": 0,
                "createdAt": "string",
                "creatorName": "string",
                "creatorAvatar": "string",
                "views": 0,
                "likeCount": 0
            },
            {
                "id": 0,
                "questionNo": "string",
                "stem": "string",
                "content": "string",
                "answer": "string",
                "subjectName": "string",
                "questionType": 0,
                "planSceneName": "核心提炼",
                "difficulty": 0,
                "citations": 0,
                "createdAt": "string",
                "creatorName": "string",
                "creatorAvatar": "string",
                "views": 0,
                "likeCount": 0
            }
        ],
        "pageTotal": 1
    }
}
上一页
查询试题/面经详情信息
下一页
反馈-提交反馈信息(试题详情页面)
Built with