生成长表格

This commit is contained in:
chengxl
2026-01-27 10:17:00 +08:00
parent fda672ddc3
commit 56e8bb2a17

View File

@@ -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("返回空结果");