shish 1 год назад
Родитель
Сommit
5c313186c9
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      console/controllers/CustomController.php

+ 1 - 0
console/controllers/CustomController.php

@@ -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);