報錯內容share:fail:[Share微信分享:-3]Unable to send
解決方法:
uni.share({
provider: 'weixin',
scene: "WXSceneSession",
type: 5,//0 圖文粪牲,1 純文字,2 純圖片赢织,3 音樂亮靴,4 視頻,5 小程序
imageUrl: imageUrl,
title: title,
miniProgram: {
webUrl: 'https://faas.mypays.cn',//安卓app必須要傳webUrl于置,且必須要有值茧吊,否則有的機型分享不出去,
id: '微信小程序原始id',
path: path,
type: 0, //微信小程序版本類型八毯,可取值: 0-正式版搓侄; 1-測試版; 2-體驗版话速。 默認值為0
},
success: ret => {
console.log(JSON.stringify(ret));
},
fail: (err) => {
console.log(err)
}
});
安卓app必須要傳webUrl讶踪,且必須要有值,否則有的機型報錯分享不出去泊交,