Authored by 於志远

sso debug

... ... @@ -149,7 +149,7 @@ class Facade_Auth
*/
public static function isMobile($mobile)
{
return preg_match('/^1[3|4|5|7|8][0-9]|999\d{8}$/', $mobile);
return preg_match('/^1[3|4|5|7|8][0-9]\d{8}$/', $mobile);
}
/**
... ...