小程序主体id在哪看?
wxfaceapp.launchMp({
appId: "后屏小程序的Appid",
hostAppId: "后屏小程序的主体ID",
miniappType: 0,//小程序版本类型
launchPage: "后屏小程序的启动页面",
needLogin: 0,//是否需要登录态
success(res) {
console.log('launchMp suc')
originThz.setData({
launcMpResult: res.reply
})
},
fail(res) {
console.log('launchMp failed reply = ' + res.reply)
originThz.setData({
launcMpResult: res.reply
})
}
})
这个api里的hostAppId在哪找