在模拟器上获取到错误的录音文件本地地址?如何进行上传模拟器上运行以下代码,获取到的 tempFilePath 为 http://**** ,不应该是 wxfile路径吗,这个路径如何进行上传 const recorderManager = wx.getRecorderManager();
recorderManager.onStop(({duration, tempFilePath}) => {
console.log('录音结束', res);
})
recorderManager.start()