innerAudioContext.autoplay = true
innerAudioContext.src = "https://book.tsg-online.net/zhangshangjieshu_server/dakaimg/tmp_40a5ea04d6875e80646f351aadf16bca.mp3";
console.log(innerAudioContext.duration);
that.setData({ isplay: true });
innerAudioContext.onPlay(() => {
console.log( innerAudioContext.src);
console.log('开始播放')
})
innerAudioContext.onError((res) => {
console.log(res.errMsg)
console.log(res.errCode)
})
之前一直可以听,去年微信更新版本后,苹果手机不能播放,提示 {"errMsg":"INNERERRCODE:-11800, ERRMSG:这项操作无法完成","errCode":10001},安卓手机正常播放没问题。
插眼 今天也遇到了相同的问题 开发者工具上录音后文件上传云存储 下载到ios上无法播放 所有格式都试过了 相同的错误信息 {"errMsg":"INNERERRCODE:-11800, ERRMSG:这项操作无法完成","errCode":10001}
已经过了7个月了,请问题主这个问题解决了吗
https://developers.weixin.qq.com/community/develop/doc/000c087e87845067e73b0333d5ac00?highLine=innererrcode%253A-11800
之前相同问题的帖子链接,相同的问题,一直都没解决。小程序用的好好的,突然有一天苹果手机就不能播放了,什么意思这是
提个建议,可以参照这种方式提问哈 https://developers.weixin.qq.com/community/develop/article/doc/0000e40e268e6886ace906d2451013