增加用户注销功能

This commit is contained in:
2025-03-15 01:33:31 +08:00
parent 280c9a3fa0
commit 8e8e6780c5
11 changed files with 338 additions and 77 deletions

View File

@@ -1,15 +1,16 @@
package svc
import (
"tydata-server/app/user/cmd/api/internal/config"
"tydata-server/app/user/cmd/api/internal/middleware"
"tydata-server/app/user/cmd/api/internal/service"
"tydata-server/app/user/model"
"github.com/hibiken/asynq"
"github.com/zeromicro/go-zero/core/logx"
"github.com/zeromicro/go-zero/core/stores/redis"
"github.com/zeromicro/go-zero/core/stores/sqlx"
"github.com/zeromicro/go-zero/rest"
"tydata-server/app/user/cmd/api/internal/config"
"tydata-server/app/user/cmd/api/internal/middleware"
"tydata-server/app/user/cmd/api/internal/service"
"tydata-server/app/user/model"
)
type ServiceContext struct {