|
@@ -13,7 +13,7 @@ type Banner struct {
|
|
|
ModifyTime time.Time `description:"修改时间"`
|
|
|
JumpUrl string `description:"跳转路径"`
|
|
|
Remake string `description:"备注"`
|
|
|
- BannerType int `description:"1:手机端,2:pc端"`
|
|
|
+ ImageUrlPc string `description:"pc端图片地址"`
|
|
|
}
|
|
|
|
|
|
func GetBannerList(startSize, pageSize int) (items []*Banner, err error) {
|