大使任务逻辑

This commit is contained in:
lianghuanjie
2025-01-07 14:45:13 +08:00
parent 3ad3482f43
commit cb31da268f
12 changed files with 239 additions and 38 deletions

View File

@@ -25,7 +25,7 @@ func NewBindWalletLogic(ctx context.Context, svcCtx *svc.ServiceContext) *BindWa
}
func (l *BindWalletLogic) BindWallet(req *types.EmailKey) (resp *types.CarvResult, err error) {
// todo: add your logic here and delete this line
l.svcCtx.UserModel.FindOneByEmail(l.ctx, req.Email)
return
}