shish 1 year ago
parent
commit
b30ede8488
1 changed files with 4 additions and 1 deletions
  1. 4 1
      console/controllers/CustomController.php

+ 4 - 1
console/controllers/CustomController.php

@@ -596,8 +596,11 @@ U兰花坊15860453349
 
             $arr = explode('
 ', $content);
-print_r($arr);die;
+
             foreach ($arr as $key => $one) {
+
+                echo $one;die;
+
                 $single = explode(',', $one);
                 $shopName = trim($single[0]);
                 $mobile = trim($single[1]);