{
"status": true,
"message": "查询课程列表成功。",
"data": {
"courses": [
{
"id": 9,
"createdAt": "2026-01-01 08:00:00",
"updatedAt": "2026-01-01 08:00:00",
"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": 6,
"createdAt": "2026-01-01 08:00:00",
"updatedAt": "2026-01-01 08:00:00",
"name": "Laravel 技巧库",
"image": "http://localhost:3000/uploads/images/1745294590884-399536674.jpeg",
"recommended": false,
"introductory": false,
"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": 4,
"createdAt": "2026-01-01 08:00:00",
"updatedAt": "2026-01-01 08:00:00",
"name": "Workerman + Laravel + Vue.js 实战聊天室",
"image": "http://localhost:3000/uploads/images/1745294416780-81608528.jpeg",
"recommended": true,
"introductory": false,
"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": "2026-01-01 08:00:00",
"updatedAt": "2026-01-01 08:00:00",
"name": "Node.js 项目实践",
"image": "http://localhost:3000/uploads/images/1745289257308-482473139.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 / 长乐未央公司"
}
},
{
"id": 1,
"createdAt": "2026-01-01 08:00:00",
"updatedAt": "2026-01-01 08:00:00",
"name": "超简单的 Laravel 新手入门课程",
"image": "http://localhost:3000/uploads/images/1745288773354-15314852.jpeg",
"recommended": true,
"introductory": true,
"likesCount": 3,
"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 / 长乐未央公司"
}
}
],
"pagination": {
"page": 1,
"limit": 10,
"total": 5
}
}
}