fix; 调整演示文件

This commit is contained in:
杨航
2025-09-24 16:37:23 +08:00
parent c4b3f72e34
commit cc569c8a6f
4 changed files with 21 additions and 10 deletions
+2 -1
View File
@@ -86,9 +86,10 @@ export const commonUploadVoiceFile = (file, url, data = {}, fileKey = 'voice') =
filePath: file,
name: fileKey,
formData: data,
timeout: 6000,
timeout: 60000,
success(result) {
try {
console.log(result)
const res = JSON.parse(result.data);
if (res.rtnCode === '0000') {
return resolve(res);