- 为什么使用innerAudioContext在手机端无法加载出云存储上的音频?
url = 'cloud://test-ek8nb.7465-test-ek8nb-1302516864/' + this.data.openid + '_'+curItem.date+ '_' + curItem.qid + '.mp3' wx.showLoading({ title: '开始加载', }) wx.cloud.downloadFile({ fileID:url }) .then(res=>{ console.log("播放我的录制音频",res,res.tempFilePath,url) this.innerAudioContext.src = res.tempFilePath this.innerAudioContext.play() }) 音频存储在云存储中,PC开发工具上可以正常加载,手机上也可以加载外链上的音频,但是手机上无法加载出云存储上的音频文件 (如果是刚刚上传到云存储上的音频,手机端也可以加载出) 是我使用的免费版不够排面吗?
2020-07-08 - 今天云开发函数怎么无法调用呢?
errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID , cloud function service error code -501002, error message ESOCKETTIMEDOUT; at cloud.callFunction api;
2020-06-10