接口新增需求
This commit is contained in:
@@ -1854,6 +1854,11 @@ class Production extends Base
|
|||||||
|
|
||||||
$this->referToDoi($data['p_article_id']);
|
$this->referToDoi($data['p_article_id']);
|
||||||
$this->doiTofrag($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([]);
|
return jsonSuccess([]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user