收藏
回答

wx.authPrivateMessage 调用无反馈

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.authPrivateMessage 微信iOS客户端 7.0.18 2.14.0

https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/share/private-message.html

该代码中的 wx.authPrivateMessage 不会产生任何调用. IOS 和 安卓都不行, 工具中会显示

 wx.authPrivateMessage({
      shareTicketthis.$app.$options.globalData.shareTicket,
      completeres => {
        console.log('callFunction test result: ',res)
      },
      successres => {
        console.log('auth', res);
        if (res.valid) {
          share.add({
            data: {
              shareManthis.$options.globalData.pid,
              projectidthis.$options.globalData.projectid,
              uniqueOpenManidthis.$options.globalData.userid
            },
            successfunction(res{
              console.log('成功转发');
            }
          });
        } else {
          console.log("好像分享目标不是你哦")
        }
      }
    });
最后一次编辑于  2020-11-24
回答关注问题邀请回答
收藏

1 个回答

  • 七七
    七七
    2023-05-24

    你搞定了不?

    2023-05-24
    有用
    回复
登录 后发表内容
问题标签