feat: 添加内容创建表单状态字段,优化内容保存和发布逻辑
This commit is contained in:
@@ -30,6 +30,7 @@ type ContentCreateForm struct {
|
||||
Genre string `json:"genre"`
|
||||
Key string `json:"key"`
|
||||
Price float64 `json:"price"`
|
||||
Status string `json:"status"`
|
||||
CoverIDs []string `json:"cover_ids"`
|
||||
MediaIDs []string `json:"media_ids"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user