新增图片上传111
This commit is contained in:
parent
dd8d57b862
commit
c8b5aa4f6c
@ -34,5 +34,5 @@ type PutArticleScienceSource struct {
|
||||
// AddArticleScienceSource 新增科普文章来源
|
||||
type AddArticleScienceSource struct {
|
||||
SourceName string `json:"source_name" form:"source_name" label:"来源名称" validate:"required"` // 来源名称
|
||||
SourceImage string `json:"source_image" form:"source_image" label:"来源名称" validate:"required"` // 来源图片
|
||||
SourceImage string `json:"source_image" form:"source_image" label:"来源图片" validate:"required"` // 来源图片
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user