🎨 新增用户端文章接口&优化部分旧接口
This commit is contained in:
@@ -8,6 +8,7 @@ type GetList struct {
|
||||
// 分类ID
|
||||
CategoryId int `json:"categoryId" form:"categoryId"` // 分类ID
|
||||
TeacherId int `json:"teacherId" form:"teacherId"` // 讲师ID
|
||||
Status int `json:"status" form:"status"` // 状态 0-草稿 1-已发布 2-待审核 3-审核不通过
|
||||
}
|
||||
|
||||
type DeleteIds struct {
|
||||
|
Reference in New Issue
Block a user