从一个小程序 跳转到另一个小程序

wx.navigateToMiniProgram({
appId: '',
path: 'pages/index/index',
success(res) {
// 打开成功
}
})

appId,要跳转的小程序的appId

path,要跳转的页面的路径