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