fix: bug

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