This commit is contained in:
liangzai 2025-05-06 22:06:20 +08:00
parent be5973a491
commit 7e85016068

View File

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