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);
}
})

我也是,测试,体验都是好好的,一上线就不能用
同样遇到了这个问题,没打印 fail 返回的内容,也不知道错在哪