去除文章来源图片问题
This commit is contained in:
parent
2b31f64d39
commit
4ad5d2d226
@ -27,12 +27,12 @@ type GetArticleScienceSourceList struct {
|
|||||||
|
|
||||||
// PutArticleScienceSource 修改科普文章来源
|
// PutArticleScienceSource 修改科普文章来源
|
||||||
type PutArticleScienceSource struct {
|
type PutArticleScienceSource struct {
|
||||||
SourceName string `json:"source_name" form:"source_name" label:"来源名称" validate:"required"` // 来源名称
|
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:"来源图片"` // 来源图片
|
||||||
}
|
}
|
||||||
|
|
||||||
// AddArticleScienceSource 新增科普文章来源
|
// AddArticleScienceSource 新增科普文章来源
|
||||||
type AddArticleScienceSource struct {
|
type AddArticleScienceSource struct {
|
||||||
SourceName string `json:"source_name" form:"source_name" label:"来源名称" validate:"required"` // 来源名称
|
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:"来源图片"` // 来源图片
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user