|
@@ -75,7 +75,7 @@ class SummaryFile extends API {
|
|
|
})
|
|
|
|
|
|
let endpoint = core_url + '/ai/summaryFile'
|
|
|
- await axios.post(endpoint, { uuid, repo_url: rows[0].url, task_id: String(r.insertId), file_path: filePath })
|
|
|
+ await axios.post(endpoint, { uuid, repo_url: rows[0].url, task_id: String(r.insertId), file_path: filePath, repo_id: id })
|
|
|
} catch (error) {
|
|
|
this.logger.error('添加AI分析任务失败!' + error.stack)
|
|
|
return res.json({
|