Merge pull request 'by Robin at 20240819' (#698) from feat-IRONFANS-201-Robin into test
Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/698
This commit is contained in:
commit
1284d85f04
|
@ -103,7 +103,7 @@ func (s *Service) ApiLoginByVeriCodeBusinessValidate(ctx *gin.Context, req *logi
|
||||||
EnsureVeriCodeIsValid().
|
EnsureVeriCodeIsValid().
|
||||||
QueryLogin(_DefaultLogin.OpListByPhoneHash).
|
QueryLogin(_DefaultLogin.OpListByPhoneHash).
|
||||||
EnsureLoginExist().
|
EnsureLoginExist().
|
||||||
EnsureLoginAcctNotLocked().
|
//EnsureLoginAcctNotLocked(). //验证码登录不校验是否爆破登录
|
||||||
EnsureLoginAcctNotBanned().
|
EnsureLoginAcctNotBanned().
|
||||||
QueryAccount(_DefaultAccount.OpListByMid).
|
QueryAccount(_DefaultAccount.OpListByMid).
|
||||||
EnsureAccountExist().
|
EnsureAccountExist().
|
||||||
|
|
Loading…
Reference in New Issue