feat: 订阅列表和免费列表
This commit is contained in:
@@ -11,7 +11,6 @@ type GetCategoryList struct {
|
||||
|
||||
// SaveCategory 保存分类请求
|
||||
type SaveCategory struct {
|
||||
Id string `json:"id" form:"id"` // 分类ID(更新时使用)
|
||||
Name string `json:"name" binding:"required"` // 分类名称
|
||||
Description string `json:"description"` // 分类描述
|
||||
IconId string `json:"iconId"` // 图标URL
|
||||
|
||||
Reference in New Issue
Block a user