rabin 2 years ago
parent
commit
355744d8bb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      service/agent/lib/Tool.php

+ 2 - 2
service/agent/lib/Tool.php

@@ -300,8 +300,8 @@ class Tool
     public function pushcard_old_api()
     {
         Dever::config('base')->hook = true;
-        include('/share/lib/php/dever_package/excel/src/PHPExcel.php');
-        $file = '/www/churen/data/oldcard.xlsx';
+        include('/data/dm/container/share/lib/php/dever_package/excel/src/PHPExcel.php');
+        $file = '/data/www/churen/data/oldcard.xlsx';
         $num = Dever::input('num', 0);
         $data = Dever::excelImport($file, $num, 5, 'excel');