fix: bug

This commit is contained in:
杨航
2025-09-24 09:56:46 +08:00
parent 681e4b66a0
commit 8c47c82db4
3 changed files with 6 additions and 18 deletions
+1
View File
@@ -58,6 +58,7 @@ export const chatVoice = (data) => {
return request({
url: '/traask/traTestchat/chatVoice',
method: 'post',
timeout: 60000,
data
});
};