by Robin at 20240819

This commit is contained in:
Leufolium 2024-08-19 13:05:29 +08:00
parent dd7b04a6df
commit 49905a4c56
1 changed files with 1 additions and 1 deletions

View File

@ -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().