新增ai问答演示

This commit is contained in:
杨航
2025-09-23 19:30:50 +08:00
parent 44c9f7f3fd
commit 1f659e4dbd
5 changed files with 165 additions and 185 deletions
+11 -1
View File
@@ -50,4 +50,14 @@ export const updateLikeStat = (data) => {
method: 'post',
data
});
};
};
// example /traask/traTestchat/chatVoice
export const chatVoice = (data) => {
return request({
url: '/traask/traTestchat/chatVoice',
method: 'post',
data
});
};