linwu 3 сар өмнө
parent
commit
c71dad4a42

+ 1 - 0
app/Http/Controllers/Api/Test/JobController.php

@@ -14,6 +14,7 @@ class JobController extends ApiBaseController
 
 
     public function import(Request $request)
     public function import(Request $request)
     {
     {
+        return '完成';
         $spreadsheet = IOFactory::load(public_path() . '/job.xls');
         $spreadsheet = IOFactory::load(public_path() . '/job.xls');
         $sheet       = $spreadsheet->getActiveSheet();
         $sheet       = $spreadsheet->getActiveSheet();
         $rowCount    = $sheet->getHighestRow();
         $rowCount    = $sheet->getHighestRow();