小程序的歌曲链接地址为什么不可用
- 需求的场景描述(希望解决的问题)
wx.playBackgroundAudio({
dataUrl: ‘http://www.henduoge.com/p420798.html’,
success:function(res){
console.log(res)
}
})
},
- 希望提供的能力
疑问:为什么我给的歌曲地址不可以用,是微信小程序有什么限制吗?麻烦说明下是什么原因!
wx.playBackgroundAudio({
dataUrl: ‘http://www.henduoge.com/p420798.html’,
success:function(res){
console.log(res)
}
})
},
疑问:为什么我给的歌曲地址不可以用,是微信小程序有什么限制吗?麻烦说明下是什么原因!