|
@@ -1,8 +1,10 @@
|
|
|
package models
|
|
|
|
|
|
type BannerUrlYxResp struct {
|
|
|
- IndexImg string `description:"小程序封面图"`
|
|
|
- Path string `description:"小程序路径"`
|
|
|
+ IndexImg string `description:"小程序封面图"`
|
|
|
+ Path string `description:"小程序路径"`
|
|
|
+ SourceType int `description:"资源类型 1:小程序"`
|
|
|
+ Describe string `description:"描述"`
|
|
|
}
|
|
|
|
|
|
type BannerUrHomeListResp struct {
|