收藏
回答

【聊天工具】线上版本wx.notifyGroupMembers 无法正常拉起?体验版和开发板都正常。

wx.notifyGroupMembers({
        title,
        members: this.data.members.slice(0,18),
        entrancePath: entrancePath,
        type'complete',
        success: ()=>{
          wx.showToast({
            title: '缴费提醒发送成功',
            icon: 'none'
          })
        },
        fail(e) {
          console.log("notifyGroupMembers_error", e);
        }
      })
回答关注问题邀请回答
收藏

2 个回答

  • 赵塘主
    赵塘主
    01-29

    我也是,测试,体验都是好好的,一上线就不能用

    01-29
    有用
    回复
  • QaQ
    QaQ
    2025-04-03

    同样遇到了这个问题,没打印 fail 返回的内容,也不知道错在哪


    2025-04-03
    有用
    回复
登录 后发表内容