接口新增需求

This commit is contained in:
chengxl
2025-11-27 16:33:27 +08:00
parent ef62e8e7d0
commit 6604c82301

View File

@@ -1854,6 +1854,11 @@ class Production extends Base
$this->referToDoi($data['p_article_id']);
$this->doiTofrag($data['p_article_id']);
//写入获取参考文献详情队列 chengxiaoling 20251127 start
if(!empty($data['p_article_id'])){
\think\Queue::push('app\api\job\AiCheckRefer@fire',['p_article_id' => $data['p_article_id']],'AiCheckRefer');
}
//写入获取参考文献详情队列 chengxiaoling 20251127 end
return jsonSuccess([]);
}