diff --git a/application/api/job/ArticleCreateLongTable.php b/application/api/job/ArticleCreateLongTable.php index 476cc3b..711b2e1 100644 --- a/application/api/job/ArticleCreateLongTable.php +++ b/application/api/job/ArticleCreateLongTable.php @@ -53,11 +53,9 @@ class ArticleCreateLongTable if (!$this->oQueueJob->acquireLock($sRedisKey, $sRedisValue, $job)) { return; // 未获取到锁,已处理 } -var_dump($aLongTableId); //生成内容 $oProduction = new \app\api\controller\Production; $response = $oProduction->longTablePdfCreate($aLongTableId); - var_dump($response); // 验证API响应 if (empty($response)) { throw new \RuntimeException("返回空结果");