2025/10/27/17:23完成

This commit is contained in:
2025-10-27 17:23:29 +08:00
parent 11046287e3
commit 6cde2b4b81
5 changed files with 456 additions and 4 deletions

View File

@@ -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 {