shish 3 years ago
parent
commit
7d80785dbc
1 changed files with 3 additions and 0 deletions
  1. 3 0
      console/controllers/ImportCustomController.php

+ 3 - 0
console/controllers/ImportCustomController.php

@@ -19,6 +19,9 @@ class ImportCustomController extends Controller
     //批量导客户进去 ssh 20230408
     public function actionInit()
     {
+        ini_set('memory_limit', '2045M');
+        set_time_limit(0);
+
         $str = <<<CUSTOM
 七天花店,17187822032
 CUSTOM;