瀏覽代碼

no message

xingzai 1 年之前
父節點
當前提交
0ceaad99ed
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      models/banner.go

+ 6 - 3
models/banner.go

@@ -91,9 +91,12 @@ func GetCygxBannerImgList() (items []*CygxBannerImgResp, err error) {
 }
 
 type BannerUrlYxResp struct {
-	IndexImg string `description:"小程序封面图"`
-	Path     string `description:"小程序路径"`
-	Describe string `description:"描述"`
+	IndexImg      string `description:"小程序封面图"`
+	Path          string `description:"小程序路径"`
+	Title         string `description:"标题"`
+	TitleColor    string `description:"标题颜色"`
+	Describe      string `description:"描述"`
+	DescribeColor string `description:"描述颜色"`
 }
 
 type BannerUrHomeListResp struct {