diff --git a/routes/web.php b/routes/web.php index 811a6712..84980320 100644 --- a/routes/web.php +++ b/routes/web.php @@ -394,6 +394,8 @@ Route::get('/1688/fix', function(){ } $text = $pdf->getText(); + if(str_contains($text, '订单详情单')) continue; + $tables = explode('Amount (yuan)', $text); array_shift($tables);