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
+2
View File
@@ -15,6 +15,7 @@ type RouterGroup struct {
CallbackRouter
ExchangeRouter
AiChatRouter
BannerRouter
}
// 初始化路由
@@ -31,4 +32,5 @@ var (
callbackApi = v1.ApiGroupApp.PlantApiGroup.CallbackApi
exchangeApi = v1.ApiGroupApp.PlantApiGroup.ExchangeApi
aiChatApi = v1.ApiGroupApp.PlantApiGroup.AiChatApi
bannerApi = v1.ApiGroupApp.PlantApiGroup.BannerApi
)