Merge pull request 'by Robin at 20240819' (#725) from feat-IRONFANS-201-Robin into main

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/725
This commit is contained in:
chenhao 2024-09-10 15:20:58 +08:00
commit 95e5da50d5
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().