|
@@ -602,6 +602,7 @@ U兰花坊15860453349
|
|
|
$one = trim($one);
|
|
$one = trim($one);
|
|
|
$mobile = substr($one, -11);
|
|
$mobile = substr($one, -11);
|
|
|
if (!stringUtil::isMobile($mobile)) {
|
|
if (!stringUtil::isMobile($mobile)) {
|
|
|
|
|
+ echo "error ".$one."\n";
|
|
|
continue;
|
|
continue;
|
|
|
}
|
|
}
|
|
|
$name = str_replace($mobile, "", $one);
|
|
$name = str_replace($mobile, "", $one);
|