微信小程序跳转至公众号

wx.openOfficialAccountProfile({
          username: 'gh_945991111', // 此处填写公众号的微信号
          success: res => {
            console.log('success');
          },
          fail: res => {
            console.log(res,'fail');
          }
      })

 

posted on 2025-09-18 09:52  ChoZ  阅读(10)  评论(0)    收藏  举报

导航