Skip to content

Commit b0cb285

Browse files
committed
debug
1 parent 7fa8703 commit b0cb285

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

laravel/app/Http/Repository/MultithreadingRepository.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ public function newLoadExcel()
235235

236236
// 3. 循环数组每个单元格的数据
237237
$this->dataSet['data'] = $data;
238+
Log::info('excel-data: ', $this->dataSet);
238239

239240
return true;
240241
} catch (Exception|\PhpOffice\PhpSpreadsheet\Exception $exception) {
@@ -318,6 +319,7 @@ public function newRequest($url, $appkey)
318319
$returnArray[$k]['param'] = $this->dataSet['data'][$k];
319320
$returnArray[$k]['result'] = $v;
320321
}
322+
Log::info('return-array', $returnArray);
321323
return $returnArray;
322324
}
323325

0 commit comments

Comments
 (0)