@@ -56,7 +56,7 @@ class ONUService{
$frist =(int)substr($mobile, 0, 1 );
$lenth=strlen($mobile);
if($lenth==11&&$frist==1){//例:14696305087
- $mobile =substr($mobile , 2 , 10);
+ $mobile =substr($mobile , 1 , 10);
}
return $mobile;