大使任务逻辑
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user