wx.openChannelsLive({
finderUserName: "",
feedId: _res.feedId,
nonceId: _res.nonceId,
})
api调用的时候提示 openChannelsLive:fail require user interaction (only in touchend event)
在wx.onTouchEnd的回调里面执行也是这样的
这个api应该怎么去触发
使用getChannelsLiveInfo 能获取到live信息
wx.openchannelsLive({......});
})
我这样的格式写的..
也是提示同样的内容, openChannelsLive:fail require user interaction (only in touchend event)
finderUserName这个字段里面的内容,我给去掉了
然后 vconsole 里面显示的 版本是 2.16.1