feat: 更新上传接口,使用新的上传表单结构并添加价格字段
This commit is contained in:
@@ -14,3 +14,7 @@ type OptionsResponse struct {
|
||||
ContentStatus []requests.KV `json:"content_status"`
|
||||
ContentGenre []requests.KV `json:"content_genre"`
|
||||
}
|
||||
|
||||
type UploadForm struct {
|
||||
Type string `form:"type" json:"type"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user