refactor: user login log list for admin is ready

This commit is contained in:
RockYang
2023-06-21 06:53:41 +08:00
parent feff1684c4
commit 0e6606e469
9 changed files with 170 additions and 26 deletions

View File

@@ -137,6 +137,7 @@ func main() {
group.GET("list", h.List)
group.POST("update", h.Update)
group.GET("remove", h.Remove)
group.GET("loginLog", h.LoginLog)
group.GET("test", h.InitUser)
}),
fx.Invoke(func(s *core.AppServer, h *admin.ChatRoleHandler) {