2025/10/27/17:23完成
This commit is contained in:
@@ -32,9 +32,7 @@ type PageImage struct {
|
||||
|
||||
type SavePageImageReq struct {
|
||||
Id int64 `json:"id,omitempty"` // 可选,更新时传ID
|
||||
Page string `json:"page" validate:"required"` // 页面标识
|
||||
ImageUrl string `json:"image_url" validate:"required"` // 图片URL
|
||||
Sort int `json:"sort" validate:"required"` // 排序(首页1-3,其他页面1)
|
||||
}
|
||||
|
||||
type SavePageImageResp struct {
|
||||
|
||||
Reference in New Issue
Block a user