{
"status": true,
"message": "查询课程列表成功。",
"data": {
"courses": [
{
"id": 9,
"createdAt": "2025-04-22 20:06:58",
"updatedAt": "2025-04-22 20:06:58",
"name": "Node.js 入门 - 使用 Express + Sequelize 实作 API",
"image": "http://localhost:3000/uploads/images/1745294815786-766619312.jpeg",
"recommended": false,
"introductory": true,
"likesCount": 0,
"chaptersCount": 0,
"categoryId": 2,
"userId": 1,
"category": {
"id": 2,
"name": "后端开发"
},
"user": {
"id": 1,
"username": "admin",
"nickname": "长乐未央用户",
"avatar": "http://localhost:3000/uploads/images/avatar-admin.png",
"company": "CEO / 长乐未央公司"
}
},
{
"id": 2,
"createdAt": "2025-04-22 18:35:13",
"updatedAt": "2025-05-28 17:36:47",
"name": "Node.js 项目实践",
"image": "http://localhost:3000/uploads/images/1745289257308-482473119.png",
"recommended": true,
"introductory": true,
"likesCount": 2,
"chaptersCount": 10,
"categoryId": 2,
"userId": 1,
"category": {
"id": 2,
"name": "后端开发"
},
"user": {
"id": 1,
"username": "admin",
"nickname": "长乐未央用户",
"avatar": "http://localhost:3000/uploads/images/avatar-admin.png",
"company": "CEO / 长乐未央公司"
}
}
],
"pagination": {
"page": 1,
"limit": 10,
"total": 2
}
}
}