feat: add nickname field for user

This commit is contained in:
RockYang
2023-12-29 17:39:37 +08:00
parent cf4b04e047
commit cb6e323596
9 changed files with 40 additions and 39 deletions

View File

@@ -364,8 +364,7 @@ func main() {
fx.Provide(handler.NewTestHandler),
fx.Invoke(func(s *core.AppServer, h *handler.TestHandler) {
group := s.Engine.Group("/test/")
group.GET("pay", h.TestPay)
s.Engine.GET("/api/test", h.Test)
}),
fx.Invoke(func(s *core.AppServer, db *gorm.DB) {
err := s.Run(db)