feat: update

This commit is contained in:
Rogee
2024-12-08 01:21:04 +08:00
parent c54d7896ef
commit 25df094481
15 changed files with 128 additions and 71 deletions

View File

@@ -2,6 +2,7 @@ package middlewares
import (
"backend/modules/users"
"backend/providers/app"
"backend/providers/jwt"
"backend/providers/wechat"
@@ -10,6 +11,7 @@ import (
// @provider
type Middlewares struct {
app *app.Config
client *wechat.Client
userSvc *users.Service
jwt *jwt.JWT