feat: 小程序首页banner管理
This commit is contained in:
@@ -40,6 +40,7 @@ func MigrateTable() {
|
||||
system.Oss{},
|
||||
system.SysAiConfig{},
|
||||
|
||||
plant.Banner{}, //轮播图
|
||||
plant.MyPlant{}, //我的植物
|
||||
plant.CarePlan{}, //植物养护计划
|
||||
plant.CareTask{}, //植物养护任务
|
||||
|
||||
@@ -62,6 +62,7 @@ func Routers() {
|
||||
plantGroup.InitUserProfileRouter(NeedAuthGroup) //用户资料
|
||||
plantGroup.InitExchangeRouter(NeedAuthGroup) //兑换中心
|
||||
plantGroup.InitAiChatRouter(NeedAuthGroup) //AI聊天
|
||||
plantGroup.InitBannerRouter(NeedAuthGroup) //轮播图管理
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user