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:
commit
95e5da50d5
|
@ -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