🎨 完善部分用户相关接口

This commit is contained in:
2025-04-17 17:41:47 +08:00
parent 00df85c4f0
commit 44f1b5d4b5
11 changed files with 211 additions and 15 deletions

View File

@@ -6,6 +6,7 @@ import (
"git.echol.cn/loser/lckt/router/category"
"git.echol.cn/loser/lckt/router/example"
"git.echol.cn/loser/lckt/router/system"
"git.echol.cn/loser/lckt/router/user"
)
var RouterGroupApp = new(RouterGroup)
@@ -16,4 +17,5 @@ type RouterGroup struct {
Category category.RouterGroup
Bot bot.RouterGroup
Article article.RouterGroup
User user.UserRouter
}