🎨 优化文章相关接口,新增app专用接口

This commit is contained in:
2025-07-19 06:18:33 +08:00
parent cf0f60d221
commit aac13d369c
6 changed files with 126 additions and 4 deletions

View File

@@ -4,6 +4,10 @@ import "git.echol.cn/loser/lckt/model/common/request"
type GetList struct {
request.PageInfo
Title string `json:"title" form:"title"` // 文章标题
// 分类ID
CategoryId int `json:"categoryId" form:"categoryId"` // 分类ID
TeacherId int `json:"teacherId" form:"teacherId"` // 讲师ID
}
type DeleteIds struct {