fix: bug

This commit is contained in:
yanghang
2025-07-18 17:05:57 +08:00
parent a806f4aeda
commit 3842a3c6a6
4 changed files with 36 additions and 24 deletions
+1
View File
@@ -72,6 +72,7 @@ export const commonUploadVoiceFile = (file, url, data = {}, fileKey='voice') =>
};
if (token)
header['summary'] = token
console.log(`${base_url}${url}`)
return new Promise((resolve, reject) => {
uni.uploadFile({
url: `${base_url}${url}`,