小程序跳转微信视频号直播间

        dianji() {
            console.log('成功');
            // #ifdef MP-WEIXIN

            wx.getChannelsLiveInfo({
                finderUserName: 'sphn4Ag44p2YixT',
                success: function(res) {
                    console.log('成功', res);
                },
                fail: function(res) {
                    console.log('认证失败', res);
                }
            });
            wx.openChannelsLive({
                finderUserName: 'sphn4Ag44p2YixT',
                success: function(res) {
                    console.log('成功');
                }
            });
            // #endif
        },

 

posted @ 2022-07-26 11:32  79524795  阅读(576)  评论(0编辑  收藏  举报