🎨 完善部分用户相关接口

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

9
router/user/enter.go Normal file
View File

@@ -0,0 +1,9 @@
package user
import (
api "git.echol.cn/loser/lckt/api/v1"
)
type RouterGroup struct{ UserRouter }
var userApi = api.ApiGroupApp.UserApiGroup