🎨 新增用户&完善文章模块

This commit is contained in:
2025-04-09 19:16:49 +08:00
parent f8e7b9dad2
commit 00df85c4f0
20 changed files with 431 additions and 92 deletions

7
api/v1/user/enter.go Normal file
View File

@@ -0,0 +1,7 @@
package user
import "git.echol.cn/loser/lckt/service"
type ApiGroup struct{ APPUserApi }
var userService = service.ServiceGroupApp.UserServiceGroup.UserService