This commit is contained in:
liangzai 2025-05-06 22:01:04 +08:00
parent e1e76fa57b
commit be5973a491

View File

@ -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