JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug

This commit is contained in:
杨航
2025-12-25 16:15:19 +08:00
parent 43e7d2e460
commit a2e4846d0b
4 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ export const commonUploadVoiceFile = (file, url, data = {}, fileKey = 'voice') =
} else if (res.rtnCode === '0004') {
return reject('N');
}
return reject('Other');
return reject(res);
} catch (error) {
reject(error);
}