fix
This commit is contained in:
parent
be5973a491
commit
7e85016068
@ -100,8 +100,5 @@ func (l *MobileCodeLoginLogic) MobileCodeLogin(req *types.MobileCodeLoginReq) (r
|
||||
}, nil
|
||||
}
|
||||
func (l *MobileCodeLoginLogic) MobileCodeLoginInside(req *types.MobileCodeLoginReq) (pass bool) {
|
||||
if req.Code == "18276151590" {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
return req.Code == "182761"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user