联盟带货机构是通过:获取带货者的直播列表【https://developers.weixin.qq.com/doc/store/leagueheadsupplier/api/sharer/live/api_getliverecordlist.html】接口获取的直播id【export_id】,那么如何在小程序中进行打开呢?看了小程序的wx.openChannelsLive必须要有finderUserName这个的,而且还需要合作绑定什么的,是不是联盟带货机构的这种业务打开有不同的方式?但是我没找到文档

自己已接近,wx.openChannelsLive针对联盟机构的调用方式没写出来,可用以下方式:
// jsapi调用 wx.reserveChannelsLive({ "noticeId": "${noticeId}", "promoterShareLink": "${promoterShareLink}", })