This commit is contained in:
杨航
2025-11-07 13:17:34 +08:00
parent 0be7f55243
commit 60c285cbb1
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -157,6 +157,7 @@ export function downloadVoiceFile(url) {
uni.downloadFile({
url: `${baseUrl}${url}`,
header,
timeout: 180000,
success(result) {
console.log(result)
resolve(result)