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