接口对接

This commit is contained in:
yanghang
2025-06-30 08:26:29 +08:00
parent 973c99bc85
commit 7833c0f1a5
2 changed files with 3 additions and 6 deletions
-1
View File
@@ -96,7 +96,6 @@ export function downloadVoiceFile(url) {
if (token)
header['summary'] = token
let baseUrl = get_base_url();
let _params = new FormData()
return new Promise((resolve, reject) => {
uni.downloadFile({
url: `${baseUrl}${url}`,