青蛙pro接口参数咨询?

发布于 8 年前作者 taoguo5282 次浏览最后编辑 8 年前来自 ask
如下是小程序的官方demo:
```
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
    })
  }
})
```

请问这个hostAppId指的是什么? 后屏小程序的主体ID这个没听过这个概念
    
  
1 回复
wei51
wei511 楼6 年前

小程序容器appid