feat-实现AI洞察功能
This commit is contained in:
@@ -207,4 +207,28 @@ export function cancelAiMark(sn, data) {
|
||||
data
|
||||
});
|
||||
}
|
||||
/** add by zhangweiwei 20250331_ai AI 样本标记 end */
|
||||
/** add by zhangweiwei 20250331_ai AI 样本标记 end */
|
||||
|
||||
/** add by zhangweiwei 20250331_ai AI 洞察 start */
|
||||
/**
|
||||
* 数据分析:AI 洞察
|
||||
* @param {String} sn 问卷编号
|
||||
* @param {Object} data
|
||||
*/
|
||||
export function aiInsight(sn, data) {
|
||||
return request({
|
||||
url: `/console/surveys/${sn}/analysis_insights`,
|
||||
method: 'post',
|
||||
toastError: false,
|
||||
data
|
||||
});
|
||||
}
|
||||
|
||||
export function queryAiStatus(sn, data) {
|
||||
return request({
|
||||
url: `/console/surveys/${sn}/status`,
|
||||
method: 'post',
|
||||
data
|
||||
});
|
||||
}
|
||||
/** add by zhangweiwei 20250331_ai AI 洞察 end */
|
||||
|
||||
Reference in New Issue
Block a user