by Robin at 20240819
This commit is contained in:
parent
dd7b04a6df
commit
49905a4c56
|
@ -103,7 +103,7 @@ func (s *Service) ApiLoginByVeriCodeBusinessValidate(ctx *gin.Context, req *logi
|
|||
EnsureVeriCodeIsValid().
|
||||
QueryLogin(_DefaultLogin.OpListByPhoneHash).
|
||||
EnsureLoginExist().
|
||||
EnsureLoginAcctNotLocked().
|
||||
//EnsureLoginAcctNotLocked(). //验证码登录不校验是否爆破登录
|
||||
EnsureLoginAcctNotBanned().
|
||||
QueryAccount(_DefaultAccount.OpListByMid).
|
||||
EnsureAccountExist().
|
||||
|
|
Loading…
Reference in New Issue