feat: 小程序首页banner管理

This commit is contained in:
Blizzard
2026-04-27 11:26:01 +08:00
parent c5aa1c6f2c
commit 37b9055994
10 changed files with 241 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@ func Routers() {
plantGroup.InitUserProfileRouter(NeedAuthGroup) //用户资料
plantGroup.InitExchangeRouter(NeedAuthGroup) //兑换中心
plantGroup.InitAiChatRouter(NeedAuthGroup) //AI聊天
plantGroup.InitBannerRouter(NeedAuthGroup) //轮播图管理
}