wx.openChannelsLiveNoticeInfo(Object object)
文档介绍基础库 3.13.0 开始支持,实际上在该基础库之上调用接口也是失败。
参考代码:
wx.openChannelsLiveNoticeInfo({ //基础库 3.13.0 开始支持
finderUserName: '***',//视频号id
success(res) {
console.log(res);
},
fail(res) {
console.log(res);
}
});
在基础库是3.14.2的IOS真机和开发者工具调用均是返回:
{errMsg: "openChannelsLiveNoticeInfo:fail "}
也没有给出具体的失败原因。
